project.build.sourceEncoding is already specified in the parent pom, so this is not necessary.

This commit is contained in:
Anthony Whitford
2015-09-06 00:53:53 -07:00
parent 5c53b6528f
commit ece4cb03ad

View File

@@ -39,7 +39,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<properties>
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>