Minimal set of Axis2 dependencies
Here is a simple Maven2 pom.xml that will help you create an Axis2 project in seconds. Just download the attached the pom.xml file, copy it to a local directory, and from that directory type;
mvn idea:idea ==> If you are using IntelliJ IDEA
or
mvn eclipse:eclipse ==> If you are using Eclipse
Prerequisites: Maven 2.0.7 or newer versions
| Attachment | Size |
|---|---|
| pom.xml | 7.07 KB |
- by afkham_azeez
- afkham_azeez's blog
- Login or register to post comments
- Printer friendly version
- 1455 reads











Few more improvements to Axis2 min deps script
Here is an improved version. Now by doing mvn clean install, you will get a zip file which will contain all the necessary jars.
Extract axis2mindep.zip and from the axis2mindep directory, do mvn clean install. check the target directory
Regards
Afkham Azeez