Repository: logging-log4j2 Updated Branches: refs/heads/master 5f765eee9 -> 580802208
Fix compile error in pre-1.8 profile. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/58080220 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/58080220 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/58080220 Branch: refs/heads/master Commit: 5808022082617eee62b76252348d3ba67e80eec9 Parents: 5f765ee Author: Matt Sicker <[email protected]> Authored: Sun Aug 31 13:30:20 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sun Aug 31 13:30:43 2014 -0500 ---------------------------------------------------------------------- pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/58080220/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5358934..fe5248a 100644 --- a/pom.xml +++ b/pom.xml @@ -1209,14 +1209,6 @@ <argLine>-XX:MaxPermSize=512m</argLine> </configuration> </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <compilerArgs> - <arg>-XX:MaxPermSize=512m</arg> - </compilerArgs> - </configuration> - </plugin> </plugins> </build> </profile>
