diff options
author | Brett Porter <brett@apache.org> | 2008-05-12 01:44:51 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-05-12 01:44:51 +0000 |
commit | 1f22ceca9a0c4fe3e01c7ef0e6e7095ae4213b4d (patch) | |
tree | af6836b48fd840ec9f68076aad073851bdd61e78 /pom.xml | |
parent | cf99af178ff3339849f7e1811b421b981ebfb1e7 (diff) | |
download | archiva-1f22ceca9a0c4fe3e01c7ef0e6e7095ae4213b4d.tar.gz archiva-1f22ceca9a0c4fe3e01c7ef0e6e7095ae4213b4d.zip |
use the specified release profile instead of the built in one
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@655396 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -200,6 +200,8 @@ <version>2.0-beta-7</version> <configuration> <tagBase>https://svn.apache.org/repos/asf/archiva/tags/</tagBase> + <useReleaseProfile>false</useReleaseProfile> + <arguments>-Prelease</arguments> </configuration> </plugin> <plugin> |