From: Geoffrey De S. <ge0...@us...> - 2006-02-05 21:11:21
|
ge0ffrey 06/02/05 13:11:13 Modified: jaxb/xdocs index.xml Log: NOTICE Revision Changes Path 1.4 +14 -1 maven-plugins/jaxb/xdocs/index.xml Index: index.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/jaxb/xdocs/index.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.xml 19 Jun 2005 14:10:28 -0000 1.3 +++ index.xml 5 Feb 2006 21:11:13 -0000 1.4 @@ -37,7 +37,7 @@ goal, so that the generated code is automatically processed as if it was part of the normal application source code. </p> - <p> + <p> For more information on the functionality provided by this plugin, please see the <a href="goals.html">Goals</a> document. </p> @@ -48,5 +48,18 @@ </p> </subsection> </section> + <section name="NOTICE"> + <p> + There is a maven 2 plugin with similar functionality at + <a href="http://mojo.codehaus.org/xjc-maven-plugin/"/> + </p> + <p> + There is currently no active maintainer for this plugin. + </p> + <p> + The jaxb jars have been uploaded to java.net's repository, + but it isn't used in this plugin yet. + </p> + </section> </body> </document> |