Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 46168 invoked from network); 17 Jan 2007 15:27:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 15:27:45 -0000 Received: (qmail 16011 invoked by uid 500); 17 Jan 2007 15:27:47 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 15969 invoked by uid 500); 17 Jan 2007 15:27:47 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 15958 invoked by uid 500); 17 Jan 2007 15:27:47 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 15955 invoked by uid 99); 17 Jan 2007 15:27:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 07:27:47 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 07:27:40 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 1F5811A981A; Wed, 17 Jan 2007 07:26:36 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r497044 - in /tomcat/tc6.0.x/trunk: res/maven/mvn.properties.default webapps/docs/maven-jars.xml webapps/docs/project.xml Date: Wed, 17 Jan 2007 15:26:35 -0000 To: tomcat-dev@jakarta.apache.org From: fhanik@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070117152636.1F5811A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + + +]> + + + &project; + + + Filip Hanik + Apache Tomcat - Using Tomcat libraries with Maven + + + + + +
+ + Tomcat snapshots are located in the + Apache Snapshot Repository. + The official URL is http://people.apache.org/repo/m2-snapshot-repository/org/apache/tomcat/
+ Snapshots are done periodically, not on a regular basis, but when changes happen and the Tomcat team deams a new snapshot might + useful. +
+ + At every release, be it alpha, beta or stable, we will publish the JARs to + Tomcat's Staging Repository. + The URL for this is http://tomcat.apache.org/dev/dist/m2-repository/org/apache/tomcat/.
+ At some point, this URL will change over to ASF's main repository that synchronizes with IBiblio.
+ 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. +
+ +
+ + + +
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 @@ - + + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org