This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository eugene. See http://git.nuiton.org/eugene.git commit 4ff5f4f3480756085a392c4981171e58c06ea638 Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 11:18:50 2016 +0100 Update parent pom --- README.txt => README.md | 0 changelog.txt | 12 --- .../README.md | 0 eugene-java-templates/README.txt | 0 eugene-java-templates/changelog.txt | 0 eugene/README.txt => eugene-maven-plugin/README.md | 0 eugene-maven-plugin/changelog.txt | 57 ----------- .../it/evol-879/model/{README.txt => README.md} | 0 .../src/it/evol-879/xmi/{README.txt => README.md} | 0 .../it/evol-879/zargo/{README.txt => README.md} | 0 .../testIncludeWithNoProtocol/README.md} | 0 .../{README.txt => README.md} | 0 .../{generators/README.txt => all/README.md} | 0 .../src/it/generate/all/changelog.txt | 53 ---------- .../{all/README.txt => generators/README.md} | 0 .../src/it/generate/generators/changelog.txt | 53 ---------- .../only-zargo-xmi/{README.txt => README.md} | 0 .../README.txt => generate/only-zargo/README.md} | 0 .../README.md | 0 eugene-plantuml-templates/README.txt | 0 .../README.md | 0 eugene-maven-plugin/README.txt => eugene/README.md | 0 eugene/changelog.txt | 113 --------------------- pom.xml | 12 +-- 24 files changed, 5 insertions(+), 295 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 4b027ea..0000000 --- a/changelog.txt +++ /dev/null @@ -1,12 +0,0 @@ -2.0.0 - * Changelog is not any longer maintained, please refer to the release note : - http://doc.nuiton.org/eugene/changes-report.html - -1.0.1 xxx xxx - - * #91 : Don't call digester pop() on an empty stack - * Fix an ant to java regex conversion problem with default configuration - -1.0.0 xxx xxx - * Initial create org.nuiton.eugene mavenpom - diff --git a/eugene-yaml-templates/changelog.txt b/eugene-java-templates/README.md similarity index 100% rename from eugene-yaml-templates/changelog.txt rename to eugene-java-templates/README.md diff --git a/eugene-java-templates/README.txt b/eugene-java-templates/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/eugene-java-templates/changelog.txt b/eugene-java-templates/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/eugene/README.txt b/eugene-maven-plugin/README.md similarity index 100% rename from eugene/README.txt rename to eugene-maven-plugin/README.md diff --git a/eugene-maven-plugin/changelog.txt b/eugene-maven-plugin/changelog.txt deleted file mode 100644 index 22dcf4e..0000000 --- a/eugene-maven-plugin/changelog.txt +++ /dev/null @@ -1,57 +0,0 @@ -2.0.0 - * Changelog is not any longer maintained, please refer to the release note : - http://doc.nuiton.org/eugene/changes-report.html - -1.0.0 xxx xxx - * Add multiple models loading and restricted package generation - * Recode EugenePlugin without ant - * Move to org.nuiton groupid - * Rename project to Eugene - -0.64 chemit 20090218 - * 20090211 [chatellier] add testPhase property in mojo to specify when using it in test phase - * 20090210 [chatellier] add info and debug maven log messages - * 20090210 [chatellier] add default value on all non required parameters - * 20090209 [chemit] fix bug when using sibling dependencies in a multi-module project - * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) - -0.63 chemit 20081215 - * 20081215 [chemit] follow lutingenerator release - -0.62 chemit 20081210 - * 20081210 [chemit] use lutinpluginproject 3.2 - * 20081203 [chemit] add a encoding goal property to be dispatched in all generator to control file generation encoding - * 20081118 [chemit] use lutinproject 3.1 - * 20081117 [chemit] - - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader - - bump lutingenerator version - -0.61 chatellier 20081114 - * 20081107 [chatellier] - - add test compile dir and test resources in generation gaol - * 20081101 [chemit] - - add an excludeTemplates property on GeneratorPlugin to permit exclusion of generators for some composite generator - - bump lutingenerator to 0.61 - -0.60 chemit 20081013 - * 20081013 [chemit] - - remove addCompileDirectory option (always done) + add dynamic resources - - use lutingenerator 0.60 - - clean pom - -0.51 thimel 20080925 - * 20080925 [thimel] Refactor pom using the correct architecture - * 20080925 [thimel] Switched License to LGPL - * 20080723 [chemit] - - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property - - * 20070525 [chatellier] - - add Xmi2StateModel goal - - improve Xmi2Model Hierarchy - * 20070525 [chatellier] update ant dependency to 1.7.0 - * 20070525 [chatellier] replacing lutinxml.XSLAntTask by Ant.XSLTProcess - -0.50 ??? ??? - - * 20070420 [chatellier] add goal to copy a set of generated files - * 20070420 [chatellier] update lutingenerator depencency to 0.50 diff --git a/eugene-maven-plugin/src/it/evol-879/model/README.txt b/eugene-maven-plugin/src/it/evol-879/model/README.md similarity index 100% rename from eugene-maven-plugin/src/it/evol-879/model/README.txt rename to eugene-maven-plugin/src/it/evol-879/model/README.md diff --git a/eugene-maven-plugin/src/it/evol-879/xmi/README.txt b/eugene-maven-plugin/src/it/evol-879/xmi/README.md similarity index 100% rename from eugene-maven-plugin/src/it/evol-879/xmi/README.txt rename to eugene-maven-plugin/src/it/evol-879/xmi/README.md diff --git a/eugene-maven-plugin/src/it/evol-879/zargo/README.txt b/eugene-maven-plugin/src/it/evol-879/zargo/README.md similarity index 100% rename from eugene-maven-plugin/src/it/evol-879/zargo/README.txt rename to eugene-maven-plugin/src/it/evol-879/zargo/README.md diff --git a/eugene-maven-plugin/src/it/generate/only-zargo/README.txt b/eugene-maven-plugin/src/it/generate-model-files/testIncludeWithNoProtocol/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate/only-zargo/README.txt rename to eugene-maven-plugin/src/it/generate-model-files/testIncludeWithNoProtocol/README.md diff --git a/eugene-maven-plugin/src/it/generate-model-files/testIncludeWithOnlyProtocol/README.txt b/eugene-maven-plugin/src/it/generate-model-files/testIncludeWithOnlyProtocol/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate-model-files/testIncludeWithOnlyProtocol/README.txt rename to eugene-maven-plugin/src/it/generate-model-files/testIncludeWithOnlyProtocol/README.md diff --git a/eugene-maven-plugin/src/it/generate/generators/README.txt b/eugene-maven-plugin/src/it/generate/all/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate/generators/README.txt rename to eugene-maven-plugin/src/it/generate/all/README.md diff --git a/eugene-maven-plugin/src/it/generate/all/changelog.txt b/eugene-maven-plugin/src/it/generate/all/changelog.txt deleted file mode 100644 index dddb0de..0000000 --- a/eugene-maven-plugin/src/it/generate/all/changelog.txt +++ /dev/null @@ -1,53 +0,0 @@ -1.0.0 xxx xxx - * Add multiple models loading and restricted package generation - * Recode EugenePlugin without ant - * Move to org.nuiton groupid - * Rename project to Eugene - -0.64 chemit 20090218 - * 20090211 [chatellier] add testPhase property in mojo to specify when using it in test phase - * 20090210 [chatellier] add info and debug maven log messages - * 20090210 [chatellier] add default value on all non required parameters - * 20090209 [chemit] fix bug when using sibling dependencies in a multi-module project - * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) - -0.63 chemit 20081215 - * 20081215 [chemit] follow lutingenerator release - -0.62 chemit 20081210 - * 20081210 [chemit] use lutinpluginproject 3.2 - * 20081203 [chemit] add a encoding goal property to be dispatched in all generator to control file generation encoding - * 20081118 [chemit] use lutinproject 3.1 - * 20081117 [chemit] - - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader - - bump lutingenerator version - -0.61 chatellier 20081114 - * 20081107 [chatellier] - - add test compile dir and test resources in generation gaol - * 20081101 [chemit] - - add an excludeTemplates property on GeneratorPlugin to permit exclusion of generators for some composite generator - - bump lutingenerator to 0.61 - -0.60 chemit 20081013 - * 20081013 [chemit] - - remove addCompileDirectory option (always done) + add dynamic resources - - use lutingenerator 0.60 - - clean pom - -0.51 thimel 20080925 - * 20080925 [thimel] Refactor pom using the correct architecture - * 20080925 [thimel] Switched License to LGPL - * 20080723 [chemit] - - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property - - * 20070525 [chatellier] - - add Xmi2StateModel goal - - improve Xmi2Model Hierarchy - * 20070525 [chatellier] update ant dependency to 1.7.0 - * 20070525 [chatellier] replacing lutinxml.XSLAntTask by Ant.XSLTProcess - -0.50 ??? ??? - - * 20070420 [chatellier] add goal to copy a set of generated files - * 20070420 [chatellier] update lutingenerator depencency to 0.50 \ No newline at end of file diff --git a/eugene-maven-plugin/src/it/generate/all/README.txt b/eugene-maven-plugin/src/it/generate/generators/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate/all/README.txt rename to eugene-maven-plugin/src/it/generate/generators/README.md diff --git a/eugene-maven-plugin/src/it/generate/generators/changelog.txt b/eugene-maven-plugin/src/it/generate/generators/changelog.txt deleted file mode 100644 index dddb0de..0000000 --- a/eugene-maven-plugin/src/it/generate/generators/changelog.txt +++ /dev/null @@ -1,53 +0,0 @@ -1.0.0 xxx xxx - * Add multiple models loading and restricted package generation - * Recode EugenePlugin without ant - * Move to org.nuiton groupid - * Rename project to Eugene - -0.64 chemit 20090218 - * 20090211 [chatellier] add testPhase property in mojo to specify when using it in test phase - * 20090210 [chatellier] add info and debug maven log messages - * 20090210 [chatellier] add default value on all non required parameters - * 20090209 [chemit] fix bug when using sibling dependencies in a multi-module project - * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) - -0.63 chemit 20081215 - * 20081215 [chemit] follow lutingenerator release - -0.62 chemit 20081210 - * 20081210 [chemit] use lutinpluginproject 3.2 - * 20081203 [chemit] add a encoding goal property to be dispatched in all generator to control file generation encoding - * 20081118 [chemit] use lutinproject 3.1 - * 20081117 [chemit] - - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader - - bump lutingenerator version - -0.61 chatellier 20081114 - * 20081107 [chatellier] - - add test compile dir and test resources in generation gaol - * 20081101 [chemit] - - add an excludeTemplates property on GeneratorPlugin to permit exclusion of generators for some composite generator - - bump lutingenerator to 0.61 - -0.60 chemit 20081013 - * 20081013 [chemit] - - remove addCompileDirectory option (always done) + add dynamic resources - - use lutingenerator 0.60 - - clean pom - -0.51 thimel 20080925 - * 20080925 [thimel] Refactor pom using the correct architecture - * 20080925 [thimel] Switched License to LGPL - * 20080723 [chemit] - - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property - - * 20070525 [chatellier] - - add Xmi2StateModel goal - - improve Xmi2Model Hierarchy - * 20070525 [chatellier] update ant dependency to 1.7.0 - * 20070525 [chatellier] replacing lutinxml.XSLAntTask by Ant.XSLTProcess - -0.50 ??? ??? - - * 20070420 [chatellier] add goal to copy a set of generated files - * 20070420 [chatellier] update lutingenerator depencency to 0.50 \ No newline at end of file diff --git a/eugene-maven-plugin/src/it/generate/only-zargo-xmi/README.txt b/eugene-maven-plugin/src/it/generate/only-zargo-xmi/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate/only-zargo-xmi/README.txt rename to eugene-maven-plugin/src/it/generate/only-zargo-xmi/README.md diff --git a/eugene-maven-plugin/src/it/generate-model-files/testIncludeWithNoProtocol/README.txt b/eugene-maven-plugin/src/it/generate/only-zargo/README.md similarity index 100% rename from eugene-maven-plugin/src/it/generate-model-files/testIncludeWithNoProtocol/README.txt rename to eugene-maven-plugin/src/it/generate/only-zargo/README.md diff --git a/eugene-yaml-templates/README.txt b/eugene-plantuml-templates/README.md similarity index 100% rename from eugene-yaml-templates/README.txt rename to eugene-plantuml-templates/README.md diff --git a/eugene-plantuml-templates/README.txt b/eugene-plantuml-templates/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/eugene-plantuml-templates/changelog.txt b/eugene-yaml-templates/README.md similarity index 100% rename from eugene-plantuml-templates/changelog.txt rename to eugene-yaml-templates/README.md diff --git a/eugene-maven-plugin/README.txt b/eugene/README.md similarity index 100% rename from eugene-maven-plugin/README.txt rename to eugene/README.md diff --git a/eugene/changelog.txt b/eugene/changelog.txt deleted file mode 100644 index b07ecc1..0000000 --- a/eugene/changelog.txt +++ /dev/null @@ -1,113 +0,0 @@ -2.0.0 - * Changelog is not any longer maintained, please refer to the release note : - http://doc.nuiton.org/eugene/changes-report.html - -1.0.1 - * 20091016 [chatellier] Regression on ant task, was generating model file one by one - * 20090921 [desbois] [Evol #59] support innerClasses - * 20090921 [desbois] [Evol #58] support static on operations - * 20090903 [poussin] move attribute from class to classifier, interface can have static attribute - * 20090903 [poussin] add JavaClassBuilder - * 20090903 [poussin] add new generator type JavaClassGenerator - * 20090903 [poussin] add bodyCode to ObjectModelOperation - * 20090903 [poussin] add static declaration to ObjectModelElement - -1.0.0 xxx xxx - * Add multiple models loading and restricted package generation - * Add Enumeration support - * Add Dependency support - * Add ImportsManager - * Add useful methods in 'GeneratorUtil' - * Improve ant task - * Move to org.nuiton groupid - * Rename project to Eugene - -0.65 chatellier 200903xx - * Format all code, add generic - -0.64 chemit 20090218 - * 20090218 [chatellier] Move test to junit 4 - * 20090129 [thimel] rename Util class to GeneratorUtil - * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) - -0.63 chemit 20081215 - * 20081215 [chemit] fix up to date regression on generation - -0.62 chemit 20081210 - * 20081210 [chemit] use lutinproject 3.2 and lutinutil 1.0 - * 20081208 [chorlet] - correction bug #1737: Prise en compte du MetaModel UML dans les fichiers XMI - - ajout du support des fichiers default-java.xml et default-uml14.xmi - - * 20081203 [chemit] add a encoding property on generator to control file generation encoding - * 20081118 [chemit] use lutinproject 3.1 - * 20081117 [chemit] : GeneratorTask can have a dedicated classLoader to be used to instanciate generator implementations - -0.61 chatellier 20081114 - * 20081101 [chemit] - - add a parent setter on ChildGenerator - - add an excludeTemplates property on Generator and GeneratorTask to permit exclusion of generators for some composite generator - -0.60 chemit 20081013 - * 20081013 [chemit] - - make tests works again - - clean pom - -ver-0-51 thimel 20080925 - - * 20080925 [thimel] super pom in version 3.0 - * 20080901 [chatellier] Maven2 layout and LGPL3 - * 20070528 [chatellier] add tag values support to stateModel - * 20070528 [chatellier] modify defaut stateModel generation - * 20070523 [chatellier] remove lutinxml dependency - * 20070523 [chatellier] UIModel implementation over digester : - - use generics - - non tested - - no digester rules definided (no samples available) - * 20070523 [chatellier] change property reverveAttribute to - reverveAttributeName to resolve conflict in objectModel model. - * 20070522 [chatellier] modify ObjectModel implementation : - - to use JavaBeans conventions - - parsed with commons-digester - - to use generics - * 20070520 [chatellier] add stateModel (parsed with commons-digester) - * 20070520 [chatellier] correct generic type error on objectModel interfaces - -ver-0-50 poussin 20070425 - - * add associationType for all attributes - * 20070420 [chatellier] Ajout de l'export de la version du modèle xmi dans - xmi1.2ToObjectModel.xsl - * 20070420 [chatellier] ajout de la DTD objectModel - -ver-0-31 thimel 20060825 - - * ajout de isIndexed sur les attributs - * isOrdered est vrai si isIndexed est vrai ou que le tagValue order-by est - present ou que ordering fixe sur ordered - * Ajout de validateurs de modele + impl de validateur "basiques" base sur des - noms (attributs, classes, ...). - -ver-0-30 thimel 20060303 - - * Ajout des exceptions pour les operations - * Correction du support des interfaces et classes abstraites - * Double compatibilite Poseidon 3.2 / 4 - -ver-0-29 thimel 20060228 - - * Support de l'hértage pour les classes d'association - -ver-0-28 thimel 20060224 - - * Support de Poseidon4 - * Possibilite d'avoir des tagValues sur les modeles - * Ajout de l'extraction de ordered et de la navigabilite - -ver-0-27 thimel 20051213 - - * Ajout d'une methode pour avoir la liste des attributs d'une classe - * Correction erreur de fonctionnement dans ObjectModelImpl(XML).getInterface (doit renvoyer null si non trouve) - -0.26 - - * Ajout du support des stereotypes sur les attributs diff --git a/pom.xml b/pom.xml index 6e5da93..4928016 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>6</version> + <version>8.1</version> </parent> <artifactId>eugene</artifactId> @@ -131,12 +131,6 @@ <developerConnection>scm:git:git@gitlab.nuiton.org:nuiton/eugene.git</developerConnection> <url>https://gitlab.nuiton.org/nuiton/eugene</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> @@ -158,6 +152,10 @@ <mavenVersion>3.3.3</mavenVersion> <helperPluginVersion>2.2.1</helperPluginVersion> + <ciViewId>Eugene</ciViewId> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.