diff options
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> |