I use maven1. The dependency code in my "project.xml" looks as follow:

...
...
                <dependency>
                        <groupId>commons-logging</groupId>
                        <artifactId>commons-logging</artifactId>
                        <version>1.0.4</version>
                        <type>jar</type>
                </dependency>
...
...

And the repository structure looks as follow:
../repository
      /commons-logging
         /jars/commons-logging-1.0.4.jar

But now I have another repository structur like:
../repository
      /commons-logging
          /commons-logging
               /1.0.4/commons-logging-1.0.4.jar

It seems this is a maven2 repository structure. How can I use this
repository with maven1? Someone told me I have to rename this repository
structure like that in maven1. This would will quite boring and a huge work. 


-- 
View this message in context: 
http://www.nabble.com/A-question-about-configuring-%3Cdenpendency-%3E-in-%22project.xml%22-by-using-maven1-tp18531130p18531130.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