Author: veithen Date: Sat Aug 21 08:47:07 2010 New Revision: 987712 URL: http://svn.apache.org/viewvc?rev=987712&view=rev Log: Removed an invocation of the antrun plugin that cleans up things from the target directory in the install phase. This is the job of the clean plugin/goal/phase.
Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml Modified: axis/axis2/java/core/trunk/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/distribution/pom.xml?rev=987712&r1=987711&r2=987712&view=diff ============================================================================== --- axis/axis2/java/core/trunk/modules/distribution/pom.xml (original) +++ axis/axis2/java/core/trunk/modules/distribution/pom.xml Sat Aug 21 08:47:07 2010 @@ -274,28 +274,6 @@ </execution> </executions> </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <inherited>false</inherited> - <executions> - <execution> - <id>delete-temporary-files</id> - <phase>install</phase> - <configuration> - <tasks> - <delete dir="target/tmp-doc-distro"/> - <delete dir="target/tmp-repository"/> - <delete dir="target/archive-tmp"/> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> </plugins> </build> </project>