blob: e0ead434bd4bb8bda859676381763187caab038c [file]
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<displayName>clean install with geckos</displayName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
</action>
<action>
<actionName>debug</actionName>
<displayName>debug clean install with geckos</displayName>
<goals>
<goal>clean</goal>
<goal>install</goal>
</goals>
<properties>
<jpda.listen>maven</jpda.listen>
</properties>
</action>
</actions>