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

2006-11-26 Thread jiangshachina

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-11-26 Thread Jochen Wiedmann

On 11/26/06, jiangshachina <[EMAIL PROTECTED]> 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=11641106131&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:

   
 org.apache.neethi
 neethi
 2.0
   

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-11-26 Thread jiangshachina

Hi Jochen,
Thanks for your valuable instructions.

a cup of Java, cheers!
Sha Jiang


Jochen Wiedmann wrote:
> 
> On 11/26/06, jiangshachina <[EMAIL PROTECTED]> 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=11641106131&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:
> 
> 
>   org.apache.neethi
>   neethi
>   2.0
> 
> 
> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]