You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Daniel Kulp (JIRA)" <ji...@codehaus.org> on 2007/02/23 19:53:27 UTC

[jira] Created: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Greg Wilkins (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88618 ] 

Greg Wilkins commented on MEV-504:
----------------------------------

We have never used maven to build or publish jetty 5.
But we could perhaps manually build a jetty 5 repository so that older versions can be referenced.

Carlos - is this advised or not?

> 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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88722 ] 

Carlos Sanchez commented on MEV-504:
------------------------------------

for the old jetty groupId you can put them in
http://ftp.mortbay.org/pub/maven/jetty/poms/
you can put m2 poms there, the conversion tool will copy them



> 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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Henri Yandell (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98204 ] 

Henri Yandell commented on MEV-504:
-----------------------------------

Asked for status on #jetty; janb is the one to talk to.

> 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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88622 ] 

Carlos Sanchez commented on MEV-504:
------------------------------------

you can put poms in the jetty m1 repo in the "jetty" groupId, and they'll be synced. Just be careful with the dependencies as things may break.

> 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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Greg Wilkins (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88721 ] 

Greg Wilkins commented on MEV-504:
----------------------------------

OK Some jetty 5 jars were published manually in a maven 1 repo - without poms.
These have been replicated to the maven 2 repos

Where in the scheme of things do I add pom for this, as there is no spot for poms in maven 1?
I'm also a bit confused by our groupId change from jetty to org.mortbay.jetty and by the fact
that some jetty 6 releases used a maven1 plugin in maven2 to deploy themselves to the maven1
repo under the new groupId

So if somebody could tell me where to put the jetty 5 poms under 

   http://ftp.mortbay.org/pub/maven/

or

  http://ftp.mortbay.org/pub/maven2/

then I'd be happy to do it.....

sorry to be stupid and cautious, but I have screwed up the repository before and there is no going back once 
something is released! 



> 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

        

[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Daniel Kulp (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] Closed: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MEV-504.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Won't Fix

Ask janb from jetty, they can put them in their repo

> 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
>            Assignee: Carlos Sanchez
>
> 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