Author: markh Date: Mon May 21 15:42:53 2012 New Revision: 1341082 URL: http://svn.apache.org/viewvc?rev=1341082&view=rev Log: Removed explicit maven-compiler-plugin Java5 configuration now that it's the default in maven-parent
Modified: maven/shared/trunk/maven-runtime/pom.xml Modified: maven/shared/trunk/maven-runtime/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341082&r1=1341081&r2=1341082&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/pom.xml (original) +++ maven/shared/trunk/maven-runtime/pom.xml Mon May 21 15:42:53 2012 @@ -86,14 +86,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemProperties>