You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2007/01/29 09:41:04 UTC

[jira] Resolved: (SM-827) Invalid element in top pom

     [ https://issues.apache.org/activemq/browse/SM-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-827.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.1
         Assignee: Guillaume Nodet

Author: gnodet
Date: Mon Jan 29 00:39:43 2007
New Revision: 500968

URL: http://svn.apache.org/viewvc?view=rev&rev=500968
Log:
SM-282: Invalid element in top pom
Patch provided by Anders Hammar, thx !

Modified:
   incubator/servicemix/trunk/pom.xml


> 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
>         Assigned To: Guillaume Nodet
>            Priority: Minor
>             Fix For: 3.1
>
>
> 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>
>                 <{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>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>
>                 <{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.