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 / resources
in the war.


        <build>
                <plugins>
                  <plugin>
                        <artifactId>maven-war-plugin</artifactId>
                        <version>2.1.1</version>
                        <configuration>
                          <attachClasses>true</attachClasses>
                        </configuration>
                  </plugin>
                </plugins>
        </build>

Want to know if this can be used with Maven 1 ? If not, is there a way to
achieve this using Maven 1 ?


--
View this message in context: 
http://maven.40175.n5.nabble.com/Can-attachclasses-tag-in-war-plugin-be-used-with-Maven-1-0-tp5019421p5019421.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]

Reply via email to