You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2010/10/22 10:04:24 UTC

svn commit: r1026234 - /karaf/trunk/pom.xml

Author: gnodet
Date: Fri Oct 22 08:04:24 2010
New Revision: 1026234

URL: http://svn.apache.org/viewvc?rev=1026234&view=rev
Log:
Make sure the manual is included when releasing

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1026234&r1=1026233&r2=1026234&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Fri Oct 22 08:04:24 2010
@@ -1131,6 +1131,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 -->