
|
If you were logged in you would be able to see more operations.
|
|
|
The get-deps target downloads dependencies to target/lib. This is problematic since it forces downloads to occur after a 'clean' is performed. I suggest downloading to the local maven repository, regardless of whether or not maven has been installed. This avoids unnecessary downloads after a 'clean' and also makes migration to maven easier. Once a user migrates to maven, dependencies will already exist in the local repo.
|
|
Description
|
The get-deps target downloads dependencies to target/lib. This is problematic since it forces downloads to occur after a 'clean' is performed. I suggest downloading to the local maven repository, regardless of whether or not maven has been installed. This avoids unnecessary downloads after a 'clean' and also makes migration to maven easier. Once a user migrates to maven, dependencies will already exist in the local repo. |
Show » |
Sort Order:
made changes - 26/Feb/05 06:21 PM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
1.9
[ 11003
]
|
|
Fix Version/s
|
1.8.1
[ 11104
]
|
|
made changes - 26/Feb/05 06:45 PM
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
It seems to be a good idea. I'll investigate it.