You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2007/01/07 02:45:43 UTC

svn commit: r493629 - /maven/maven-1/plugins-sandbox/trunk/modello/

Author: aheritier
Date: Sat Jan  6 17:45:42 2007
New Revision: 493629

URL: http://svn.apache.org/viewvc?view=rev&rev=493629
Log:
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-14.
Add plugin documentation and refactor web site.

Modified:
    maven/maven-1/plugins-sandbox/trunk/modello/   (props changed)

Propchange: maven/maven-1/plugins-sandbox/trunk/modello/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Jan  6 17:45:42 2007
@@ -1,3 +1,4 @@
-target
-.classpath
-.project
+target
+.classpath
+.project
+velocity.log*