From d0e341390747a2acb0dcca1de8679d4ada848b97 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 16 Sep 2009 15:49:01 +0000 Subject: [PATCH] Add the extra JARs, update version numbers and add a note about some issues I saw on Windows. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@815849 13f79535-47bb-0310-9956-ffa450edef68 --- res/maven/mvn-pub.xml | 94 +++++++++++++++++++++++++++------------- res/maven/mvn.properties.default | 10 +++-- 2 files changed, 70 insertions(+), 34 deletions(-) diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml index cc6cb8460..f83adf8a9 100644 --- a/res/maven/mvn-pub.xml +++ b/res/maven/mvn-pub.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + - - + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default index b5785117e..2fd5ac192 100644 --- a/res/maven/mvn.properties.default +++ b/res/maven/mvn.properties.default @@ -27,6 +27,9 @@ maven.gpg.exec=C:/software/GNU/GnuPG/gpg.exe maven.gpg.passphrase=***** +# You'll also need to install jsch 0.1.42 and manually configure +# wagon-ssh 1.0-beta-2 to use the updated jsch +# You'll also need jzlib 1.0.7 maven.home=/development/maven-2.0.4 #Define mvn for Unix systems and mvn.bat for Windows as ANT exec requires the full name maven.bin=mvn.bat @@ -34,22 +37,23 @@ maven.bin=mvn.bat #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.T.X-SNAPSHOT +maven.snapshot.deploy.version=7.0.0 #Maven release properties for Tomcat staging maven.release.repo.url=scp://people.apache.org/www/tomcat.apache.org/dev/dist/m2-repository maven.release.repo.repositoryId=tomcat-staging -maven.release.deploy.version=6.T.X +maven.release.deploy.version=7.0.0 #Maven release properties for the main ASF repo maven.asf.release.repo.url=scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository maven.asf.release.repo.repositoryId=apache.releases -maven.asf.release.deploy.version=6.T.T +maven.asf.release.deploy.version=7.0.0 #Where do we load the libraries from tomcat.lib.path=../../output/build/lib tomcat.bin.path=../../output/build/bin +tomcat.embed.path=../../output/embed tomcat.extras.path=../../output/extras #Where do we find the POM files -- 2.11.0