Hi,

I'm not sure I am following the story with maven external jars and
lib.repo.

When I built Maven from CVS I ran "ant -f build-bootstrap.xml". I also
had a build.properties in jakarta-turbine-maven directory which
contained :

maven.home = c:\apps\maven
lib.repo = c:\apps\repo

I had also set MAVEN_HOME env variable to point to c:\apps\maven

The results :

* maven external jars were copied to c:\apps\repo
* they were also copied to c:\apps\maven\lib
* they were also copied to user.home\maven.repo !

So my questions are :

1/ Why do I have to specify in 2 different ways maven home : once in
build.properties and once in MAVEN_HOME. Can't we have only a single
property ?

2/ How can I tell Maven ng that my lib.repo is c:\apps\repo and not
user.home\maven.repo ?

3/ Why do the maven external jars get copied both in lib.repo and
maven.home/lib ? Couldn't we have them *only* in maven.home/lib ?

Thanks
-Vincent


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to