Dashboard > Jetty > ... > Jetty Documentation > Maven Repositories
Maven Repositories Log In | Sign Up   View a printable version of the current page.

Added by Jan Bartel , last edited by Jan Bartel on Jan 10, 2007  (view change)
Labels: 
(None)

Contact the core Jetty developers at www.webtide.com
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery

Maven Repositories

Maven2

  • http://repository.codehaus.org for released versions
    Define it in your pom like so:
    <repository>
      <id>codehaus-release-repo</id>
      <name>Codehaus Release Repo</name>
      <url>http://repository.codehaus.org</url>
    </repository>
  • http://snapshots.repository.codehaus.org for snapshots
    <repository>
      <id>codehaus-snapshot-repo</id>
      <name>Codehaus Snapshot Repo</name>
      <url>http://snapshots.repository.codehaus.org</url>
      <releases>
        <enabled>false</enabled>
      </releases>
    </repository>

Jetty6's released jar artifacts are also available on the main maven2 repositories at:

Maven1

jetty6's core jar artifacts are also pushed to a maven1 repository accessible at:

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators