diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 14:13:32 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-24 14:13:32 +0000 |
commit | 43be46a480f26ca34a63b91037dea838a4df3bf2 (patch) | |
tree | d15c7571c71e7ae94993b648df6ff80a28c3a848 /sca-java-1.x/branches | |
parent | c606ef9ef497f48f07bd2a4f5eb8e32f76f0bb48 (diff) |
Delete temporary dojo directory after maven packaging
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1000878 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
6 files changed, 6 insertions, 6 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml index 1cb10c7eb0..ea3c642041 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml index 9348df9345..0ea4329716 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml index db3ff6c266..4ed95733d7 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml index 9c98137550..7d235f66d7 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml index 2dbcd27427..fa0c7d52ab 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml index bc7f760fe3..9627fb9355 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/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> |