Hi Steve, >From my point of view it should be resolved automatically when you are using an mar based artifact. Although I don't have any clue where to post a JIRA for this. Maybe the plugin shouldn't exclude the dependency as I stated in my previous message. That sounds reasonable to me.
Sietse -----Original Message----- From: Stephen More [mailto:[EMAIL PROTECTED] Sent: 26 November 2007 19:01 To: [email protected] Subject: Re: rampart + maven2 == Unable to obtain unarchiver > I think the problem is a missing dependency. A quick look at the pom > file of the addressing plugin pointed me into the > axis2-mar-maven-plugin. It is excluded into the dependencies, but I > don't know why. Should I add this as a JIRA issue ? > Thus adding the following snippet might solve the error: > > <dependency> > <groupId>org.apache.axis2</groupId> > <artifactId>axis2-mar-maven-plugin</artifactId> > <version>1.3</version> > </dependency> Yes, this solved my problem. -Thanks Steve More --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
