Author: olamy Date: Sat Oct 22 19:52:04 2011 New Revision: 1187765 URL: http://svn.apache.org/viewvc?rev=1187765&view=rev Log: no more need to try delete/clean src directory
Modified: tomcat/tc7.0.x/trunk/maven/pom.xml Modified: tomcat/tc7.0.x/trunk/maven/pom.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/maven/pom.xml?rev=1187765&r1=1187764&r2=1187765&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/maven/pom.xml (original) +++ tomcat/tc7.0.x/trunk/maven/pom.xml Sat Oct 22 19:52:04 2011 @@ -88,13 +88,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> <version>2.4.1</version> - <configuration> - <filesets> - <fileset> - <directory>src</directory> - </fileset> - </filesets> - </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org