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.

18 regels
599 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <actions>
  3. <action>
  4. <actionName>run</actionName>
  5. <packagings>
  6. <packaging>jar</packaging>
  7. </packagings>
  8. <goals>
  9. <goal>process-classes</goal>
  10. <goal>org.codehaus.mojo:exec-maven-plugin:1.5.0:exec</goal>
  11. </goals>
  12. <properties>
  13. <exec.args>-classpath %classpath id.amigogroup.posterminal.ShadeApp</exec.args>
  14. <exec.executable>java</exec.executable>
  15. </properties>
  16. </action>
  17. </actions>