Aplikasi POS Amigo, dibangun dengan JavaFX dengan Maven
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <actions>
- <action>
- <actionName>run</actionName>
- <packagings>
- <packaging>jar</packaging>
- </packagings>
- <goals>
- <goal>process-classes</goal>
- <goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
- </goals>
- <properties>
- <exec.args>-classpath %classpath id.amigogroup.posterminal.ShadeApp</exec.args>
- <exec.executable>java</exec.executable>
- </properties>
- </action>
- </actions>
|