Hi,

I am trying use rampart for security support on the ws-binding in Apache
Tuscany Java SCA.  I included the rampart.mar as dependency in the axis2 ws
binding pom file (
https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/binding-ws-axis2/pom.xml)
as follows : -

        <dependency>
            <groupId>org.apache.rampart</groupId>
            <artifactId>rampart</artifactId>
            <version>1.2</version>
            <type>mar</type>
            <scope>runtime</scope>
        </dependency>

While Maven successfully downloads and installs rampart.mar it seems like
its not including it in the build classpath as a result of which I get a
'trying to engage an unavailable module' exception.  Am I missing something
here?  Could somebody help with hints ?  Thanks.

PS : When I imported the project into eclipse I found that the .classpath
that maven generates does not contain the .mar file.  Including this
explicitly runs everything cleanly within eclipse.  Hence my suspicion on
Maven ever doing anything with the .mar file.

Thanks
- Venkat

Reply via email to