This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 51036b693f047e25c9e073d15e057ec6f3ca661a Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 2 10:20:15 2016 +0200 to run application via maven --- application-swing/README.md | 9 +++++++-- application-swing/pom.xml | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/application-swing/README.md b/application-swing/README.md index d2e50d3..9c37c34 100644 --- a/application-swing/README.md +++ b/application-swing/README.md @@ -1,2 +1,7 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install +To build application: + +```mvn clean package``` + +To run application: + +```mvn exec:java``` \ No newline at end of file diff --git a/application-swing/pom.xml b/application-swing/pom.xml index f9a5eee..b9a5abf 100644 --- a/application-swing/pom.xml +++ b/application-swing/pom.xml @@ -76,6 +76,9 @@ <!-- by default, we are in dev mode --> <devMode>true</devMode> + <!-- to run via maven mvn exec:java --> + <exec.mainClass>${maven.jar.main.class}</exec.mainClass> + </properties> <dependencies> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.