Hi, Has anyone experienced any problems using the aar and mar plugins from within eclipse?
If I run package from the command line everything works fine. In order to get the correct packaging from the m2 plugin within eclipse I need to add execution elements to the plugins as below For aar add <goal>aar</goal> to the axis2-aar-maven-plugin For mar add <goal>mar</goal> to the axis2-mar-maven-plugin and add <goal>compile</goal> to the maven-compiler-plugin Any thoughts? Cheers, Ric
