the various .mar files go into the .war archive after all build steps. 
the .war is deployed to tomcats webapps/ directory, 
and tomcat makes an axis2/ directory with a given structure. 
i.e. WEB-INF/ consists of classes/ conf/ lib/ modules/ services/ ...
and addressing.mar will be in the modules/ directory 
but that is explained in the documentation for axis2-1.6.2

But to be honest I do not fully understand your problem.

To build axis yourself with maven 3 ... why?
get the axis2 source kit or from one of the tags directories in a svn repo
i.e. tags/V1.6.2
or from the trunk dir of axis2, 
and build axis2 with maven; 
$ mvn clean install
$ cd modules/distribution
$ mvn clean install 
to make your .war archive source and binary kits (snapshots)
also well explained in the documentation.

part of the build
makes the various .mar files the ones which come bundled with axis2, 
and puts them into .war file, and all you need to do is to deploy 
this .war file to tomcats webapps dir. The deployment is tomcats work.

But why do you build axis2 yourself?
check out a binary kit and a .war file and deploy it to tomcat 
and addressing.mar will be properly deployed.

Josef



-----Ursprüngliche Nachricht-----
Von: somethingwic...@gmx.net [mailto:somethingwic...@gmx.net] 
Gesendet: Montag, 11. Februar 2013 15:45
An: java-user@axis.apache.org
Betreff: axis2 Update from 1.4 to 1.6

Hi all,

I want to update my project from axis2 1.4.1 to 1.6.2. The project is build 
with maven 3 to a .war file to use with a TomCat 7. 

For axis2 1.41 I added the dependency
<dependency>
 <groupId>org.apache.axis2</groupId>
 <artifactId>addressing</artifactId>
 <version>1.41</version>
</dependency>
to my maven .pom beacuse its a .jar.

Now in axis2 1.6.2 addressing is a module (.mar) and I don't know who to handle 
this file. I tried to put it into the Tomcat lib dir, added it to the .pom but 
without success. 

How do I have to handle this addressing .mar file with maven or tomcat?

Thanks, 
Mirco

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

  • axis2 U... somethingwicked
    • AW... Stadelmann Josef
    • RE... Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco)
      • ... Stadelmann Josef

Reply via email to