Re: Can attachclasses tag in war plugin be used with Maven 1.0 ?

2011-11-24 Thread Karl Heinz Marbaise
Hi, are you really talking about Maven 1. 0 ? If yes the maven-war-plugin would not work (i never tested it)... Migrate to Maven 2 or Maven 3 as soon as possible cause it will make your life easier... Kind regards Karl Heinz Marbaise - Kind regards Karl Heinz Marbaise

Re: Can attachclasses tag in war plugin be used with Maven 1.0 ?

2011-11-24 Thread sundeepmalali
Hi, Ok, will have to move it to Maven 2. On a different note, does attachClasses only work with class files or does it include resources like libs, properties files etc also in the jar file created by the war plugin ? Thanks Sundeep -- View this message in context:

Can attachclasses tag in war plugin be used with Maven 1.0 ?

2011-11-23 Thread sundeepmalali
Hi, We are using Maven 1 and have a need to provide a war dependency to a jar. I found that this could be addressed using Maven war plug-in's 'attachClasses' tag. I have the following snippet in Project.xml of the war module. But it does not create the jar artifact which contains the class files