Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.9
-
Labels:None
-
Environment:Sun JDK1.3.1 on windows. Maven from cvs on March 24, 2003
-
Number of attachments :
Description
When using the ant-plugin to generate an ant build file, the generated <get> tags do not obey the jar overrides specified in project.properties. All <get> tags attempt to load the jars from ibiblio even though an override was specified that points to the local harddrive. Overrides are being used because the jar files in question are proprietary and cannot be uploaded to ibiblio.
So the suggested behaviour is to not produce <get>'s if a jar override is in place and use a <copy>?