#Maven snapshot properties
maven.snapshot.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository
maven.snapshot.repo.repositoryId=apache.snapshots
-maven.snapshot.deploy.version=6.0.8-SNAPSHOT
+maven.snapshot.deploy.version=6.0.X-SNAPSHOT
#Maven release properties
maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository
--- /dev/null
+<?xml version="1.0"?>
+<!DOCTYPE document [
+ <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="maven-jars.html">
+
+ &project;
+
+ <properties>
+ <author email="fhanik@apache.org">Filip Hanik</author>
+ <title>Apache Tomcat - Using Tomcat libraries with Maven</title>
+ </properties>
+
+<body>
+
+
+<section name="Using Tomcat libraries With Maven">
+ <subsection name="Tomcat Snapshots">
+ Tomcat snapshots are located in the
+ <a href="http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/">Apache Snapshot Repository</a>.
+ The official URL is <source>http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/</source><br/>
+ Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deams a new snapshot might
+ useful.
+ </subsection>
+ <subsection name="Tomcat Releases">
+ At every release, be it alpha, beta or stable, we will publish the JARs to
+ <a href="http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/">Tomcat's Staging Repository</a>.
+ The URL for this is <source>http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/</source>.<br/>
+ At some point, this URL will change over to ASF's main repository that synchronizes with IBiblio.<br/>
+ When that happens, all releases will be moved over, and this repository will stick around for a while, but no
+ new releases will be published to the staging repository.
+ </subsection>
+
+</section>
+
+</body>
+
+</document>
<item name="23) APR" href="apr.html"/>
<item name="24) Virtual Hosting" href="virtual-hosting-howto.html"/>
<item name="25) Advanced IO" href="aio.html"/>
- <item name="26) Additional Components"
- href="extras.html"/>
+ <item name="26) Additional Components" href="extras.html"/>
+ <item name="27) Mavenized" href="maven-jars.html"/>
</menu>
<menu name="Reference">