[hibernate-commits] Hibernate SVN: r14566 - core/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 22:47:39 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 22:47:39 -0400 (Thu, 24 Apr 2008)
New Revision: 14566

Modified:
   core/trunk/pom.xml
Log:
to get a release done, need to make documentation module active

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-24 22:00:43 UTC (rev 14565)
+++ core/trunk/pom.xml	2008-04-25 02:47:39 UTC (rev 14566)
@@ -56,6 +56,7 @@
         <module>jmx</module>
         <module>testing</module>
         <module>testsuite</module>
+        <module>documentation</module>
         <module>tutorials</module>
 <!--
     Need to scope bytecode providers first...
@@ -73,26 +74,19 @@
                 <version>2.0-beta-7</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
-                    <arguments>-DbuildDocs=true</arguments>
                 </configuration>
             </plugin>
         </plugins>
     </build>
 
+<!--
     <profiles>
-        <!-- profile for documentation module activation -->
         <profile>
             <id>docs</id>
-            <activation>
-                <property>
-                    <name>buildDocs</name>
-                    <value>true</value>
-                </property>
-            </activation>
             <modules>
                 <module>documentation</module>
             </modules>
         </profile>
     </profiles>
-
+-->
 </project>
\ No newline at end of file




More information about the hibernate-commits mailing list