diff options
| author | Kristen Kozak <sebright@google.com> | 2017-02-28 16:35:59 -0800 |
|---|---|---|
| committer | Kristen Kozak <sebright@google.com> | 2017-02-28 17:37:18 -0800 |
| commit | 834702b95f8224bb9ef90f328f452981a0ce6280 (patch) | |
| tree | e7afc8af3fcca1ea4414363a95c04a2285cc5fb9 /core | |
| parent | 09bd1e7178a7075b8babaf2cdc26fe15017bb331 (diff) | |
| download | platform_external_opencensus-java-834702b95f8224bb9ef90f328f452981a0ce6280.tar.gz platform_external_opencensus-java-834702b95f8224bb9ef90f328f452981a0ce6280.tar.bz2 platform_external_opencensus-java-834702b95f8224bb9ef90f328f452981a0ce6280.zip | |
Fix findbugs-exclude.xml path.
Diffstat (limited to 'core')
| -rw-r--r-- | core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml index bc29d6f9..f7dc4857 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -108,7 +108,7 @@ <configuration> <effort>Max</effort> <threshold>Low</threshold> - <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile> + <excludeFilterFile>../findbugs-exclude.xml</excludeFilterFile> </configuration> <executions> <execution> |
