You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by jiangshachina <ji...@gmail.com> on 2006/11/26 11:10:22 UTC

Warnning on "org.apache.axis2:axis2-kernel:pom:1.1"?

Hello,
I used axis2-kernel-1.1.jar as dependency, but had the following warning,
POM for 'org.apache.axis2:axis2-kernel:pom:1.1:compile' is invalid.
It will be ignored for artifact resolution.
Reason: Failed to validate POM
It seems that its POM is wrong, but I didn't find the error.

a cup of Java, cheers!
Sha Jiang
-- 
View this message in context: http://www.nabble.com/Warnning-on-%22org.apache.axis2%3Aaxis2-kernel%3Apom%3A1.1%22--tf2706501s177.html#a7546102
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Warnning on "org.apache.axis2:axis2-kernel:pom:1.1"?

Posted by jiangshachina <ji...@gmail.com>.
Hi Jochen,
Thanks for your valuable instructions.

a cup of Java, cheers!
Sha Jiang


Jochen Wiedmann wrote:
> 
> On 11/26/06, jiangshachina <ji...@gmail.com> wrote:
> 
>> I used axis2-kernel-1.1.jar as dependency, but had the following warning,
>> POM for 'org.apache.axis2:axis2-kernel:pom:1.1:compile' is invalid.
>> It will be ignored for artifact resolution.
> 
> This is a known issue. Unfortunately it can only be fixed with a new
> release Axis 2 1.1.1. See
> 
>     http://marc.theaimsgroup.com/?t=116411061300001&r=1&w=2
> 
> for a discussion on the issue.
> 
> As a workaround, you can very easily fix the issue manually by editing
> 
>    axis2-parent-1.1.pom
> 
> Search for the following dependency:
> 
>     <dependency>
>       <groupId>org.apache.neethi</groupId>
>       <artifactId>neethi</artifactId>
>       <version>2.0</version>
>     </dependency>
> 
> and change the groupId to org.apache.ws.commons.neethi
> 
> 
> Jochen
> 
> -- 
> My wife Mary and I have been married for forty-seven years and not
> once have we had an argument serious enough to consider divorce;
> murder, yes, but divorce, never.
> (Jack Benny)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Warnning-on-%22org.apache.axis2%3Aaxis2-kernel%3Apom%3A1.1%22--tf2706501s177.html#a7553595
Sent from the Maven - Users mailing list archive at Nabble.com.


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


Re: Warnning on "org.apache.axis2:axis2-kernel:pom:1.1"?

Posted by Jochen Wiedmann <jo...@gmail.com>.
On 11/26/06, jiangshachina <ji...@gmail.com> wrote:

> I used axis2-kernel-1.1.jar as dependency, but had the following warning,
> POM for 'org.apache.axis2:axis2-kernel:pom:1.1:compile' is invalid.
> It will be ignored for artifact resolution.

This is a known issue. Unfortunately it can only be fixed with a new
release Axis 2 1.1.1. See

    http://marc.theaimsgroup.com/?t=116411061300001&r=1&w=2

for a discussion on the issue.

As a workaround, you can very easily fix the issue manually by editing

   axis2-parent-1.1.pom

Search for the following dependency:

    <dependency>
      <groupId>org.apache.neethi</groupId>
      <artifactId>neethi</artifactId>
      <version>2.0</version>
    </dependency>

and change the groupId to org.apache.ws.commons.neethi


Jochen

-- 
My wife Mary and I have been married for forty-seven years and not
once have we had an argument serious enough to consider divorce;
murder, yes, but divorce, never.
(Jack Benny)

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