restore the "force the release:prepare goal to not attempt to build the site"

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3697 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Andrea Bollini
2009-04-08 22:26:32 +00:00
parent 6a82d5c0ff
commit aa829c7633

View File

@@ -21,6 +21,10 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!--
During release:perform, enable the "addons" profile
-->
<releaseProfiles>addons</releaseProfiles>
<goals>deploy</goals>
</configuration>
</plugin>