summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2010-01-13 02:58:52 +0000
committerBrett Porter <brett@apache.org>2010-01-13 02:58:52 +0000
commitd4352130bff166bf7e5e556b990b3acebbf920c1 (patch)
treea84c55b0f88476eedc67297e607f1d35321b2f0f /pom.xml
parent7342c507289e97378cde8c6c4c1e4129c59f8269 (diff)
downloadarchiva-d4352130bff166bf7e5e556b990b3acebbf920c1.tar.gz
archiva-d4352130bff166bf7e5e556b990b3acebbf920c1.zip
fix the release profiles
git-svn-id: https://svn.apache.org/repos/asf/archiva/tags/archiva-1.3@898632 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 d348b218f..84abb186c 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>