This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
java-app-engine-legacy-secrets/nbactions.xml

18 lines
499 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-appengine:devappserver</actionName>
<displayName>appengine:devappserver</displayName>
<goals>
<goal>appengine:devappserver</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-appengine:update</actionName>
<displayName>appengine:update</displayName>
<goals>
<goal>appengine:update</goal>
</goals>
</action>
</actions>