Author: jgoodyear
Date: Thu Oct 21 19:09:03 2010
New Revision: 1026106
URL: http://svn.apache.org/viewvc?rev=1026106&view=rev
Log:
[KARAF-255] Move Karaf manual generation out of standard install to its own
profile
Modified:
karaf/trunk/pom.xml
Modified: karaf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1026106&r1=1026105&r2=1026106&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Thu Oct 21 19:09:03 2010
@@ -45,7 +45,6 @@
<module>client</module>
<module>management</module>
<module>webconsole</module>
- <module>manual</module>
<module>exception</module>
<module>assembly</module>
<module>demos</module>
@@ -894,7 +893,7 @@
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>
- <arguments>-Prelease,deploy</arguments>
+ <arguments>-Prelease,deploy,manual</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
@@ -1088,6 +1087,12 @@
</properties>
</profile>
<profile>
+ <id>manual</id>
+ <modules>
+ <module>manual</module>
+ </modules>
+ </profile>
+ <profile>
<id>rat</id>
<build>
<plugins>