Hello everyone. I am developing an application and I have a problem. I am using Eclipse 3.6, Maven (I'm trying with 2.2.1 and 3.0) and its IDE for Eclipse (i'm using the jdk as required by Maven). What I need is to use Axis2 as a module in my Maven project, so I need first to create a new Maven project that actually represents axis2. I downloaded many versions of Axis2, but for now I'm using 1.5.3.
What I expected to spend to do is: -copy the source of Axis2 in my workspace - "install" using the maven command "mvn clean install" - import it with eclipse for later use in my project. But that does not work! Among the various things that are listed in the Eclipse console there is no one that caught my attention: can not use "Axis2-aar-maven-plugin" even if it is present in "C: \ Users \ fra \ Documents \ Applications \ Axis2 \ Axis2-1.5.3-src \ Axis2-1.5.3 \ modules \ tools " then, if I restart Eclipse after importing Axis2, Maven can compile the test immediately, reporting this error: 11/16/11 15:23:01 GMT: Build errors for axis2.eclipse.codegen.plugin; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goals org.apache.maven.plugins: maven-dependency-plugin: 2.1 : copy-dependencies (copy-dependencies) on project axis2.eclipse.codegen.plugin: Error copying artifact from C:\Users\fra\workspace_bliteToWs\Axis2-1.5.3\modules\adb\target\classes to C:\Users\fra\workspace_bliteToWs\ Axis2-1.5.3 \ modules\tools\eclipse-codegen-Axis2-plugin\lib\classes So, How can i use axis2 as a Maven module? I hope someone can help me out. Thank you for interest. -- View this message in context: http://maven.40175.n5.nabble.com/Use-axis2-as-a-Maven-module-tp5001003p5001003.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
