Uploaded image for project: 'ServiceMix'
  1. ServiceMix
  2. SM-827

Invalid element in top pom

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.1
    • 3.1
    • servicemix-assembly
    • None
    • n/a

    Description

      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>servicemix-dev-subscribe@geronimo.apache.org</subscribe>
      <unsubscribe>servicemix-dev-unsubscribe@geronimo.apache.org</unsubscribe>
      <post>servicemix-dev@geronimo.apache.org</post>
      <archive>http://www.nabble.com/ServiceMix---Dev-f12051.html</archive>
      <otherArchives>
      <archive>http://dir.gmane.org/gmane.comp.java.servicemix.devel</archive>
      <archive>http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-dev/</archive>
      </otherArchives>
      </mailingList>
      <mailingList>
      <name>ServiceMix User List</name>
      <subscribe>servicemix-users-subscribe@geronimo.apache.org</subscribe>
      <unsubscribe>servicemix-users-unsubscribe@geronimo.apache.org</unsubscribe>
      <post>servicemix-users@geronimo.apache.org</post>
      <archive>http://www.nabble.com/ServiceMix---User-f12050.html</archive>
      <otherArchives>
      <archive>http://dir.gmane.org/gmane.comp.java.servicemix.user</archive>
      <archive>http://mail-archives.apache.org/mod_mbox/geronimo-servicemix-users/</archive>
      </otherArchives>
      </mailingList>

      It should be:
      <otherArchives>
      <otherArchive>blabla</otherArchive>
      </otherArchives>

      Attachments

        Activity

          People

            gnodet Guillaume Nodet
            afloom Anders Hammar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: