forked from gephi/gephi-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnbactions.xml
More file actions
28 lines (28 loc) · 925 Bytes
/
Copy pathnbactions.xml
File metadata and controls
28 lines (28 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<goals>
<goal>package</goal>
<goal>org.gephi:gephi-maven-plugin:run</goal>
</goals>
</action>
<action>
<actionName>debug</actionName>
<goals>
<goal>package</goal>
<goal>org.gephi:gephi-maven-plugin:run</goal>
</goals>
<properties>
<jpda.listen>true</jpda.listen>
<run.params.debug>-J-Xdebug -J-Xrunjdwp:transport=dt_socket,suspend=n,server=n,address=${jpda.address}</run.params.debug>
</properties>
</action>
<action>
<actionName>CUSTOM-migrate</actionName>
<displayName>migrate</displayName>
<goals>
<goal>org.gephi:gephi-maven-plugin:migrate</goal>
</goals>
</action>
</actions>