how about using XML entity? http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities#head-f084de6c54f76773e10827ea8619e139fa4af082
-D ----- Original Message ----- From: "Arnell Jim" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 08, 2004 7:23 AM Subject: Dependency duplication, can I import dependencies? Hi, Can I import dependencies? Or include files to project.xml? I have a multiproject structure consisting of several subprojects. I have two projects where one uses the entire set of dependencies of another project: * Embedded Tomcat Server project (a.k.a. tomcat): Contains all the jars for running tomcat embedded. * Install4j project (a.k.a install): Contains all the jars for the entire product (including all of embedded tomcat). Is there any way to import dependencies to the 'install' project so I can avoid copy-and-paste between the projects? I don't want to add the dependencies to the main project.xml since I hope to have a minimal set of dependencies for each subproject. Also looks better in the dependency report... Best Regards, Jim Arnell --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
