Invalid element in top pom -------------------------- Key: SM-827 URL: https://issues.apache.org/activemq/browse/SM-827 Project: ServiceMix Issue Type: Improvement Components: servicemix-assembly Affects Versions: 3.1 Environment: n/a Reporter: Anders Hammar Priority: Minor
Validating against the Maven v4.0.0 xml schema (http://maven.apache.org/maven-v4_0_0.xsd) I found some invalid elements in the top pom.xml. However, this doesn't break Maven build. The invalid elements are marked in red below: <mailingList> <name>ServiceMix Developer List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> <post>servicemix-dev@geronimo.apache.org</post> <archive>http://www.nabble.com/ServiceMix---Dev-f12051.html</archive> <otherArchives> <{color:red}archive{color}>http://dir.gmane.org/gmane.comp.java.servicemix.devel</{color:red}archive{color}> <{color:red}archive{color}>http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-dev/</{color:red}archive{color}> </otherArchives> </mailingList> <mailingList> <name>ServiceMix User List</name> <subscribe>[EMAIL PROTECTED]</subscribe> <unsubscribe>[EMAIL PROTECTED]</unsubscribe> <post>servicemix-users@geronimo.apache.org</post> <archive>http://www.nabble.com/ServiceMix---User-f12050.html</archive> <otherArchives> <{color:red}archive{color}>http://dir.gmane.org/gmane.comp.java.servicemix.user</{color:red}archive{color}> <{color:red}archive{color}>http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-users/</{color:red}archive{color}> </otherArchives> </mailingList> It should be: <otherArchives> <otherArchive>blabla</otherArchive> </otherArchives> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.