You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Drew Hite <hi...@gmail.com> on 2005/11/17 03:15:22 UTC

specify axis version for axis plugin

Hello
When I use the axis plugin (maven axis:axis), the generated java files
indicate that they were created with axis version 1.2RC2. How does one
control what version of axis creates the java stubs? As far as I can tell I
do not reference that version of axis in my project.

Thanks,
Drew

Re: specify axis version for axis plugin

Posted by Henry Isidro <hi...@exist.com>.
Drew Hite wrote:

>Hello
>When I use the axis plugin (maven axis:axis), the generated java files
>indicate that they were created with axis version 1.2RC2. How does one
>control what version of axis creates the java stubs? As far as I can tell I
>do not reference that version of axis in my project.
>
>Thanks,
>Drew
>
>  
>
The axis plugin itself is dependent on 1.2RC2 as shown here:

http://maven-plugins.sourceforge.net/maven-axis-plugin/dependencies.html

and I assume that's what the plugin uses to generate the stubs. I don't 
know if changing the plugin's dependency would work. You can give it a 
try :-)

Henry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org