You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by nicolas de loof <ni...@apache.org> on 2008/01/14 15:52:20 UTC

axistools to use axis:axis in place of org.apache.axis:axis

Hello,

I'm migrating a legacy project to maven2 that REQUIRES to use axis 1.1. I
can't use the plugin as the generated code is not compatible.
I can't override the version of axis used by the plugin (using a set of
<dependency> in <plugin>) because it uses the org.apache.axis groupId that
has been used for 1.4 release only.

I also discovered that the POM under org.apache.axis is minimal and has no
dependency, and the one under "axis" has correct meta-datas with the
expected dependencies.

For those two reasons, I'd like to change the axistools POM to use
axis:axis.

Any objection ?

Nico.

Re: axistools to use axis:axis in place of org.apache.axis:axis

Posted by nicolas de loof <ni...@apache.org>.
Please note the org.apache.axis POM is declared as "POM was created from
deploy:deploy-file".
Not sure where this comes from, but seems to be the result of an upload
request and not an axis-developers released one.

Nico.


2008/1/14, nicolas de loof <ni...@apache.org>:
>
> Hello,
>
> I'm migrating a legacy project to maven2 that REQUIRES to use axis 1.1. I
> can't use the plugin as the generated code is not compatible.
> I can't override the version of axis used by the plugin (using a set of
> <dependency> in <plugin>) because it uses the org.apache.axis groupId that
> has been used for 1.4 release only.
>
> I also discovered that the POM under org.apache.axis is minimal and has no
> dependency, and the one under "axis" has correct meta-datas with the
> expected dependencies.
>
> For those two reasons, I'd like to change the axistools POM to use
> axis:axis.
>
> Any objection ?
>
> Nico.
>