Re: Help - Maven2 with XMLBean Integration

2008-03-07 Thread David Jencks
That's the maven 1 xmlbeans 2 plugin. The maven 2 xmlbeans 2 plugin is at codehaus. Docs are: http://mojo.codehaus.org/xmlbeans-maven-plugin/ thanks david jencks On Mar 6, 2008, at 9:27 PM, Jacob Danner wrote: This is documented in the src. You can access it online at:

Help - Maven2 with XMLBean Integration

2008-03-06 Thread sathish.kumarp
Hi Friends, I am using XMLBeans to parse some XML Documents for this I want to generate Java classes from xsd by using XMLBean. In my project, we are using maven2 for building, So I want to add this generation of java classes from xsd to be included in the maven build. I plan to use

Re: Help - Maven2 with XMLBean Integration

2008-03-06 Thread Jacob Danner
This is documented in the src. You can access it online at: http://svn.apache.org/viewvc/xmlbeans/trunk/maven-plugin/INSTRUCTIONS.txt?revision=220227view=markup -jacobd On Thu, Mar 6, 2008 at 9:05 PM, [EMAIL PROTECTED] wrote: Hi Friends, I am using XMLBeans to parse some XML Documents