[infinispan-commits] Infinispan SVN: r410 - trunk/bin.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed Jun 3 20:31:27 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-06-03 20:31:27 -0400 (Wed, 03 Jun 2009)
New Revision: 410

Added:
   trunk/bin/generateJmxDocs.sh
Log:


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


Property changes on: trunk/bin/generateJmxDocs.sh
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the infinispan-commits mailing list