2017-12-28 16:40:15 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<actions>
|
|
|
|
<action>
|
|
|
|
<actionName>run</actionName>
|
|
|
|
<packagings>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
</packagings>
|
|
|
|
<goals>
|
2023-07-03 20:44:23 +00:00
|
|
|
<goal>clean</goal>
|
|
|
|
<goal>javafx:run</goal>
|
|
|
|
|
|
|
|
|
2017-12-28 16:40:15 +00:00
|
|
|
</goals>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<actionName>profile</actionName>
|
|
|
|
<packagings>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
</packagings>
|
|
|
|
<goals>
|
2023-07-03 20:44:23 +00:00
|
|
|
<goal>clean</goal>
|
2017-12-28 16:40:15 +00:00
|
|
|
<goal>process-classes</goal>
|
2023-07-03 20:44:23 +00:00
|
|
|
<goal>javafx:run@ide-debug</goal>
|
2017-12-28 16:40:15 +00:00
|
|
|
</goals>
|
|
|
|
<properties>
|
2023-07-03 20:44:23 +00:00
|
|
|
|
|
|
|
|
2017-12-28 16:40:15 +00:00
|
|
|
<jpda.listen>true</jpda.listen>
|
|
|
|
</properties>
|
|
|
|
</action>
|
|
|
|
<action>
|
|
|
|
<actionName>debug</actionName>
|
|
|
|
<packagings>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
</packagings>
|
|
|
|
<goals>
|
2023-07-03 20:44:23 +00:00
|
|
|
<goal>clean</goal>
|
|
|
|
<goal>javafx:run@ide-debug</goal>
|
2017-12-28 16:40:15 +00:00
|
|
|
</goals>
|
|
|
|
<properties>
|
2023-07-03 20:44:23 +00:00
|
|
|
|
|
|
|
|
2017-12-28 16:40:15 +00:00
|
|
|
<jpda.listen>true</jpda.listen>
|
|
|
|
</properties>
|
|
|
|
</action>
|
|
|
|
|
|
|
|
</actions>
|