diff --git a/modello/project.xml b/modello/project.xml index 4e3734d6..68095d5a 100644 --- a/modello/project.xml +++ b/modello/project.xml @@ -1,194 +1,184 @@ - - - - - ../plugins-parent/project.xml - maven-modello-plugin - Maven Modello Plugin - Modello is a Data Model toolkit. This plugin permits to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel. - Wrapper for Modello, a Data Model toolkit. - 1.0-SNAPSHOT - 2004 - - - Brett Porter - brett - brett@apache.org - - Developer - - +10 - - - Arnaud Heritier - aheritier - aheritier@apache.org - Octo Technology - - PMC Member - Java Developer - - +1 - - - - - - org.codehaus.modello - modello-core - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-xpp3 - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-stax - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-dom4j - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-xdoc - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-jpox - 1.0-alpha-15 - - - org.codehaus.modello - modello-db-keywords - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-xsd - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-jdom - 1.0-alpha-15 - - - - - org.codehaus.modello - modello-plugin-store - 1.0-alpha-15 - - Required by modello-plugin-stax - - - - org.codehaus.modello - modello-plugin-xml - 1.0-alpha-15 - - - Required by modello-plugin-xpp3, modello-plugin-stax, modello-plugin-dom4j, modello-plugin-xdoc, - modello-plugin-xsd, modello-plugin-jdom - - - - - - - org.codehaus.plexus - plexus-container-default - 1.0-alpha-15 - - Required by modello-core - - - - org.codehaus.plexus - plexus-component-api - 1.0-alpha-15 - - Required by plexus - - - - org.codehaus.plexus - plexus-utils - 1.0.5 - - Required by modello-plugin-xpp3, modello-plugin-jdom - - - - org.codehaus.plexus - plexus-velocity - 1.1.2 - - Required by modello-plugin-store - - - - org.codehaus.plexus - plexus-classworlds - 1.2-alpha-5 - - Required by plexus - - - - - - - - - - - 1.0-alpha-1 - 1.0-alpha-1 - maven-modello-plugin-1.0-alpha-1 - - - 1.0-alpha-2 - 1.0-alpha-2 - maven-modello-plugin-1.0-alpha-2 - - - + + + + + ../plugins-parent/project.xml + maven-modello-plugin + Maven Modello Plugin + Modello is a Data Model toolkit. This plugin permits to integrate modello services in your build to automatically (or manually) generate the code and the documentation from the DataModel. + Wrapper for Modello, a Data Model toolkit. + 1.0 + 2004 + + + Brett Porter + brett + brett@apache.org + + Developer + + +10 + + + Arnaud Heritier + aheritier + aheritier@apache.org + Octo Technology + + PMC Member + Java Developer + + +1 + + + + + + org.codehaus.modello + modello-core + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-xpp3 + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-stax + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-dom4j + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-xdoc + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-jpox + 1.0-alpha-15 + + + org.codehaus.modello + modello-db-keywords + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-xsd + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-jdom + 1.0-alpha-15 + + + + org.codehaus.modello + modello-plugin-store + 1.0-alpha-15 + + Required by modello-plugin-stax + + + + org.codehaus.modello + modello-plugin-xml + 1.0-alpha-15 + + Required by modello-plugin-xpp3, modello-plugin-stax, modello-plugin-dom4j, modello-plugin-xdoc, modello-plugin-xsd, modello-plugin-jdom + + + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-15 + + Required by modello-core + + + + org.codehaus.plexus + plexus-component-api + 1.0-alpha-15 + + Required by plexus + + + + org.codehaus.plexus + plexus-utils + 1.0.5 + + Required by modello-plugin-xpp3, modello-plugin-jdom + + + + org.codehaus.plexus + plexus-velocity + 1.1.2 + + Required by modello-plugin-store + + + + org.codehaus.plexus + plexus-classworlds + 1.2-alpha-5 + + Required by plexus + + + + + + + + + 1.0-alpha-1 + 1.0-alpha-1 + maven-modello-plugin-1.0-alpha-1 + + + 1.0-alpha-2 + 1.0-alpha-2 + maven-modello-plugin-1.0-alpha-2 + + + 1.0 + 1.0 + maven-modello-plugin-1.0 + + + diff --git a/modello/xdocs/changes.xml b/modello/xdocs/changes.xml index 824835b3..49a52537 100644 --- a/modello/xdocs/changes.xml +++ b/modello/xdocs/changes.xml @@ -18,42 +18,42 @@ * limitations under the License. */ --> - - - Changes - Arnaud Heritier - - - - New site report (maven-modello-plugin) to generate the model documentation and the XML schema. - New goal modello:xsd - New goals modello:jpox and modello:jpox-metadata-class - New goals modello:jdom, and modello:jdom-writer - New goals modello:dom4j, modello:dom4j-reader and modello:dom4j-writer - New goals modello:stax, modello:stax-reader and modello:stax-writer - Automatically verify required properties. - Add a test to validate generations from modello plugins. - New property maven.modello.plugins to select plugins to call for the goal modello:modello - The property maven.modello.targetDirectory is replaced by maven.modello.java.targetDirectory,maven.modello.xsd.targetDirectory, and maven.modello.xdoc.targetDirectory - The plugin is now based on modello libraries 1.0-alpha-15. - Add plugin documentation and refactor web site. - - - Fix web site address - - - New goals modello:jpox-store and modello:jpox-jdo-mapping - New goal modello:xdoc - New goals modello:xpp3-reader and modello:xpp3-writer - New property maven.modello.targetDirectory - New property maven.modello.version - New property maven.modello.packageWithVersion - New property maven.modello.model - New goal modello:xpp3 - New goal modello:java - New goals modello and modello:modello - New jelly tag modello:generate - Initiate the plugin based on modello libraries 1.0-alpha-2 - - + + + Changes + Arnaud Heritier + + + + New site report (maven-modello-plugin) to generate the model documentation and the XML schema. + New goal modello:xsd + New goals modello:jpox and modello:jpox-metadata-class + New goals modello:jdom, and modello:jdom-writer + New goals modello:dom4j, modello:dom4j-reader and modello:dom4j-writer + New goals modello:stax, modello:stax-reader and modello:stax-writer + Automatically verify required properties. + Add a test to validate generations from modello plugins. + New property maven.modello.plugins to select plugins to call for the goal modello:modello + The property maven.modello.targetDirectory is replaced by maven.modello.java.targetDirectory,maven.modello.xsd.targetDirectory, and maven.modello.xdoc.targetDirectory + The plugin is now based on modello libraries 1.0-alpha-15. + Add plugin documentation and refactor web site. + + + Fix web site address + + + New goals modello:jpox-store and modello:jpox-jdo-mapping + New goal modello:xdoc + New goals modello:xpp3-reader and modello:xpp3-writer + New property maven.modello.targetDirectory + New property maven.modello.version + New property maven.modello.packageWithVersion + New property maven.modello.model + New goal modello:xpp3 + New goal modello:java + New goals modello and modello:modello + New jelly tag modello:generate + Initiate the plugin based on modello libraries 1.0-alpha-2 + +