You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/09/03 23:42:28 UTC

svn commit: r1164937 - /maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml

Author: hboutemy
Date: Sat Sep  3 21:42:28 2011
New Revision: 1164937

URL: http://svn.apache.org/viewvc?rev=1164937&view=rev
Log:
removed plugin configuration already inherited

Modified:
    maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml

Modified: maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml?rev=1164937&r1=1164936&r2=1164937&view=diff
==============================================================================
--- maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml (original)
+++ maven/sandbox/trunk/doxia/doxia-ide/eclipse/pom.xml Sat Sep  3 21:42:28 2011
@@ -135,7 +135,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.2.1</version>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/sandbox/tags</tagBase>
             <branchBase>https://svn.apache.org/repos/asf/maven/sandbox/branches</branchBase>
@@ -144,18 +143,7 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.6</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-clean-plugin</artifactId>
-          <version>2.4.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.3.2</version>
           <configuration>
             <source>1.6</source>
             <target>1.6</target>
@@ -163,11 +151,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-jar-plugin</artifactId>
-          <version>2.3.1</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
           <version>2.3</version>
         </plugin>