summaryrefslogtreecommitdiffstats
path: root/sandbox/ant
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:56:19 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-17 15:56:19 +0000
commitaf820fdbd4db7d9dfe16cacc6c924019d1eda808 (patch)
tree400301536b08486f3bf876e596d429b5473f0b98 /sandbox/ant
parent36e2e82fa56047d21215e210742dcfcd4b553ff0 (diff)
don't run clean install
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755293 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant')
-rw-r--r--sandbox/ant/sca/branches/foo/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/ant/sca/branches/foo/pom.xml b/sandbox/ant/sca/branches/foo/pom.xml
index d80bad8149..8ce26c5ddb 100644
--- a/sandbox/ant/sca/branches/foo/pom.xml
+++ b/sandbox/ant/sca/branches/foo/pom.xml
@@ -565,8 +565,8 @@
<version>2.0-beta-8</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/tuscany/sandbox/ant/sca/tags</tagBase>
- <useReleaseProfile>true</useReleaseProfile>
- <preparationGoals>clean install</preparationGoals>
+ <useReleaseProfile>false</useReleaseProfile>
+ <!-- preparationGoals>clean install</preparationGoals -->
<goals>deploy</goals>
<arguments>-Prelease,deploy</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>