
| Key: |
MAVEN-1591
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Jamie Bisotti
|
| Votes: |
1
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Windows XP SP2; Java 1.5.0_02; Maven 1.0.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?
|
|
Description
|
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? |
Show » |
Sort Order:
|
confirmed bug