Author: jbonofre
Date: Fri Sep 14 17:29:15 2012
New Revision: 1384857
URL: http://svn.apache.org/viewvc?rev=1384857&view=rev
Log:
[KARAF-1827] Exclude manual from the reactor and add it in profiles
Modified:
karaf/trunk/pom.xml
Modified: karaf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1384857&r1=1384856&r2=1384857&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Fri Sep 14 17:29:15 2012
@@ -65,9 +65,8 @@
<module>tooling</module>
<module>assemblies</module>
<module>demos</module>
- <module>itests</module>
<module>archetypes</module>
- <module>manual</module>
+ <module>itests</module>
</modules>
<scm>
@@ -2171,6 +2170,12 @@
</properties>
</profile>
<profile>
+ <id>manual</id>
+ <modules>
+ <module>manual</module>
+ </modules>
+ </profile>
+ <profile>
<id>rat</id>
<build>
<plugins>
@@ -2221,6 +2226,9 @@
</profile>
<profile>
<id>release</id>
+ <modules>
+ <module>manual</module>
+ </modules>
<build>
<plugins>
<!-- We want to deploy the artifact to a staging location
for perusal -->