Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2-beta-2
-
Fix Version/s: 2.2-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
There are two versions of Assembly XSDs on the website:
http://maven.apache.org/plugins/maven-assembly-plugin/
Both define a targetNamespace "http://maven.apache.org/POM/4.0.0" which is wrong because those XSDs define the Schema for the Assembly Descriptor and not the POM.
Proposed fix for assembly-1.0.0.xsd:
Change targetNamespace and xmlns to something like "http://maven.apache.org/Assembly/1.0.0"
Proposed fix for assembly-1.1.0-SNAPSHOT.xsd:
Change targetNamespace and xmlns to something like "http://maven.apache.org/Assembly/1.1.0"
Regards,
Manfred
Issue Links
- relates to
-
MNG-3224
Maven XML schemes are not usable in XML catalogs
-
PING
Just searched, but have no idea, where those XSDs are located in the SVN repo.
If someone points me to them I can provide a patch.
Regards,
Manfred