[ 
http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88693
 ] 

Daniel Kulp commented on MEV-504:
---------------------------------


If mortbay isn't putting the jetty5 stuff in central, any idea where they're 
coming from?    Most of the jetty 5 things in central have poms (although very 
minimal ones), but the latest ones don't.    Whomever is putting those in 
central should update the process to make sure that poms are put there as well. 
 (and poms with full metadata)


In this case, I wouldn't add dependencies as builds would probably break.   
Just poms with the correct metadata.




> Jetty 5.1.10 and 5.1.11 missing poms
> ------------------------------------
>
>                 Key: MEV-504
>                 URL: http://jira.codehaus.org/browse/MEV-504
>             Project: Maven Evangelism
>          Issue Type: Improvement
>          Components: Missing POM
>            Reporter: Daniel Kulp
>
> The NEW versions of  Jetty (6.x) have correct poms that include all the 
> information.  
> However, the 5.1.11 and 5.1.12 are missing poms.   I've used information from 
> the 6.1 version and 5.1.10 versions to create:
> <project xmlns="http://maven.apache.org/POM/4.0.0"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
> http://maven.apache.org/maven-v4_0_0.xsd";>
>     <modelVersion>4.0.0</modelVersion>
>     <groupId>jetty</groupId>
>     <artifactId>org.mortbay.jetty</artifactId>
>     <version>5.1.11</version>
>     <url>http://jetty.mortbay.org</url>
>     <name>Jetty Server</name>
>     <licenses>
>         <license>
>             <name>Apache License Version 2.0</name>
>             <url>http://www.apache.org/licenses/LICENSE-2.0</url>
>         </license>
>     </licenses>
>     <organization>
>         <name>Mort Bay Consulting</name>
>         <url>http://www.mortbay.com</url>
>     </organization>
>     <issueManagement>
>         <system>jira</system>
>         <url>http://jira.codehaus.org/browse/Jetty</url>
>     </issueManagement>
>     <mailingLists>
>         <mailingList>
>             <name>Jetty Discuss List</name>
>             
> <archive>http://lists.sourceforge.net/lists/listinfo/jetty-discuss</archive>
>             <otherArchives>
>                 
> <otherArchive>http://www.nabble.com/Jetty-Discuss-f60.html</otherArchive>
>             </otherArchives>
>         </mailingList>
>         <mailingList>
>             <name>Jetty Support List</name>
>             
> <archive>http://lists.sourceforge.net/lists/listinfo/jetty-support</archive>
>             <otherArchives>
>                 
> <otherArchive>http://www.nabble.com/Jetty-Support-f61.html</otherArchive>
>             </otherArchives>
>         </mailingList>
>         <mailingList>
>             <name>Jetty Announce List</name>
>             
> <archive>http://lists.sourceforge.net/lists/listinfo/jetty-announce</archive>
>             <otherArchives>
>                 
> <otherArchive>http://www.nabble.com/Jetty---Announce-f2649.html</otherArchive>
>             </otherArchives>
>         </mailingList>
>     </mailingLists>
> </project>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to