we've got an maven integration test that uses axis2 client with rampart. rampart.mar is specified as a dependency in the pom, however maven is not including it in the classpath. the mar is required for axis to load the rampart module.
Does anyone have a solution?
pom.xml snippet:
<dependency>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart</artifactId>
<version>1.4</version>
<type>mar</type>
</dependency>
I've used axis2-1.6.0 with rampart-1.6.0 with the following pom extract:
however, in services usage as client or server you need to specify the axis2-repository runtime location.
Actually I've got some problems with axis2-1.6.1 because of neethy policy validation update