You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Nathan Sowatskey <ns...@cisco.com> on 2005/11/21 18:57:08 UTC

Maven2 plugin?

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 - nsowatsk@cisco.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org


Re: Maven2 plugin?

Posted by Nathan Sowatskey <ns...@cisco.com>.
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 - nsowatsk@cisco.com

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 -  
> nsowatsk@cisco.com
>
> 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 -  
>>> nsowatsk@cisco.com
>>> -------------------------------------------------------------------- 
>>> -
>>> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
>>> For additional commands, e-mail: user-help@xmlbeans.apache.org
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
>> For additional commands, e-mail: user-help@xmlbeans.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: user-help@xmlbeans.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org


Re: Maven2 plugin?

Posted by Nathan Sowatskey <ns...@cisco.com>.
That got me started. Thanks!

:-)

Nathan

Nathan Sowatskey - Technical Leader, NMTG CTO Engineering -  
+34-638-083-675, +34-91-201-2139 - AIM NathanCisco - nsowatsk@cisco.com

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 -  
>> nsowatsk@cisco.com
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
>> For additional commands, e-mail: user-help@xmlbeans.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: user-help@xmlbeans.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org


Re: Maven2 plugin?

Posted by Peter Lynch <pe...@pub.missioncap.ca>.
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 - nsowatsk@cisco.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
> For additional commands, e-mail: user-help@xmlbeans.apache.org
> 
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org