[ http://jira.codehaus.org/browse/MNG-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_110407 ]
Wendy Smoak commented on MNG-3247: ---------------------------------- This would better asked on the user list where you'll have a wider audience of people who may have run into the same situation. You can find subscription info here: http://maven.apache.org/mail-lists.html Does MNG-3197 apply? Not sure if this is an exact duplicate, but the fix there would probably help. > specifying the dependency order > -------------------------------- > > Key: MNG-3247 > URL: http://jira.codehaus.org/browse/MNG-3247 > Project: Maven 2 > Issue Type: Bug > Components: Dependencies > Reporter: madan bysani > > In our project we have two dependency jar files > 1. Product.jar -- that is related to the product > release > 2. customization_product.jar -- has selected class files > from Product.jar that has been modified to be override the > original class files and in addition has new class files as > part of the customization. > Is there any way to specify the order of the jar files for > compilation in the pom.xml > The classpath should look like this for correct compilation. > classpath=customization_product.jar;Product.jar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira