summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2008-05-12 01:44:51 +0000
committerBrett Porter <brett@apache.org>2008-05-12 01:44:51 +0000
commit1f22ceca9a0c4fe3e01c7ef0e6e7095ae4213b4d (patch)
treeaf6836b48fd840ec9f68076aad073851bdd61e78 /pom.xml
parentcf99af178ff3339849f7e1811b421b981ebfb1e7 (diff)
downloadarchiva-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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fbdee32a7..9dfb38a7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>