svn commit: r948687 - in /maven/maven-3/trunk/maven-compat/src/test/java/org/apache/maven/project/inheritance: t03/ t04/ t05/ t06/ t07/ t08/ t09/ t10/ t11/

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 06:37:07 2010 New Revision: 948687 URL: http://svn.apache.org/viewvc?rev=948687view=rev Log: o Fixed tests to account for the discrepancy that OSX has a case-insensitive file system yet java.io.File compares case-sensitively Modified:

svn commit: r948688 - /maven/maven-3/trunk/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 06:43:04 2010 New Revision: 948688 URL: http://svn.apache.org/viewvc?rev=948688view=rev Log: o Suppressed stack trace for unrecognized CLI options Modified: maven/maven-3/trunk/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java Modified:

svn commit: r948695 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 07:12:45 2010 New Revision: 948695 URL: http://svn.apache.org/viewvc?rev=948695view=rev Log: o Enabled test execution for embedded profile Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml Modified:

svn commit: r948704 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2305MultipleProxiesTest.java

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 07:41:51 2010 New Revision: 948704 URL: http://svn.apache.org/viewvc?rev=948704view=rev Log: o Stabilized IT Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2305MultipleProxiesTest.java Modified:

svn commit: r948712 - /maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 08:15:58 2010 New Revision: 948712 URL: http://svn.apache.org/viewvc?rev=948712view=rev Log: o Fixed bootstrap to include missing dependency Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/resources/bootstrap/pom.xml Modified:

svn commit: r948765 - /maven/shared/trunk/maven-verifier/src/main/java/org/apache/maven/it/Verifier.java

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 10:31:10 2010 New Revision: 948765 URL: http://svn.apache.org/viewvc?rev=948765view=rev Log: o Disabled EMMA runtime controller to prevent port clashes during CI Modified: maven/shared/trunk/maven-verifier/src/main/java/org/apache/maven/it/Verifier.java

svn commit: r948872 - in /maven/plugins/trunk/maven-docck-plugin: pom.xml src/main/java/org/apache/maven/plugin/docck/AbstractCheckDocumentationMojo.java src/main/java/org/apache/maven/plugin/docck/Ch

2010-05-27 Thread krosenvold
Author: krosenvold Date: Thu May 27 15:57:21 2010 New Revision: 948872 URL: http://svn.apache.org/viewvc?rev=948872view=rev Log: [MDOCCK-19] Marked as @threadSafe after code inspection Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml

svn commit: r948928 - /maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 17:45:55 2010 New Revision: 948928 URL: http://svn.apache.org/viewvc?rev=948928view=rev Log: [MGPG-17] password is specified, but still promting Modified: maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg/GpgSigner.java

svn commit: r948940 - /maven/plugins/trunk/maven-gpg-plugin/src/site/apt/usage.apt.vm

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 18:19:20 2010 New Revision: 948940 URL: http://svn.apache.org/viewvc?rev=948940view=rev Log: [MGPG-9] gpg plugin hangs when it should prompt for the secret key passphrase hangs o Added documentation for possible workaround for what is actually an issue with

svn commit: r948943 - /maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 18:41:34 2010 New Revision: 948943 URL: http://svn.apache.org/viewvc?rev=948943view=rev Log: [MGPG-19] Site descriptor does not get signed o Added FAQ entry to document state of affairs Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml

svn commit: r948951 - in /maven/plugins/trunk/maven-gpg-plugin/src/main/java/org/apache/maven/plugin/gpg: AbstractGpgMojo.java GpgSigner.java

2010-05-27 Thread bentmann
Author: bentmann Date: Thu May 27 19:01:26 2010 New Revision: 948951 URL: http://svn.apache.org/viewvc?rev=948951view=rev Log: [MGPG-23] Allow gpg executable name and path to be specified Modified:

svn commit: r948963 - in /maven/plugins/trunk/maven-war-plugin: pom.xml src/test/java/org/apache/maven/plugin/war/stub/AbstractArtifactStub.java

2010-05-27 Thread krosenvold
Author: krosenvold Date: Thu May 27 19:43:14 2010 New Revision: 948963 URL: http://svn.apache.org/viewvc?rev=948963view=rev Log: Updated libraries to threadSafe versions and fixed test-break that was caused by incorrect stub setup Code inspection reveals static field in use for overlays, so

svn commit: r948975 - /maven/shared/trunk/maven-doxia-tools/pom.xml

2010-05-27 Thread dennisl
Author: dennisl Date: Thu May 27 20:39:23 2010 New Revision: 948975 URL: http://svn.apache.org/viewvc?rev=948975view=rev Log: [MSHARED-155] Update to Doxia 1.1.3 Modified: maven/shared/trunk/maven-doxia-tools/pom.xml Modified: maven/shared/trunk/maven-doxia-tools/pom.xml URL:

svn commit: r948982 - in /maven/plugins/trunk/maven-war-plugin/src: main/java/org/apache/maven/plugin/war/ main/java/org/apache/maven/plugin/war/overlay/ main/java/org/apache/maven/plugin/war/packagin

2010-05-27 Thread krosenvold
Author: krosenvold Date: Thu May 27 20:50:53 2010 New Revision: 948982 URL: http://svn.apache.org/viewvc?rev=948982view=rev Log: [MWAR-226] Made war plugin @threadSafe This included a series of refactorings to bring current project overlay construction from static factory method to outer mojo

svn commit: r948991 - /maven/shared/trunk/maven-doxia-tools/pom.xml

2010-05-27 Thread dennisl
Author: dennisl Date: Thu May 27 20:56:34 2010 New Revision: 948991 URL: http://svn.apache.org/viewvc?rev=948991view=rev Log: [maven-release-plugin] prepare release maven-doxia-tools-1.2.1 Modified: maven/shared/trunk/maven-doxia-tools/pom.xml Modified:

svn commit: r948992 - /maven/shared/tags/maven-doxia-tools-1.2.1/

2010-05-27 Thread dennisl
Author: dennisl Date: Thu May 27 20:56:45 2010 New Revision: 948992 URL: http://svn.apache.org/viewvc?rev=948992view=rev Log: [maven-scm] copy for tag maven-doxia-tools-1.2.1 Added: maven/shared/tags/maven-doxia-tools-1.2.1/ - copied from r948991, maven/shared/trunk/maven-doxia-tools/

svn commit: r948993 - /maven/shared/trunk/maven-doxia-tools/pom.xml

2010-05-27 Thread dennisl
Author: dennisl Date: Thu May 27 20:56:50 2010 New Revision: 948993 URL: http://svn.apache.org/viewvc?rev=948993view=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/shared/trunk/maven-doxia-tools/pom.xml Modified:

svn commit: r949006 - in /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers: GoOfflineMojo.java ListRepositoriesMojo.java

2010-05-27 Thread brianf
Author: brianf Date: Thu May 27 21:35:22 2010 New Revision: 949006 URL: http://svn.apache.org/viewvc?rev=949006view=rev Log: new goal to list the repositories used by the current project. Added:

svn commit: r949009 - /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/resolvers/ListRepositoriesMojo.java

2010-05-27 Thread brianf
Author: brianf Date: Thu May 27 21:39:32 2010 New Revision: 949009 URL: http://svn.apache.org/viewvc?rev=949009view=rev Log: no print stacktrace. bad programmer! Modified:

svn commit: r949016 - /maven/plugins/trunk/maven-site-plugin/pom.xml

2010-05-27 Thread dennisl
Author: dennisl Date: Thu May 27 22:02:24 2010 New Revision: 949016 URL: http://svn.apache.org/viewvc?rev=949016view=rev Log: [MSITE-482] Update to Doxia 1.1.3 Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL:

svn commit: r949029 - /maven/plugins/branches/maven-site-plugin-3.x/pom.xml

2010-05-27 Thread olamy
Author: olamy Date: Thu May 27 22:39:12 2010 New Revision: 949029 URL: http://svn.apache.org/viewvc?rev=949029view=rev Log: [MSITE-482] Update to Doxia 1.1.3 Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml Modified: maven/plugins/branches/maven-site-plugin-3.x/pom.xml URL:

svn commit: r949069 - /maven/plugins/trunk/maven-dependency-plugin/src/main/java/org/apache/maven/plugin/dependency/AnalyzeReportMojo.java

2010-05-27 Thread brianf
Author: brianf Date: Fri May 28 02:12:24 2010 New Revision: 949069 URL: http://svn.apache.org/viewvc?rev=949069view=rev Log: MDEP-240 added the ignoreCompile to the report. Modified: