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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Apr 24 16:12:59 EDT 2008


Author: steve.ebersole at jboss.com
Date: 2008-04-24 16:12:59 -0400 (Thu, 24 Apr 2008)
New Revision: 14559

Modified:
   core/trunk/pom.xml
Log:
sigh

Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-04-24 20:07:24 UTC (rev 14558)
+++ core/trunk/pom.xml	2008-04-24 20:12:59 UTC (rev 14559)
@@ -73,25 +73,15 @@
                 <version>2.0-beta-7</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <arguments>-Pdocs</arguments>
                 </configuration>
             </plugin>
         </plugins>
     </build>
 
     <profiles>
+        <!-- profile for documentation module activation -->
         <profile>
-            <!--
-                A profile used implicitly by the release plugin.  Here we use
-                it to enable documentation building.
-            -->
-            <id>release-profile</id>
-            <modules>
-                <module>documentation</module>
-            </modules>
-        </profile>
-
-        <!-- seperate profile for documentation activation -->
-        <profile>
             <id>docs</id>
             <modules>
                 <module>documentation</module>




More information about the hibernate-commits mailing list