You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/11/30 00:30:39 UTC

svn commit: r599631 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: vsiveton
Date: Thu Nov 29 15:30:33 2007
New Revision: 599631

URL: http://svn.apache.org/viewvc?rev=599631&view=rev
Log:
o locked maven-source-plugin to 2.0.4 to pick up remote resources (LICENSE/NOTICE)

Modified:
    maven/plugins/trunk/maven-clean-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=599631&r1=599630&r2=599631&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Thu Nov 29 15:30:33 2007
@@ -88,6 +88,10 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3</version>
       </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <version>2.0.4</version>
+      </plugin>
     </plugins>
   </build>