-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnbactions.xml
More file actions
22 lines (22 loc) · 798 Bytes
/
nbactions.xml
File metadata and controls
22 lines (22 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>CUSTOM-run apim</actionName>
<displayName>run apim</displayName>
<goals>
<goal>mvn</goal>
<goal>exec:java</goal>
<goal>-Dexec.mainClass="com.evolvus.openimage.ImageApache.Main"</goal>
<goal>-Dexec.args="photo.jpg</goal>
</goals>
</action>
<action>
<actionName>CUSTOM-apim</actionName>
<displayName>apim</displayName>
<goals>
<goal>exec:java</goal>
<goal>-Dexec.mainClass="com.evolvus.openimage.ImageApache.Main"</goal>
<goal>-Dexec.args=photo.jpg</goal>
</goals>
</action>
</actions>