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

        

Reply via email to