svn commit: r660832 - in /maven/sandbox/trunk/wagon: wagon-s3/ wagon-s3/src/main/java/org/apache/maven/wagon/providers/s3/ wagon-ssh-ganymed/ wagon-ssh-ganymed/src/main/java/org/apache/maven/wagon/pro

2008-05-28 Thread brett
Author: brett Date: Tue May 27 23:43:59 2008 New Revision: 660832 URL: http://svn.apache.org/viewvc?rev=660832view=rev Log: move ganymed, s3 wagons to the sandbox as they aren't at the same level of completeness and testing of the other providers Added: maven/sandbox/trunk/wagon/wagon-s3/

svn commit: r660862 - /maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/DefaultRepositoryCopier.java

2008-05-28 Thread brett
Author: brett Date: Wed May 28 01:41:59 2008 New Revision: 660862 URL: http://svn.apache.org/viewvc?rev=660862view=rev Log: [MSTAGE-3] make the stage plugin work with all scp wagons Submitted by: Rahul Akolkar Modified:

svn commit: r660873 - in /maven/components/branches/maven-2.0.x-jackrabbit-webdav: maven-core/pom.xml pom.xml

2008-05-28 Thread brett
Author: brett Date: Wed May 28 02:14:25 2008 New Revision: 660873 URL: http://svn.apache.org/viewvc?rev=660873view=rev Log: switch to new artifact ID Modified: maven/components/branches/maven-2.0.x-jackrabbit-webdav/maven-core/pom.xml

svn commit: r660870 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/MavenIT0059Test.java

2008-05-28 Thread brett
Author: brett Date: Wed May 28 01:59:30 2008 New Revision: 660870 URL: http://svn.apache.org/viewvc?rev=660870view=rev Log: make it0059 work even if you use a repository manager Modified:

svn commit: r660866 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/MavenIT0031Test.java resources/it0031/settings.xml

2008-05-28 Thread brett
Author: brett Date: Wed May 28 01:54:52 2008 New Revision: 660866 URL: http://svn.apache.org/viewvc?rev=660866view=rev Log: fix it0031 - remote repo it was using seems to have gone away Modified:

svn commit: r660872 - in /maven/core-integration-testing/trunk/core-integration-tests/src/test: java/org/apache/maven/integrationtests/ resources/it0059/ resources/mng-2744-checksumVerification/

2008-05-28 Thread brett
Author: brett Date: Wed May 28 02:12:50 2008 New Revision: 660872 URL: http://svn.apache.org/viewvc?rev=660872view=rev Log: make more tests work with repository managers Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/it0059/settings.xml (with props)

svn commit: r660885 - in /maven/doxia/doxia/trunk: doxia-core/src/main/java/org/apache/maven/doxia/markup/ doxia-core/src/main/java/org/apache/maven/doxia/parser/ doxia-core/src/main/java/org/apache/m

2008-05-28 Thread ltheussl
Author: ltheussl Date: Wed May 28 02:50:10 2008 New Revision: 660885 URL: http://svn.apache.org/viewvc?rev=660885view=rev Log: [DOXIA-243,DOXIA-183] Add an 'unknown' element to Sink API, removing xhtml-specific events from xdoc parser. Added:

svn commit: r660948 - in /maven/components/branches/maven-2.0.x: apache-maven/ build.xml maven-core-it-runner/pom.xml maven-distribution/ pom.xml

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 06:37:25 2008 New Revision: 660948 URL: http://svn.apache.org/viewvc?rev=660948view=rev Log: put the 2.0.9 structure back in place so that the deployed binaries have the correct apache-maven-2.0.x-bin name we need to distribute. Added:

svn commit: r661111 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/resources/config/maven_checks.xml

2008-05-28 Thread bentmann
Author: bentmann Date: Wed May 28 15:00:19 2008 New Revision: 66 URL: http://svn.apache.org/viewvc?rev=66view=rev Log: o Excluded some every day numbers from the MagicNumber check, its false positives are simply annoying Modified:

svn commit: r661140 - /maven/components/branches/maven-2.0.x/apache-maven/pom.xml

2008-05-28 Thread brett
Author: brett Date: Wed May 28 16:02:40 2008 New Revision: 661140 URL: http://svn.apache.org/viewvc?rev=661140view=rev Log: align artifact ID Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml Modified: maven/components/branches/maven-2.0.x/apache-maven/pom.xml URL:

svn commit: r661176 - /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequireSize.java

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 18:54:37 2008 New Revision: 661176 URL: http://svn.apache.org/viewvc?rev=661176view=rev Log: MENFORCER-46 turned mojo donation from Roman Stumm into a rule Added:

svn commit: r661177 - in /maven/enforcer/trunk/enforcer-rules/src: main/java/org/apache/maven/plugins/enforcer/ main/java/org/apache/maven/plugins/enforcer/utils/ test/java/org/apache/maven/plugins/en

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 18:55:11 2008 New Revision: 661177 URL: http://svn.apache.org/viewvc?rev=661177view=rev Log: update the license headers with jAutoDoc Modified: maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/AbstractBanDependencies.java

svn commit: r661183 - /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/AbstractNonCacheableEnforcerRule.java

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 19:26:57 2008 New Revision: 661183 URL: http://svn.apache.org/viewvc?rev=661183view=rev Log: new abstract class to eliminate redundant methods for rules that aren't cacheable Added:

svn commit: r661185 - in /maven/enforcer/trunk/enforcer-rules/src: main/java/org/apache/maven/plugins/enforcer/ test/java/org/apache/maven/plugins/enforcer/

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 19:27:54 2008 New Revision: 661185 URL: http://svn.apache.org/viewvc?rev=661185view=rev Log: MENFORCER-38 new rules from Ben Lidgey - Always Fail and Always Pass Added:

svn commit: r661187 - in /maven/enforcer/trunk/enforcer-rules/src: main/java/org/apache/maven/plugins/enforcer/RequireReleaseDeps.java test/java/org/apache/maven/plugins/enforcer/TestNoSnapshots.java

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 19:46:40 2008 New Revision: 661187 URL: http://svn.apache.org/viewvc?rev=661187view=rev Log: MENFORCER-43 patch from Jacob Robertson to make the snapshots rule able to be applied when the main artifact is a release only. Modified:

svn commit: r661191 - /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 19:54:15 2008 New Revision: 661191 URL: http://svn.apache.org/viewvc?rev=661191view=rev Log: convert the non-cacheable rules to use the new abstract class Modified:

svn commit: r661195 - in /maven/enforcer/trunk/enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer: RequireFileSize.java RequireSize.java

2008-05-28 Thread brianf
Author: brianf Date: Wed May 28 20:07:20 2008 New Revision: 661195 URL: http://svn.apache.org/viewvc?rev=661195view=rev Log: renamed the rule and refactored it to work like the other file rules and take an array of files to check. Added: