Oh I can see that if you include the type
~<dependency>
<groupId>org.apache.rampart</
groupId>
<artifactId>rampart</artifactId>
<version>1.6</version>
<type>mar</type>
</dependency>
a "modules" folder is created in WEB-INF/lib after a mvn package but it
seems my IDE (IntelliJ IDEA) by default doesn't know about this maven .mar
type and it doesn't include it in its devepment classpath if I launch a
tomcat or jetty from my IDE. by the way it seems that given that a special
"modules" folder is created I will have to do some special configuration in
my IDE to support this new path for searching for axis2 modules in
runtime... anyway I'll check this better during this week.
Thanks
On Mon, Apr 9, 2012 at 1:48 PM, Asen <[email protected]> wrote:
> I have had success with the following;
>
> <dependency>
> <groupId>org.apache.rampart</groupId>
> <artifactId>rampart</artifactId>
> <version>1.6</version>
> <type>mar</type>
> </dependency>
> <dependency>
> <groupId>org.apache.rampart</groupId>
> <artifactId>rahas</artifactId>
> <version>1.6</version>
> <type>mar</type>
> </dependency>
>
> On Mon, Apr 9, 2012 at 1:43 PM, Jaime Hablutzel Egoavil
> <[email protected]> wrote:
> > No response??? I ask this because every person I know trying to configure
> > axis2 with a module .mar like rampart have problems when using maven2...
> as
> > maven seems that doesn.t support well .mar dependencies
> >
> >
> > On Sat, Apr 7, 2012 at 7:10 PM, Jaime Hablutzel Egoavil
> > <[email protected]> wrote:
> >>
> >> Hi, I have an straight question:
> >>
> >> If I add this to my web maven project dependencies
> >>
> >> <dependency>
> >> <groupId>org.apache.rampart</groupId>
> >> <artifactId>rampart</artifactId>
> >> <version>1.6.1</version>
> >> </dependency>
> >>
> >> And the I do
> >>
> >> mvn clean package
> >>
> >> What should I get into WEB-INF/lib
> >>
> >> should get the rampart-1.6.1.mar in that folder??
> >>
> >>
> >> --
> >> Jaime Hablutzel - 9-9956-3299
> >>
> >> (tildes omitidas intencionalmente)
> >
> >
> >
> >
> > --
> > Jaime Hablutzel - 9-9956-3299
> >
> > (tildes omitidas intencionalmente)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
Jaime Hablutzel - 9-9956-3299
(tildes omitidas intencionalmente)