This is an automated email from the git hooks/post-receive script. New commit to branch feature/editor in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 9025fbd5ef66bb4ddb16ec1c9e78f2a80c1624e9 Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Sep 21 08:28:14 2016 +0200 mImprove readme --- eugene-editor-maven-plugin/README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/eugene-editor-maven-plugin/README.md b/eugene-editor-maven-plugin/README.md index d2e50d3..fa7b915 100644 --- a/eugene-editor-maven-plugin/README.md +++ b/eugene-editor-maven-plugin/README.md @@ -1,2 +1,22 @@ -To deploy new version of pom: mvn deploy -To install localy: mvn install +# Abstract + +This plugin aims to edit any objectmodel in a nice GUI. + +# Build + +Classical maven build with no suprise: + +To install localy: + +```mvn install``` + +To deploy new version: + +```mvn deploy``` + +#Try me + +You can try the plugin on an embbeded model: +``` +mvn -Prun-observe-entities +``` \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.