Issue Details (XML | Word | Printable)

Key: MNG-4139
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Herve Boutemy
Reporter: Herve Boutemy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2 & 3

avoid the schema location in generated maven-metadata*.xml

Created: 19/Apr/09 12:05 PM   Updated: 19/Apr/09 12:23 PM   Resolved: 19/Apr/09 12:23 PM
Component/s: Artifacts and Repositories
Affects Version/s: 2.1.0
Fix Version/s: 2.2.0

Time Tracking:
Not Specified

Complexity: Intermediate


 Description  « Hide

the schema is not used since we don't use a validating parser, and nobody really edits them by hand.
With network traffic on these files at a premium for downloads, it's best left out to save some bytes.

see the discussion on dev list



Herve Boutemy added a comment - 19/Apr/09 12:23 PM

done in r766490