[ http://jira.codehaus.org/browse/MAVEN-1591?page=comments#action_45877 ]
Jamie Bisotti commented on MAVEN-1591:
--------------------------------------
If a property can be over-ridden, it should be capable of being over-ridden
from anywhere (i.e. command line, ${user.home|/build.properties,
project.properties, etc.). A new user might not think to try all 10,000
different ways of doing the same thing; they might (probably will) stop after
the first, obvious, way of doing it does not work. I'm not saying putting it
in project.propeties makes sense or is the best way to do it; I'm saying it
isn't working as advertised.
So, are you saying putting it in ${user.home}/build.properties works with 1.0.2?
Jamie
> 'maven.repo.local' not honored by all
> -------------------------------------
>
> Key: MAVEN-1591
> URL: http://jira.codehaus.org/browse/MAVEN-1591
> Project: Maven
> Type: Bug
> Versions: 1.0.2
> Environment: Windows XP SP2; Java 1.5.0_02; Maven 1.0.2
> Reporter: Jamie Bisotti
> Fix For: 1.1-beta-2
>
>
> 1. In project.properties file, set maven.repo.local=C:\blah\repository
> 2. Delete, completely, %HOMEDRIVE%%HOMEPATH%\.maven\repository, if it already
> exists
> 3. Run maven java:compile
> 4. I see where it downloads my project's dependencies, and places them in the
> appropriate local repository location (see maven.repo.local above)
> 5. However, it also downloads commons-lang, antlr & commons-jelly-tags-antlr,
> which I'm assuming Maven is using under the covers. That wouldn't be a
> problem, except they are still being put in
> %HOMEDRIVE%%HOMEPATH%\.maven\repository. Am I missing some other property,
> or is this a bug?
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]