openesb-components/ojc-core/pojose/core/nbactions.xml

48 lines
1.3 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>build</actionName>
<goals>
<goal>install</goal>
</goals>
<properties>
<maven.test.skip>true</maven.test.skip>
<JV_SRCROOT>${env.JV_SRCROOT}</JV_SRCROOT>
<maven.repo.local>${env.JV_LOC_REP}</maven.repo.local>
<JV_GFBASE>${env.JV_GFBASE}</JV_GFBASE>
</properties>
</action>
<action>
<actionName>clean</actionName>
<goals>
<goal>clean</goal>
</goals>
<properties>
<maven.test.skip>true</maven.test.skip>
<JV_SRCROOT>${env.JV_SRCROOT}</JV_SRCROOT>
<maven.repo.local>${env.JV_LOC_REP}</maven.repo.local>
<JV_GFBASE>${env.JV_GFBASE}</JV_GFBASE>
</properties>
</action>
<action>
<actionName>rebuild</actionName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
</action>
<action>
<actionName>test</actionName>
<goals>
<goal>test</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-javadoc:jar</actionName>
<displayName>javadoc:jar</displayName>
<goals>
<goal>javadoc:jar</goal>
</goals>
</action>
</actions>