svn commit: r685043 - /maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/main/java/org/apache/maven/mercury/spi/http/client/retrieve/RetrievalTarget.java

2008-08-11 Thread janb
Author: janb Date: Mon Aug 11 22:22:18 2008 New Revision: 685043 URL: http://svn.apache.org/viewvc?rev=685043&view=rev Log: Fix race condition. Modified: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/main/java/org/apache/maven/mercury/spi/http/client/retrieve/Retri

svn commit: r685041 - /maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/main/java/org/apache/maven/mercury/spi/http/client/deploy/DeploymentTarget.java

2008-08-11 Thread janb
Author: janb Date: Mon Aug 11 22:06:43 2008 New Revision: 685041 URL: http://svn.apache.org/viewvc?rev=685041&view=rev Log: Fix thread race on deployment. Modified: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/main/java/org/apache/maven/mercury/spi/http/client/dep

svn commit: r685027 - in /maven: components/branches/maven-2.0.10-RC/maven-core/src/main/java/org/apache/maven/lifecycle/ core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache

2008-08-11 Thread jdcasey
Author: jdcasey Date: Mon Aug 11 20:19:23 2008 New Revision: 685027 URL: http://svn.apache.org/viewvc?rev=685027&view=rev Log: [MNG-3703] Calculate the concrete state of execution projects after a forked lifecycle completes, so paths, etc. are available to processing in the forking mojo. Includi

svn commit: r685025 - in /maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/client: JettyDeployerTest.java JettyRetrieverTest.java

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 19:31:57 2008 New Revision: 685025 URL: http://svn.apache.org/viewvc?rev=685025&view=rev Log: insignificant changes to unit tests Modified: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/java/org/apache/maven/mercury/spi/http/c

svn commit: r685021 - in /maven/sandbox/trunk/mercury: mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp/ mercury-crypto/mercury-crypto-basic/src/test/resources/ me

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 19:06:10 2008 New Revision: 685021 URL: http://svn.apache.org/viewvc?rev=685021&view=rev Log: added PGP signature tests to http transport Added: maven/sandbox/trunk/mercury/mercury-transport/mercury-transport-http/src/test/resources/pgp/ maven/sandbox/t

svn commit: r684999 - in /maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-basic/src/test/resources: file.gif file.gif.asc file.gif.asc.external pubkey.gpgkey pubkey.gpgkey.asc pubring.gpg se

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 17:23:43 2008 New Revision: 684999 URL: http://svn.apache.org/viewvc?rev=684999&view=rev Log: test added resources Added: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-basic/src/test/resources/file.gif (with props) maven/sandbox/trunk/mer

svn commit: r684997 - in /maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-basic/src/test/java/org: ./ apache/ apache/maven/ apache/maven/mercury/ apache/maven/mercury/crypto/ apache/maven/me

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 17:09:05 2008 New Revision: 684997 URL: http://svn.apache.org/viewvc?rev=684997&view=rev Log: implemented PGP signatures, changed StreamVerifier modus operandi to get initialized with signature upfront as crypto signature needs that. Changed http client to follo

svn commit: r684996 - in /maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-basic/src/main/java/org/apache/maven/mercury/crypto/pgp: Messages.properties PgpHelper.java PgpStreamVerifier.java P

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 17:08:39 2008 New Revision: 684996 URL: http://svn.apache.org/viewvc?rev=684996&view=rev Log: implemented PGP signatures, changed StreamVerifier modus operandi to get initialized with signature upfront as crypto signature needs that. Changed http client to follo

svn commit: r684995 - /maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api/StreamObserverException.java

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 17:07:23 2008 New Revision: 684995 URL: http://svn.apache.org/viewvc?rev=684995&view=rev Log: implemented PGP signatures, changed StreamVerifier modus operandi to get initialized with signature upfront as crypto signature needs that. Changed http client to follo

svn commit: r684994 - in /maven/sandbox/trunk/mercury: mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api/ mercury-crypto/mercury-crypto-basic/src/main/java/org/apache

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 17:05:29 2008 New Revision: 684994 URL: http://svn.apache.org/viewvc?rev=684994&view=rev Log: implemented PGP signatures, changed StreamVerifier modus operandi to get initialized with signature upfront as crypto signature needs that. Changed http client to follo

svn commit: r684975 - in /maven/components/trunk: ./ maven-core-it-runner/ maven-core/ maven-distribution/ maven-embedder-integration-tests/ maven-embedder/ maven-lifecycle/ maven-model/ maven-plugin-

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 16:05:20 2008 New Revision: 684975 URL: http://svn.apache.org/viewvc?rev=684975&view=rev Log: o updating to 3.0-SNAPSHOT o aparently when we start from scratch the bootstrap wasn't working, so the maven ant tasks will now igore trying to download the projects we

svn commit: r684956 - /maven/plugin-tools/trunk/maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/java/JavaMojoDescriptorExtractor.java

2008-08-11 Thread vsiveton
Author: vsiveton Date: Mon Aug 11 15:04:46 2008 New Revision: 684956 URL: http://svn.apache.org/viewvc?rev=684956&view=rev Log: MPLUGIN-133: JavaMojoDescriptorExtractor doesn't handle @requiresProject o added the support of @requiresProject Modified: maven/plugin-tools/trunk/maven-plugin-t

svn commit: r684946 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 14:33:20 2008 New Revision: 684946 URL: http://svn.apache.org/viewvc?rev=684946&view=rev Log: show where the assembly is being produced Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml

svn commit: r684930 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 14:05:07 2008 New Revision: 684930 URL: http://svn.apache.org/viewvc?rev=684930&view=rev Log: (empty) Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn.apache.org/viewv

svn commit: r684929 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 14:03:32 2008 New Revision: 684929 URL: http://svn.apache.org/viewvc?rev=684929&view=rev Log: i will sort out what is wrong with hudson, modello in later versions has magically stopped working Modified: maven/components/branches/maven-2.0.10-RC/build.xml Mod

svn commit: r684927 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 14:00:03 2008 New Revision: 684927 URL: http://svn.apache.org/viewvc?rev=684927&view=rev Log: add the cli Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn.apache.org/v

svn commit: r684920 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 13:53:31 2008 New Revision: 684920 URL: http://svn.apache.org/viewvc?rev=684920&view=rev Log: updating modello version Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn

svn commit: r684917 - in /maven/scm/trunk: ./ maven-scm-api/ maven-scm-client/ maven-scm-managers/ maven-scm-managers/maven-scm-manager-plexus/ maven-scm-plugin/ maven-scm-providers/ maven-scm-provide

2008-08-11 Thread olamy
Author: olamy Date: Mon Aug 11 13:48:47 2008 New Revision: 684917 URL: http://svn.apache.org/viewvc?rev=684917&view=rev Log: go back to 1.1-SNAPSHOT Modified: maven/scm/trunk/maven-scm-api/pom.xml maven/scm/trunk/maven-scm-client/pom.xml maven/scm/trunk/maven-scm-managers/maven-scm-ma

svn commit: r684916 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 13:48:45 2008 New Revision: 684916 URL: http://svn.apache.org/viewvc?rev=684916&view=rev Log: wrong directory Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/build.xml URL: http://svn.apache.o

svn commit: r684912 - /maven/components/branches/maven-2.0.10-RC/build.xml

2008-08-11 Thread jvanzyl
Author: jvanzyl Date: Mon Aug 11 13:46:50 2008 New Revision: 684912 URL: http://svn.apache.org/viewvc?rev=684912&view=rev Log: update to match trunk so we can do a bootstrap Modified: maven/components/branches/maven-2.0.10-RC/build.xml Modified: maven/components/branches/maven-2.0.10-RC/bui

svn commit: r684879 - in /maven/plugins/trunk/maven-checkstyle-plugin: ./ src/it/ src/it/check-fail/ src/it/check-fail/src/ src/it/check-fail/src/main/ src/it/check-fail/src/main/java/ src/it/check-fa

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 12:06:46 2008 New Revision: 684879 URL: http://svn.apache.org/viewvc?rev=684879&view=rev Log: o Added some integration tests Added: maven/plugins/trunk/maven-checkstyle-plugin/src/it/ maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-fail/ mav

svn commit: r684878 - /maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml

2008-08-11 Thread jdcasey
Author: jdcasey Date: Mon Aug 11 12:05:49 2008 New Revision: 684878 URL: http://svn.apache.org/viewvc?rev=684878&view=rev Log: bump the version up to the next RC snapshot. Modified: maven/components/branches/maven-2.0.10-RC/maven-core-it-runner/pom.xml Modified: maven/components/branches/mav

svn commit: r684869 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:45:29 2008 New Revision: 684869 URL: http://svn.apache.org/viewvc?rev=684869&view=rev Log: o Added project description Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml URL: http:/

svn commit: r684868 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:43:53 2008 New Revision: 684868 URL: http://svn.apache.org/viewvc?rev=684868&view=rev Log: o Reordered POM Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml URL: http://svn.apache.

svn commit: r684860 - in /maven/plugins/trunk/maven-changelog-plugin: pom.xml src/it/ src/it/minimal-pom/ src/it/minimal-pom/pom.xml src/it/minimal-pom/verify.bsh src/it/settings.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:22:58 2008 New Revision: 684860 URL: http://svn.apache.org/viewvc?rev=684860&view=rev Log: o Added basic integration test Added: maven/plugins/trunk/maven-changelog-plugin/src/it/ maven/plugins/trunk/maven-changelog-plugin/src/it/minimal-pom/ maven

svn commit: r684859 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:13:40 2008 New Revision: 684859 URL: http://svn.apache.org/viewvc?rev=684859&view=rev Log: o Removed inherited property Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml URL: http://svn.apache.o

svn commit: r684858 - /maven/plugins/trunk/maven-ant-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:12:56 2008 New Revision: 684858 URL: http://svn.apache.org/viewvc?rev=684858&view=rev Log: o Reordered POM Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/mav

svn commit: r684856 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:10:02 2008 New Revision: 684856 URL: http://svn.apache.org/viewvc?rev=684856&view=rev Log: o Fixed POM Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml Modified: maven/plugins/trunk/maven-project-info-reports-pl

svn commit: r684852 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 11:03:06 2008 New Revision: 684852 URL: http://svn.apache.org/viewvc?rev=684852&view=rev Log: o Stabilized IT Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/it/minimal-pom/pom.xml Modified: maven/plugins/trunk/maven-project-info-report

svn commit: r684837 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 10:45:10 2008 New Revision: 684837 URL: http://svn.apache.org/viewvc?rev=684837&view=rev Log: o Added project description Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn

svn commit: r684834 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 10:40:08 2008 New Revision: 684834 URL: http://svn.apache.org/viewvc?rev=684834&view=rev Log: o Reordered POM Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn.apache.org/

svn commit: r684829 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 10:31:43 2008 New Revision: 684829 URL: http://svn.apache.org/viewvc?rev=684829&view=rev Log: o Locked down version of reporting plugins Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml

svn commit: r684828 - /maven/plugins/trunk/maven-changelog-plugin/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 10:28:09 2008 New Revision: 684828 URL: http://svn.apache.org/viewvc?rev=684828&view=rev Log: o Reordered POM Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml URL: http://svn.apache.or

svn commit: r684818 - /maven/plugins/trunk/pom.xml

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 10:07:07 2008 New Revision: 684818 URL: http://svn.apache.org/viewvc?rev=684818&view=rev Log: o Reordered POM Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=68481

svn commit: r684804 - /maven/plugins/trunk/maven-patch-plugin/src/it/projects/

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 09:43:04 2008 New Revision: 684804 URL: http://svn.apache.org/viewvc?rev=684804&view=rev Log: o Removed empty directories Removed: maven/plugins/trunk/maven-patch-plugin/src/it/projects/

svn commit: r684802 - in /maven/plugins/trunk/maven-patch-plugin: ./ src/it/ src/it/apply-single-patch/ src/it/apply-two-patches-in-order/ src/it/it-project-parent/ src/it/path with spaces/ src/it/pro

2008-08-11 Thread bentmann
Author: bentmann Date: Mon Aug 11 09:41:50 2008 New Revision: 684802 URL: http://svn.apache.org/viewvc?rev=684802&view=rev Log: o Updated ITs to use features of maven-invoker-plugin:1.2.1 Added: maven/plugins/trunk/maven-patch-plugin/src/it/apply-single-patch/ (props changed) - copie

svn commit: r684798 - in /maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api: AbstractStreamVerifierFactory.java StreamVerifierAttributes.j

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 09:22:43 2008 New Revision: 684798 URL: http://svn.apache.org/viewvc?rev=684798&view=rev Log: absorbed Jen's latest changes Added: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api/AbstractStreamV

svn commit: r684797 - in /maven/sandbox/trunk/mercury: mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api/ mercury-crypto/mercury-crypto-basic/src/main/java/org/apache

2008-08-11 Thread ogusakov
Author: ogusakov Date: Mon Aug 11 09:22:07 2008 New Revision: 684797 URL: http://svn.apache.org/viewvc?rev=684797&view=rev Log: absorbed Jen's latest changes Added: maven/sandbox/trunk/mercury/mercury-crypto/mercury-crypto-api/src/main/java/org/apache/maven/mercury/crypto/api/AbstractStreamV

svn commit: r684728 - /maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java

2008-08-11 Thread vsiveton
Author: vsiveton Date: Mon Aug 11 04:56:26 2008 New Revision: 684728 URL: http://svn.apache.org/viewvc?rev=684728&view=rev Log: o be sure to prune all dirs Modified: maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java Modified: ma

svn commit: r684727 - in /maven/plugins/trunk/maven-javadoc-plugin/src: main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java site/apt/examples/javadoc-resources.apt

2008-08-11 Thread vsiveton
Author: vsiveton Date: Mon Aug 11 04:55:20 2008 New Revision: 684727 URL: http://svn.apache.org/viewvc?rev=684727&view=rev Log: o improved doc due to questions on dev@ Modified: maven/plugins/trunk/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java