From e5d08acbd0be3be8066eb309018ec26816c5b32f Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sat, 16 Dec 2006 01:36:58 +0000 Subject: [PATCH] mail.jar and activation.jar are now upgraded to newer free-er versions git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@487747 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/apt/guides/getting-started/index.apt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/site/apt/guides/getting-started/index.apt b/src/site/apt/guides/getting-started/index.apt index 05964d97e..0dcafefc4 100644 --- a/src/site/apt/guides/getting-started/index.apt +++ b/src/site/apt/guides/getting-started/index.apt @@ -37,18 +37,6 @@ To build * Run: mvn install:install-file -DgroupId=javax.resource -DartifactId=connector -Dversion=1.0 -Dpackaging=jar -Dfile=connector.jar - * Download the 1.0.2 activation zip from: {{http://java.sun.com/products/archive/javabeans/jaf102.html}} - - * Unpack the zip to get the jar - - * Run: mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=activation.jar - - * Download the 1.3.2 javamail zip from: {{http://java.sun.com/products/javamail/downloads/index.html}} - - * Unpack the zip to get the jar - - * Run: mvn install:install-file -DgroupId=javax.mail -DartifactId=mail -Dversion=1.3.2 -Dpackaging=jar -Dfile=javamail-1.3.2/mail.jar - To test-deploy Archiva on the embedded Jetty -- 2.39.5