[ https://issues.apache.org/jira/browse/AXIS2-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694713#action_12694713 ]
Andreas Veithen commented on AXIS2-4295: ---------------------------------------- Anyway it is a best practice to always specify the version of all plugins. The default versions can be specified quite easily using a pluginManagement section in the parent POM. Since we know that Axis2 builds fine with Maven 2.0.9, I copied the pluginManagement section from the super POM of that Maven version to the Axis2 parent POM. That should stabilize the build with other Maven versions. Of course we should also clean up the test resources in axis2-saaj, but if I remember well, there are other strange things related to this and the targetPath is not the only problem. > saaj testResource has empy targetPath > ------------------------------------- > > Key: AXIS2-4295 > URL: https://issues.apache.org/jira/browse/AXIS2-4295 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: saaj > Affects Versions: nightly > Reporter: Jason Fager > > In saaj's pom.xml, the targetPath that the *.properties are being copied to > is empty. This results in the build attempting to copy the file into '/' > <testResource> > <targetPath></targetPath> <!-- Not good. --> > <directory>test-resources</directory> > <includes> > <include>**/*.properties</include> > </includes> > </testResource> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.