Merge r1000878 Delete temporary dojo directory after maven packaging

git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/trunk@1027146 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/demos/alert-aggregator-webapp/pom.xml b/demos/alert-aggregator-webapp/pom.xml
index 4fbcbbd..c0e5e6c 100644
--- a/demos/alert-aggregator-webapp/pom.xml
+++ b/demos/alert-aggregator-webapp/pom.xml
@@ -239,7 +239,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>
diff --git a/demos/bigbank/pom.xml b/demos/bigbank/pom.xml
index 7e33a76..72a91c8 100644
--- a/demos/bigbank/pom.xml
+++ b/demos/bigbank/pom.xml
@@ -173,7 +173,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>
diff --git a/modules/web-javascript-dojo/pom.xml b/modules/web-javascript-dojo/pom.xml
index a5a9e99..ae0790a 100644
--- a/modules/web-javascript-dojo/pom.xml
+++ b/modules/web-javascript-dojo/pom.xml
@@ -97,7 +97,7 @@
 					</execution>
 					<execution>
 						<id>clean-dojo-files</id>
-						<phase>clean</phase>
+						<phase>package</phase>
 						<goals>
 							<goal>run</goal>
 						</goals>
diff --git a/samples/customer-dojo-webapp/pom.xml b/samples/customer-dojo-webapp/pom.xml
index 658e19e..0c5891a 100644
--- a/samples/customer-dojo-webapp/pom.xml
+++ b/samples/customer-dojo-webapp/pom.xml
@@ -135,7 +135,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>
diff --git a/samples/customer-dojo/pom.xml b/samples/customer-dojo/pom.xml
index d0b76a2..2d05f66 100644
--- a/samples/customer-dojo/pom.xml
+++ b/samples/customer-dojo/pom.xml
@@ -154,7 +154,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>
diff --git a/samples/helloworld-dojo-webapp/pom.xml b/samples/helloworld-dojo-webapp/pom.xml
index 310d766..d295123 100644
--- a/samples/helloworld-dojo-webapp/pom.xml
+++ b/samples/helloworld-dojo-webapp/pom.xml
@@ -121,7 +121,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>