Author: hlship
Date: Sat Oct 13 12:07:00 2007
New Revision: 584442
URL: http://svn.apache.org/viewvc?rev=584442&view=rev
Log:
TAPESTRY-1825: Full Tapestry releases should have the artifacts deployed with
the updateReleaseInfo flag set
Modified:
tapestry/tapestry5/trunk/pom.xml
Modified: tapestry/tapestry5/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=584442&r1=584441&r2=584442&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Sat Oct 13 12:07:00 2007
@@ -160,6 +160,7 @@
<build>
<pluginManagement>
<plugins>
+ <!-- We configure this either way, but it's only active when the
"deploy" profile is active. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
@@ -229,7 +230,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <!-- Will be true for profile "release" -->
+ <!-- Will be true for profile "deploy" -->
<updateReleaseInfo>${update-release-info}</updateReleaseInfo>
</configuration>
</plugin>
@@ -238,6 +239,10 @@
</build>
<profiles>
<profile>
+ <!-- Used only when cuttting a full release. Configures the deploy
plugin to mark
+ each artifact as a release (especially important for the
archetype). Signs each
+ file deployed (it actually signs way too many files and we have to
clean up a bit
+ once deployed). -->
<id>deploy</id>
<build>
<plugins>
@@ -277,6 +282,7 @@
</profile>
<profile>
+ <!-- bamboo: running inside the Bamboo CI server and deploying to the
snapshot repository and nightly web site. -->
<id>bamboo</id>
<distributionManagement>
<repository>