Author: henning
Date: Thu Nov 4 18:57:49 2010
New Revision: 1031152
URL: http://svn.apache.org/viewvc?rev=1031152&view=rev
Log:
Make sure that "apache-release" is really selected when the deploy is run.
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1031152&r1=1031151&r2=1031152&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Nov 4 18:57:49 2010
@@ -405,6 +405,16 @@
</modules>
<build>
<plugins>
+ <!-- Activate the right profile for the actual release build. Make
sure that
+ the release plugin passes this on to the deploy plugin.
+ remove when commons-parent 18 is released.
+ -->
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <releaseProfiles>apache-release</releaseProfiles>
+ </configuration>
+ </plugin>
<!-- Create source for the test jar. This should be in the
commons or apache parent pom.
remove when commons-parent 18 is released.