Repository: logging-log4j2 Updated Branches: refs/heads/master 4fe4086ad -> db38f186d
POM clean up. The parent POM does not compile anything, so it does not need to configure the compiler. The configuration in the parent POM's plugin management section is inherited by children. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/db38f186 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/db38f186 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/db38f186 Branch: refs/heads/master Commit: db38f186d9cee8b79f9b2d145abe5357fd714961 Parents: 4fe4086 Author: Gary Gregory <[email protected]> Authored: Fri Nov 4 15:59:02 2016 -0700 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 4 15:59:02 2016 -0700 ---------------------------------------------------------------------- pom.xml | 11 ----------- 1 file changed, 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/db38f186/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 16626b3..242c4fc 100644 --- a/pom.xml +++ b/pom.xml @@ -916,17 +916,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${maven.compile.source}</source> - <target>${maven.compile.target}</target> - <showDeprecation>true</showDeprecation> - <showWarnings>true</showWarnings> - <compilerArguments> - <Xmaxwarns>10000</Xmaxwarns> - <Xlint /> - </compilerArguments> - <encoding>UTF-8</encoding> - </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
