rome/nbactions.xml

22 lines
673 B
XML
Raw Normal View History

2011-02-25 05:39:25 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-site</actionName>
<displayName>site</displayName>
<goals>
<goal>site</goal>
</goals>
</action>
2011-03-09 03:51:46 +01:00
<action>
<actionName>CUSTOM-release</actionName>
<displayName>release</displayName>
<goals>
<goal>clean</goal>
<goal>release:perform</goal>
</goals>
<properties>
<gpg.passphrase>"I come not to praise Caesar"</gpg.passphrase>
</properties>
</action>
2011-02-25 05:39:25 +01:00
</actions>