You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2007/08/06 08:37:21 UTC

svn commit: r563044 - /webservices/axis2/branches/java/1_3/modules/distribution/pom.xml

Author: sumedha
Date: Sun Aug  5 23:37:20 2007
New Revision: 563044

URL: http://svn.apache.org/viewvc?view=rev&rev=563044
Log:
Deleting temporary files used for creating distributions

Modified:
    webservices/axis2/branches/java/1_3/modules/distribution/pom.xml

Modified: webservices/axis2/branches/java/1_3/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_3/modules/distribution/pom.xml?view=diff&rev=563044&r1=563043&r2=563044
==============================================================================
--- webservices/axis2/branches/java/1_3/modules/distribution/pom.xml (original)
+++ webservices/axis2/branches/java/1_3/modules/distribution/pom.xml Sun Aug  5 23:37:20 2007
@@ -372,6 +372,20 @@
                             <goal>run</goal>
                         </goals>
                     </execution>
+                    <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>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org