summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-01-13 03:05:35 +0000
committerBrett Porter <brett@apache.org>2010-01-13 03:05:35 +0000
commit8b05a51fa826253cc5fccdae0b8c4d482cf83e3f (patch)
treed3002b82af79a4d6f2560e7d6f9dbf330f48532f /pom.xml
parentfb9ad3f771859ca1968415ac1be99d0f3a5ed9f4 (diff)
parentd4352130bff166bf7e5e556b990b3acebbf920c1 (diff)
downloadarchiva-8b05a51fa826253cc5fccdae0b8c4d482cf83e3f.tar.gz
archiva-8b05a51fa826253cc5fccdae0b8c4d482cf83e3f.zip
fix release profiles
Merged from: r898632 git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 388b98801..1b8bba034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,8 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy</goals>
<preparationGoals>clean</preparationGoals>
- <arguments>-Papache-release</arguments>
+ <!-- TODO: merge these when upgrading to latest ASF parent POM -->
+ <arguments>-Papache-release,release</arguments>
</configuration>
</plugin>
<plugin>