diff options
author | Brett Porter <brett@apache.org> | 2010-01-13 02:58:52 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2010-01-13 02:58:52 +0000 |
commit | d4352130bff166bf7e5e556b990b3acebbf920c1 (patch) | |
tree | a84c55b0f88476eedc67297e607f1d35321b2f0f /pom.xml | |
parent | 7342c507289e97378cde8c6c4c1e4129c59f8269 (diff) | |
download | archiva-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.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |