svn commit: r1441640 - in /tomcat/maven-plugin/trunk: tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractRunMojo.java tomcat7-maven-plugin/src/main/java/org/apache/tomca

2013-02-01 Thread olamy
Author: olamy Date: Fri Feb 1 21:34:44 2013 New Revision: 1441640 URL: http://svn.apache.org/viewvc?rev=1441640&view=rev Log: clarify what this configuration field do Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tom

svn commit: r1441712 - /tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm

2013-02-01 Thread olamy
Author: olamy Date: Sat Feb 2 07:48:30 2013 New Revision: 1441712 URL: http://svn.apache.org/viewvc?rev=1441712&view=rev Log: use https as old maven version can have issues with redirect Modified: tomcat/maven-plugin/trunk/src/site/apt/snapshot-test.apt.vm Modified: tomcat/maven-pl

svn commit: r1441713 [9/26] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/runner/ apido

2013-02-01 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependencies.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependencies.html?rev=1441713&r1=1441712&r2=1441713&view=diff =

svn commit: r1441713 [8/26] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/runner/ apido

2013-02-01 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-archetype/dependency-management.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-archetype/dependency-management.html?rev=1441713&r1=1441712&r2=1441713&view=diff ===

svn commit: r1441713 [24/26] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/runner/ apid

2013-02-01 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat7-war-runner/dependency-management.html?rev=1441713&r1=1441712&r2=1441713&view=diff ===

svn commit: r1441713 [11/26] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/runner/ apid

2013-02-01 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependency-management.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependency-management.html?rev=1441713&r1=1441712&r2=1441713&view=diff ===

svn commit: r1446188 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:11:50 2013 New Revision: 1446188 URL: http://svn.apache.org/r1446188 Log: [MTOMCAT-206] Runtime dependencies within multi module projects are not loaded. Submitted by Ludwig Magnusson. Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main

svn commit: r1446189 - /tomcat/maven-plugin/trunk/pom.xml

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:11:59 2013 New Revision: 1446189 URL: http://svn.apache.org/r1446189 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1446190 - /tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml

2013-02-14 Thread olamy
Author: olamy Date: Thu Feb 14 14:12:08 2013 New Revision: 1446190 URL: http://svn.apache.org/r1446190 Log: version already defined in parent pom Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/pom.xml URL: http

svn commit: r1447296 - /tomcat/maven-plugin/trunk/pom.xml

2013-02-18 Thread olamy
Author: olamy Date: Mon Feb 18 15:08:35 2013 New Revision: 1447296 URL: http://svn.apache.org/r1447296 Log: use 7.0.37 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1447296&am

svn commit: r1447735 - /tomcat/maven-plugin/trunk/README.txt

2013-02-19 Thread olamy
Author: olamy Date: Tue Feb 19 14:37:17 2013 New Revision: 1447735 URL: http://svn.apache.org/r1447735 Log: [MTOMCAT-208] JaCoCo instrumentation errors when running StandaloneWarMojo Submitted by Tim Astle. Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk

svn commit: r1447737 - in /tomcat/maven-plugin/trunk: pom.xml tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/StandaloneWarOnlyMojo.java

2013-02-19 Thread olamy
Author: olamy Date: Tue Feb 19 14:37:34 2013 New Revision: 1447737 URL: http://svn.apache.org/r1447737 Log: add contributor Added: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/StandaloneWarOnlyMojo.java (with props) Modified

svn commit: r1447747 [10/24] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomca

2013-02-19 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependencies.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat-maven-plugin-it/dependencies.html?rev=1447747&r1=1447746&r2=1447747&view=diff =

svn commit: r1447747 [16/24] - in /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomca

2013-02-19 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat6-maven-plugin/roles-mojo.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/tomcat6-maven-plugin/roles-mojo.html?rev=1447747&r1=1447746&r2=1447747&view=diff =

svn commit: r1448384 - /tomcat/maven-plugin/trunk/pom.xml

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:39:13 2013 New Revision: 1448384 URL: http://svn.apache.org/r1448384 Log: use non versionned path to deploy current trunk doc: snapshot doc history is not needed Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL

svn commit: r1448389 - /tomcat/site/trunk/docs/maven-plugin-trunk/

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:44:01 2013 New Revision: 1448389 URL: http://svn.apache.org/r1448389 Log: Automatic svn path creation: https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/maven-plugin-trunk Added: tomcat/site/trunk/docs/maven-plugin-trunk

svn commit: r1448392 - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/class-use/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/tomcat/ apidocs/org/apache/tomcat/maven/ apidoc

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:46:41 2013 New Revision: 1448392 URL: http://svn.apache.org/r1448392 Log: Apache Tomcat Maven Plugin site documentation for 2.1-SNAPSHOT [This commit notification would consist of 119 parts, which exceeds the limit of 50 ones, so it was shortened to the

svn commit: r1448394 - in /tomcat/site/trunk: docs/maven-plugin.html xdocs/maven-plugin.xml

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:50:07 2013 New Revision: 1448394 URL: http://svn.apache.org/r1448394 Log: update with new path of trunk tomcat plugin doc path Modified: tomcat/site/trunk/docs/maven-plugin.html tomcat/site/trunk/xdocs/maven-plugin.xml Modified: tomcat/site/trunk/docs

svn commit: r1448395 - /tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:50:47 2013 New Revision: 1448395 URL: http://svn.apache.org/r1448395 Log: remove versionned snapshot doc: not needed anymore Removed: tomcat/site/trunk/docs/maven-plugin-2.1-SNAPSHOT/ - To

svn commit: r1448407 - /tomcat/maven-plugin/trunk/README.txt

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 20:58:49 2013 New Revision: 1448407 URL: http://svn.apache.org/r1448407 Log: fix README site deployment with svnpubsub Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk/README.txt URL: http://svn.apache.org/viewvc/tomcat/maven

svn commit: r1448417 - /tomcat/maven-plugin/tags/tomcat-maven-plugin-2.1/

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:11:15 2013 New Revision: 1448417 URL: http://svn.apache.org/r1448417 Log: [maven-release-plugin] copy for tag tomcat-maven-plugin-2.1 Added: tomcat/maven-plugin/tags/tomcat-maven-plugin-2.1/ - copied from r1448416, tomcat/maven-plugin/trunk

svn commit: r1448416 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:11:10 2013 New Revision: 1448416 URL: http://svn.apache.org/r1448416 Log: [maven-release-plugin] prepare release tomcat-maven-plugin-2.1 Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat

svn commit: r1448418 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/pom.xml pom.xml tomcat-maven-archetype/pom.xml tomcat-maven-plugin-it/pom.xml tomcat6-maven-plugin/pom.xml tomcat7-mave

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:11:20 2013 New Revision: 1448418 URL: http://svn.apache.org/r1448418 Log: [maven-release-plugin] prepare for next development iteration Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml tomcat/maven-plugin/trunk/pom.xml tomcat

svn commit: r1448429 - /tomcat/site/trunk/docs/maven-plugin-2.1/

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:34:41 2013 New Revision: 1448429 URL: http://svn.apache.org/r1448429 Log: Automatic svn path creation: https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/maven-plugin-2.1 Added: tomcat/site/trunk/docs/maven-plugin-2.1

svn commit: r1448430 - in /tomcat/site/trunk/docs/maven-plugin-2.1: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/tomcat/ apidocs/org/apache/tomcat/maven/ apidocs/org/apache/tomcat/m

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:43:24 2013 New Revision: 1448430 URL: http://svn.apache.org/r1448430 Log: Apache Tomcat Maven Plugin site documentation for 2.1 [This commit notification would consist of 124 parts, which exceeds the limit of 50 ones, so it was shortened to the summary

svn commit: r1462 - in /dev/tomcat/maven-plugin/v2.1: ./ tomcat-maven-plugin-2.1-source-release.zip tomcat-maven-plugin-2.1-source-release.zip.asc

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:48:33 2013 New Revision: 1462 Log: 2.1 source release zip Added: dev/tomcat/maven-plugin/v2.1/ dev/tomcat/maven-plugin/v2.1/tomcat-maven-plugin-2.1-source-release.zip (with props) dev/tomcat/maven-plugin/v2.1/tomcat-maven-plugin-2.1-source

svn commit: r1462 - in /dev/tomcat/maven-plugin/v2.1: ./ tomcat-maven-plugin-2.1-source-release.zip tomcat-maven-plugin-2.1-source-release.zip.asc

2013-02-20 Thread olamy
Author: olamy Date: Wed Feb 20 21:48:33 2013 New Revision: 1462 Log: 2.1 source release zip Added: dev/tomcat/maven-plugin/v2.1/ dev/tomcat/maven-plugin/v2.1/tomcat-maven-plugin-2.1-source-release.zip (with props) dev/tomcat/maven-plugin/v2.1/tomcat-maven-plugin-2.1-source

svn commit: r1449644 - in /tomcat/site/trunk: docs/maven-plugin.html xdocs/maven-plugin.xml

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 10:16:11 2013 New Revision: 1449644 URL: http://svn.apache.org/r1449644 Log: tomcat maven plugin 2.1 release Modified: tomcat/site/trunk/docs/maven-plugin.html tomcat/site/trunk/xdocs/maven-plugin.xml Modified: tomcat/site/trunk/docs/maven-plugin.html URL

svn commit: r1484 - /dev/tomcat/maven-plugin/v2.1/ /release/tomcat/maven-plugin/v2.1/

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 10:17:47 2013 New Revision: 1484 Log: 2.1 release of maven plugin Added: release/tomcat/maven-plugin/v2.1/ - copied from r1483, dev/tomcat/maven-plugin/v2.1/ Removed: dev/tomcat/maven-plugin/v2.1

svn commit: r1484 - /dev/tomcat/maven-plugin/v2.1/ /release/tomcat/maven-plugin/v2.1/

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 10:17:47 2013 New Revision: 1484 Log: 2.1 release of maven plugin Added: release/tomcat/maven-plugin/v2.1/ - copied from r1483, dev/tomcat/maven-plugin/v2.1/ Removed: dev/tomcat/maven-plugin/v2.1

svn commit: r1485 - /release/tomcat/maven-plugin/v2.0/

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 10:18:30 2013 New Revision: 1485 Log: remove previous release Removed: release/tomcat/maven-plugin/v2.0/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

svn commit: r1485 - /release/tomcat/maven-plugin/v2.0/

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 10:18:30 2013 New Revision: 1485 Log: remove previous release Removed: release/tomcat/maven-plugin/v2.0/ - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e

svn commit: r1449771 - /tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 16:40:06 2013 New Revision: 1449771 URL: http://svn.apache.org/r1449771 Log: escape interpolation in this documentation page Modified: tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm Modified: tomcat/maven-plugin/trunk/src/site/apt/run-mojo

svn commit: r1449772 - /tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 16:40:19 2013 New Revision: 1449772 URL: http://svn.apache.org/r1449772 Log: doc update date Modified: tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm Modified: tomcat/maven-plugin/trunk/src/site/apt/run-mojo-features.apt.vm URL: http

svn commit: r1449775 [12/24] - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/tomcat/maven/common/config/ apidocs/org/apache/tomcat/maven/common/confi

2013-02-25 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-trunk/tomcat-maven-plugin-it/dependencies.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/tomcat-maven-plugin-it/dependencies.html?rev=1449775&r1=1449774&r2=1449775&view=diff ===

svn commit: r1449775 [18/24] - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/class-use/ apidocs/org/apache/tomcat/maven/common/config/ apidocs/org/apache/tomcat/maven/common/confi

2013-02-25 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-trunk/tomcat6-maven-plugin/redeploy-mojo.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/tomcat6-maven-plugin/redeploy-mojo.html?rev=1449775&r1=1449774&r2=1449775&view=diff =

svn commit: r1449881 - /tomcat/maven-plugin/trunk/src/site/site.xml

2013-02-25 Thread olamy
Author: olamy Date: Mon Feb 25 20:46:15 2013 New Revision: 1449881 URL: http://svn.apache.org/r1449881 Log: reduce noise when publishing doc Modified: tomcat/maven-plugin/trunk/src/site/site.xml Modified: tomcat/maven-plugin/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1460304 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractStandaloneWarMojo.java

2013-03-24 Thread olamy
Author: olamy Date: Sun Mar 24 10:17:22 2013 New Revision: 1460304 URL: http://svn.apache.org/r1460304 Log: [MTOMCAT-214] Default attachArtifactClassifierType for AbstractStandaloneWarMojo should be war Submitted by Tim Astle. Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src

svn commit: r1460305 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2013-03-24 Thread olamy
Author: olamy Date: Sun Mar 24 10:17:52 2013 New Revision: 1460305 URL: http://svn.apache.org/r1460305 Log: [MTOMCAT-215] Multiple manifests under META-INF, two Main-Class entries Submitted by Tim Astle. Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache

svn commit: r1461858 - in /tomcat/maven-plugin/trunk: pom.xml tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

2013-03-27 Thread olamy
Author: olamy Date: Wed Mar 27 21:33:39 2013 New Revision: 1461858 URL: http://svn.apache.org/r1461858 Log: use tomcat 7.0.39 Modified: tomcat/maven-plugin/trunk/pom.xml tomcat/maven-plugin/trunk/tomcat7-war-runner/src/main/java/org/apache/tomcat/maven/runner/Tomcat7Runner.java

svn commit: r1463940 - /tomcat/maven-plugin/trunk/pom.xml

2013-04-03 Thread olamy
Author: olamy Date: Wed Apr 3 11:58:29 2013 New Revision: 1463940 URL: http://svn.apache.org/r1463940 Log: use ecj 4.2.2 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1463940

svn commit: r1469252 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2013-04-18 Thread olamy
Author: olamy Date: Thu Apr 18 09:54:10 2013 New Revision: 1469252 URL: http://svn.apache.org/r1469252 Log: [MTOMCAT-212] Missing "skip" configuration option Submitted by Eugenio Santoboni Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/ma

svn commit: r1469253 - /tomcat/maven-plugin/trunk/pom.xml

2013-04-18 Thread olamy
Author: olamy Date: Thu Apr 18 09:54:21 2013 New Revision: 1469253 URL: http://svn.apache.org/r1469253 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1469254 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2013-04-18 Thread olamy
Author: olamy Date: Thu Apr 18 09:54:40 2013 New Revision: 1469254 URL: http://svn.apache.org/r1469254 Log: format code and add @since Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java Modified

svn commit: r1469255 - /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java

2013-04-18 Thread olamy
Author: olamy Date: Thu Apr 18 09:55:01 2013 New Revision: 1469255 URL: http://svn.apache.org/r1469255 Log: log execution is skipped Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java Modified: tomcat

svn commit: r1469257 [9/26] - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomcat7/run/

2013-04-18 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-trunk/tomcat-maven-plugin-it/dependencies.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/tomcat-maven-plugin-it/dependencies.html?rev=1469257&r1=1469256&r2=1469257&view=diff ===

svn commit: r1469257 [22/26] - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomcat7/run/

2013-04-18 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-trunk/tomcat7-war-runner/checkstyle.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/tomcat7-war-runner/checkstyle.html?rev=1469257&r1=1469256&r2=1469257&view=diff ===

svn commit: r1469257 [21/26] - in /tomcat/site/trunk/docs/maven-plugin-trunk: ./ apidocs/ apidocs/org/apache/tomcat/maven/common/deployer/class-use/ apidocs/org/apache/tomcat/maven/plugin/tomcat7/run/

2013-04-18 Thread olamy
Modified: tomcat/site/trunk/docs/maven-plugin-trunk/tomcat7-maven-plugin/xref/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractStandaloneWarMojo.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin-trunk/tomcat7-maven-plugin/xref/org/apache/tomcat/maven/plugin/tomcat7/run/

svn commit: r1470764 - /tomcat/trunk/modules/jdbc-pool/

2013-04-22 Thread olamy
Author: olamy Date: Tue Apr 23 00:46:45 2013 New Revision: 1470764 URL: http://svn.apache.org/r1470764 Log: ignore idea files Modified: tomcat/trunk/modules/jdbc-pool/ (props changed) Propchange: tomcat/trunk/modules/jdbc-pool

svn commit: r1470765 - /tomcat/trunk/modules/jdbc-pool/pom.xml

2013-04-22 Thread olamy
Author: olamy Date: Tue Apr 23 00:50:42 2013 New Revision: 1470765 URL: http://svn.apache.org/r1470765 Log: fix maven build for jdbc-pool Modified: tomcat/trunk/modules/jdbc-pool/pom.xml Modified: tomcat/trunk/modules/jdbc-pool/pom.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/modules

svn commit: r1479743 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml

2013-05-06 Thread olamy
Author: olamy Date: Tue May 7 01:12:37 2013 New Revision: 1479743 URL: http://svn.apache.org/r1479743 Log: use tomcat6 6.0.37 Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1480850 - /tomcat/maven-plugin/trunk/pom.xml

2013-05-09 Thread olamy
Author: olamy Date: Fri May 10 01:44:39 2013 New Revision: 1480850 URL: http://svn.apache.org/r1480850 Log: use last 7.0.40 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1491689 - /tomcat/maven-plugin/trunk/pom.xml

2013-06-10 Thread olamy
Author: olamy Date: Tue Jun 11 04:52:04 2013 New Revision: 1491689 URL: http://svn.apache.org/r1491689 Log: use tomcat 7.0.41 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1496000 - /tomcat/taglibs/trunks/

2013-06-24 Thread olamy
Author: olamy Date: Mon Jun 24 12:07:19 2013 New Revision: 1496000 URL: http://svn.apache.org/r1496000 Log: ignore target directory Modified: tomcat/taglibs/trunks/ (props changed) Propchange: tomcat/taglibs/trunks

svn commit: r1496001 - /tomcat/taglibs/taglibs-parent/trunk/pom.xml

2013-06-24 Thread olamy
Author: olamy Date: Mon Jun 24 12:09:30 2013 New Revision: 1496001 URL: http://svn.apache.org/r1496001 Log: remove wrong jenkins url Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/taglibs

svn commit: r1496003 - /tomcat/taglibs/taglibs-parent/trunk/pom.xml

2013-06-24 Thread olamy
Author: olamy Date: Mon Jun 24 12:14:32 2013 New Revision: 1496003 URL: http://svn.apache.org/r1496003 Log: upgrade some plugin version Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml Modified: tomcat/taglibs/taglibs-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat

svn commit: r1500259 - /tomcat/maven-plugin/trunk/pom.xml

2013-07-06 Thread olamy
Author: olamy Date: Sat Jul 6 13:31:55 2013 New Revision: 1500259 URL: http://svn.apache.org/r1500259 Log: tomcat 7.0.42 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1500259

svn commit: r1500260 - /tomcat/maven-plugin/trunk/pom.xml

2013-07-06 Thread olamy
Author: olamy Date: Sat Jul 6 13:32:07 2013 New Revision: 1500260 URL: http://svn.apache.org/r1500260 Log: make site working with maven core 3.1.x and use javadoc plugin which security issue Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http

svn commit: r1501183 - /tomcat/maven-plugin/trunk/pom.xml

2013-07-09 Thread olamy
Author: olamy Date: Tue Jul 9 10:17:04 2013 New Revision: 1501183 URL: http://svn.apache.org/r1501183 Log: [MTOMCAT-231] tomcat6:run fail with jdk1.5 because commons-io-2.4 requires jdk1.6 Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http

svn commit: r1519346 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:08:03 2013 New Revision: 1519346 URL: http://svn.apache.org/r1519346 Log: [MTOMCAT-165] http status 401 reported as success Submitted by Emeric MARTINEAU Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat

svn commit: r1519347 - /tomcat/maven-plugin/trunk/pom.xml

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:08:14 2013 New Revision: 1519347 URL: http://svn.apache.org/r1519347 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1519350 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractI18NTomcat6Mojo.java

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:09:24 2013 New Revision: 1519350 URL: http://svn.apache.org/r1519350 Log: display more info only if users choose to use -e or -X maven option Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6

svn commit: r1519348 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/messages/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugi

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:08:44 2013 New Revision: 1519348 URL: http://svn.apache.org/r1519348 Log: simplify the wrapper on the top of MessageFormat Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/messages

svn commit: r1519349 - in /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages: messages.properties messages_fr.properties

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:09:05 2013 New Revision: 1519349 URL: http://svn.apache.org/r1519349 Log: display the http error code Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/messages.properties tomcat

svn commit: r1519351 - /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:09:48 2013 New Revision: 1519351 URL: http://svn.apache.org/r1519351 Log: fix formatting Modified: tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat6/AbstractDeployMojo.java tomcat/maven-plugin/trunk

svn commit: r1519352 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:10:32 2013 New Revision: 1519352 URL: http://svn.apache.org/r1519352 Log: [MTOMCAT-165] http status 401 reported as success report fix to tomcat 7 mojo. Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat

svn commit: r1519353 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:11:10 2013 New Revision: 1519353 URL: http://svn.apache.org/r1519353 Log: display the reason phrase too Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/messages.properties tomcat

svn commit: r1519355 - /tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources/archetype-resources/__rootArtifactId__-webapp-it/pom.xml

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:23:06 2013 New Revision: 1519355 URL: http://svn.apache.org/r1519355 Log: [MTOMCAT-236] tomcat-maven-archetype creates project with failing test Submitted by Daniel Cassidy Modified: tomcat/maven-plugin/trunk/tomcat-maven-archetype/src/main/resources

svn commit: r1519356 - /tomcat/maven-plugin/trunk/pom.xml

2013-09-01 Thread olamy
Author: olamy Date: Mon Sep 2 06:23:17 2013 New Revision: 1519356 URL: http://svn.apache.org/r1519356 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1519539 - in /tomcat/maven-plugin/trunk: common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/ tomcat6-maven-plugin/src/main/java/org/apache/tomcat/maven/

2013-09-02 Thread olamy
Author: olamy Date: Tue Sep 3 01:54:53 2013 New Revision: 1519539 URL: http://svn.apache.org/r1519539 Log: unify error message key Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/resources/org/apache/tomcat/maven/common/messages/messages.properties tomcat/maven

svn commit: r1528074 - /tomcat/maven-plugin/trunk/pom.xml

2013-10-01 Thread olamy
Author: olamy Date: Tue Oct 1 12:57:55 2013 New Revision: 1528074 URL: http://svn.apache.org/r1528074 Log: add contributor Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev

svn commit: r1528073 - /tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java

2013-10-01 Thread olamy
Author: olamy Date: Tue Oct 1 12:57:44 2013 New Revision: 1528073 URL: http://svn.apache.org/r1528073 Log: [MTOMCAT-240] Artifacts with same artifactID but different groupID are skipped Submitted by Petar Tahchiev Modified: tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main

<    6   7   8   9   10   11