You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by br...@apache.org on 2012/02/09 23:00:57 UTC

svn commit: r1242591 - /incubator/npanday/trunk/pom.xml

Author: brett
Date: Thu Feb  9 23:00:57 2012
New Revision: 1242591

URL: http://svn.apache.org/viewvc?rev=1242591&view=rev
Log:
add site profile to use a multi-module build when needed

Modified:
    incubator/npanday/trunk/pom.xml

Modified: incubator/npanday/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/pom.xml?rev=1242591&r1=1242590&r2=1242591&view=diff
==============================================================================
--- incubator/npanday/trunk/pom.xml (original)
+++ incubator/npanday/trunk/pom.xml Thu Feb  9 23:00:57 2012
@@ -586,6 +586,12 @@ under the License.
       </modules>
     </profile>
     <profile>
+      <id>site</id>
+      <modules>
+        <module>site</module>
+      </modules>
+    </profile>
+    <profile>
       <id>pre-release</id>
       <build>
         <pluginManagement>