Print

Print


Author: [log in to unmask]
Date: Thu Oct 23 15:53:06 2014
New Revision: 1288

Log:
Use skipPlugin parameter to disable plugin deployment, if set to true.  (Not on by default.)

Modified:
    java/trunk/plugin/pom.xml

Modified: java/trunk/plugin/pom.xml
 =============================================================================
--- java/trunk/plugin/pom.xml	(original)
+++ java/trunk/plugin/pom.xml	Thu Oct 23 15:53:06 2014
@@ -30,6 +30,7 @@
                 <artifactId>freehep-jas-plugin</artifactId>
                 <version>3.1.7</version>
                 <configuration>
+                    <skip>${skipPlugin}</skip>
                     <urls>
                         <property>
                             <name>org.hps:*</name>