You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fh...@apache.org on 2007/01/17 16:26:35 UTC

svn commit: r497044 - in /tomcat/tc6.0.x/trunk: res/maven/mvn.properties.default webapps/docs/maven-jars.xml webapps/docs/project.xml

Author: fhanik
Date: Wed Jan 17 07:26:35 2007
New Revision: 497044

URL: http://svn.apache.org/viewvc?view=rev&rev=497044
Log:
Added a short document about the Tomcat libraries in a maven repository.
Modified the snapshot version for 6 to be 6.0.x-SNAPSHOT

Added:
    tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml
Modified:
    tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default
    tomcat/tc6.0.x/trunk/webapps/docs/project.xml

Modified: tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default?view=diff&rev=497044&r1=497043&r2=497044
==============================================================================
--- tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default (original)
+++ tomcat/tc6.0.x/trunk/res/maven/mvn.properties.default Wed Jan 17 07:26:35 2007
@@ -6,7 +6,7 @@
 #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

Added: tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml?view=auto&rev=497044
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml (added)
+++ tomcat/tc6.0.x/trunk/webapps/docs/maven-jars.xml Wed Jan 17 07:26:35 2007
@@ -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>

Modified: tomcat/tc6.0.x/trunk/webapps/docs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/project.xml?view=diff&rev=497044&r1=497043&r2=497044
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/project.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/project.xml Wed Jan 17 07:26:35 2007
@@ -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">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org