> 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]
