Print

Print


Commit in java/trunk/plugin on MAIN
pom.xml+15-11150 -> 1151
Add config for test release to disable JAS plugin (testing this)

java/trunk/plugin
pom.xml 1150 -> 1151
--- java/trunk/plugin/pom.xml	2014-10-07 21:15:39 UTC (rev 1150)
+++ java/trunk/plugin/pom.xml	2014-10-07 22:04:21 UTC (rev 1151)
@@ -124,6 +124,20 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile>        
+        <profile>
+            <id>test-release</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.freehep</groupId>
+                        <artifactId>freehep-jas-plugin</artifactId>
+                        <configuration>
+                            <skip>true</skip>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>        
     </profiles>
 </project>
SVNspam 0.1