[infinispan-commits] Infinispan SVN: r411 - in trunk: bin and 1 other directory.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 3 20:35:23 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-06-03 20:35:23 -0400 (Wed, 03 Jun 2009)
New Revision: 411

Modified:
   trunk/bin/generateJmxDocs.sh
   trunk/pom.xml
Log:
Added tools to generate JMX documentation

Modified: trunk/bin/generateJmxDocs.sh
===================================================================
--- trunk/bin/generateJmxDocs.sh	2009-06-04 00:31:27 UTC (rev 410)
+++ trunk/bin/generateJmxDocs.sh	2009-06-04 00:35:23 UTC (rev 411)
@@ -1,12 +1,3 @@
 #!/bin/bash
+mvn install -Dmaven.test.skip.exec=true -Pjmxdoc
 
-
-if [[ $0 =~ bin/.*.sh ]] ; then
-   DIR_PREFIX=".."
-else
-   DIR_PREFIX="."
-fi
-
-cd ${DIR_PREFIX}
-mvn install -Pjmxdoc -Dmaven.test.skip.exec=true
-

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-06-04 00:31:27 UTC (rev 410)
+++ trunk/pom.xml	2009-06-04 00:35:23 UTC (rev 411)
@@ -162,9 +162,12 @@
          </build>
       </profile>
 
+      <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
       <profile>
-         <!-- TODO somehow combine this with the 'distribution' profile so all docs are built together -->
          <id>jmxdoc</id>
+         <activation>
+            <activeByDefault>false</activeByDefault>
+         </activation>
          <build>
             <plugins>
                <plugin>




More information about the infinispan-commits mailing list