RE: Maven and XMLBeans, not best friends??

2009-08-14 Thread hannehomuth
Did you look at using the maven-plugin that's in XMLBeans tree? http://svn.apache.org/viewvc/xmlbeans/trunk/maven-plugin/ No not yet, I only tried the plugin which lies in the central maven repository. But this didn't work, as I said already. We are using an ant task now, which will be executed

RE: Maven and XMLBeans, not best friends??

2009-08-06 Thread Cezar Andrei
and XMLBeans, not best friends?? Hi to everyone, I've trying and searching a lot of hours but could not find any solution which worked for me. I want to use xmlbeans in an project which uses maven as build tool. I've configured the plugin in the pom.xml in this way plugin

Re: Maven and XMLBeans, not best friends??

2009-08-05 Thread Jacob Barde
hannehomuth, Might want to try a more recent version of the mojo xmlbeans plugin. It's currently up to version 2.3.2, and it supports XMLBeans 2.4.0, located on http://repository.codehaus.org/. I use the following to generate source and compiled jars with success. One thing though, if you

Re: Maven and XMLBeans, not best friends??

2009-08-05 Thread Andreas Loew
Jacob Barde schrieb: Might want to try a more recent version of the mojo xmlbeans plugin. It's currently up to version 2.3.2, and it supports XMLBeans 2.4.0, located on http://repository.codehaus.org/. ... and - just in case - please be aware of the fact that you still have the full

Maven and XMLBeans, not best friends??

2009-07-22 Thread hannehomuth
Hi to everyone, I've trying and searching a lot of hours but could not find any solution which worked for me. I want to use xmlbeans in an project which uses maven as build tool. I've configured the plugin in the pom.xml in this way plugin groupIdorg.codehaus.mojo/groupId