feat(jsqlparser): 首次提交
This commit is contained in:
23
nbactions.xml
Normal file
23
nbactions.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<actionName>CUSTOM-check-sign</actionName>
|
||||
<displayName>check-sign</displayName>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
<goal>install</goal>
|
||||
</goals>
|
||||
<properties>
|
||||
<performRelease>true</performRelease>
|
||||
<skipTests>true</skipTests>
|
||||
</properties>
|
||||
</action>
|
||||
<action>
|
||||
<actionName>CUSTOM-clean deploy</actionName>
|
||||
<displayName>clean deploy</displayName>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
<goal>deploy</goal>
|
||||
</goals>
|
||||
</action>
|
||||
</actions>
|
||||
Reference in New Issue
Block a user