You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/03 04:01:41 UTC

svn commit: r632934 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

Author: niallp
Date: Sun Mar  2 19:01:41 2008
New Revision: 632934

URL: http://svn.apache.org/viewvc?rev=632934&view=rev
Log:
Remove redundant maven-compiler-plugin configuration for JDK version - this is done in commons-parent. Components set the JDK source/target values used by specifying the maven.compile.source and maven.compile.target properties (and these are already being set to 1.5 in the pom of this branch of configuration)

Modified:
    commons/proper/configuration/branches/configuration2_experimental/pom.xml

Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=632934&r1=632933&r2=632934&view=diff
==============================================================================
--- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original)
+++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Sun Mar  2 19:01:41 2008
@@ -330,14 +330,6 @@
       <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>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <forkMode>once</forkMode>