org.codehaus.mojo, nice name... What about the maven plugin from XmlBeans svn (the "maven-plugin" dir)? Did that not work for you?
Radu -----Original Message----- From: Nathan Sowatskey [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 4:39 AM To: [email protected] Subject: Re: Maven2 plugin? And finally ... <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>xmlbeans-maven-plugin</artifactId> <version>2.0-beta-1</version> <executions> <execution> <goals> <goal>xmlbeans</goal> </goals> </execution> </executions> <inherited>true</inherited> <configuration> <schemaDirectory>src/main/resources/xsd/interfaces</ schemaDirectory> <noJavac>true</noJavac> <quiet>false</quiet> </configuration> </plugin> </plugins> </build> Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - [EMAIL PROTECTED] On 22 Nov 2005, at 11:56, Nathan Sowatskey wrote: > That got me started. Thanks! > > :-) > > Nathan > > Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - > +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - > [EMAIL PROTECTED] > > On 21 Nov 2005, at 19:50, Peter Lynch wrote: > >> No official release but u can build it svn. Works for me. >> >> http://mojo.codehaus.org/xmlbeans-maven-plugin/ >> >> -Peter >> >> Nathan Sowatskey wrote: >>> Hi >>> Is there a Maven plugin for XML Beans please? >>> Is anyone out there using it with Maven at all? >>> Many thanks >>> Nathan >>> Nathan Sowatskey - Technical Leader, NMTG CTO Engineering - >>> +34-638-083-675, +34-91-201-2139 - AIM NathanCisco - >>> [EMAIL PROTECTED] >>> -------------------------------------------------------------------- >>> - >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

