Hi Dennis On Sun, Aug 12, 2012 at 7:28 PM, Dennis Lundberg <[email protected]> wrote:
> No. My gut feeling is that you have something wrong in your dependency > tree regarding your internal modules. Looking at the parent pom.xml you > seem to be using test jars in two different ways. Either type=test-jar > or classifier=tests. The first one has had problems depending on which > version of Maven you use, see http://jira.codehaus.org/browse/MNG-2045 > Changing the incorrect <classifier>'s to <type>'s for consistency worked a charm and its now solved. This was actually careless from me as it was myself that initially changed the classifier's to types as per the maven javadoc plugin notes. Thank you very much for your quick, constructive feedback. Best Lewis --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
