Added a short document about the Tomcat libraries in a maven repository.
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 17 Jan 2007 15:26:35 +0000 (15:26 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 17 Jan 2007 15:26:35 +0000 (15:26 +0000)
Modified the snapshot version for 6 to be 6.0.x-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@497044 13f79535-47bb-0310-9956-ffa450edef68

res/maven/mvn.properties.default
webapps/docs/maven-jars.xml [new file with mode: 0644]
webapps/docs/project.xml

index 8b77fe7..797f21f 100644 (file)
@@ -6,7 +6,7 @@ maven.bin=mvn
 #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
diff --git a/webapps/docs/maven-jars.xml b/webapps/docs/maven-jars.xml
new file mode 100644 (file)
index 0000000..337869e
--- /dev/null
@@ -0,0 +1,38 @@
+<?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>
index 4dff7f5..baac5f8 100644 (file)
@@ -46,8 +46,8 @@
         <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">