Author: steve.ebersole(a)jboss.com
Date: 2008-04-24 15:54:42 -0400 (Thu, 24 Apr 2008)
New Revision: 14554
Modified:
core/trunk/pom.xml
Log:
aye aye aye
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2008-04-24 19:16:30 UTC (rev 14553)
+++ core/trunk/pom.xml 2008-04-24 19:54:42 UTC (rev 14554)
@@ -79,20 +79,16 @@
</build>
<profiles>
+ <!-- profile for documentation activation -->
<profile>
- <!--
- A profile used implicitly by the release plugin. Here we use
- it to enable documentation building.
- -->
- <id>release-profile</id>
- <modules>
- <module>documentation</module>
- </modules>
- </profile>
-
- <!-- seperate profile for documentation activation -->
- <profile>
<id>docs</id>
+ <!-- automatically activate this profile when performing a release -->
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
<modules>
<module>documentation</module>
</modules>
Show replies by date