login button

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

AttachmentSize
pom.xml7.07 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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

AttachmentSize
axismindep.zip1.69 KB

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.