You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/02/14 22:35:04 UTC

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

Author: jdcasey
Date: Tue Feb 14 13:35:03 2006
New Revision: 377839

URL: http://svn.apache.org/viewcvs?rev=377839&view=rev
Log:
Removed test configuration for clean mojo.

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

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=377839&r1=377838&r2=377839&view=diff
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Tue Feb 14 13:35:03 2006
@@ -18,11 +18,4 @@
       <version>1.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin><artifactId>maven-clean-plugin</artifactId>
-        <configuration><filesets><fileset><directory>${basedir}/test</directory></fileset></filesets></configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>