svn commit: r639969 - in /maven/plugins/trunk/maven-ant-plugin: pom.xml src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java src/test/java/org/apache/maven/plugin/ant/stubs/AbstractAntTestMav

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 03:10:41 2008 New Revision: 639969 URL: http://svn.apache.org/viewvc?rev=639969view=rev Log: [MANT-38] Use reporting output directory configured in POM Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml

svn commit: r639986 - /maven/plugins/trunk/maven-ant-plugin/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 05:44:08 2008 New Revision: 639986 URL: http://svn.apache.org/viewvc?rev=639986view=rev Log: [MANT-39] Always specify source/target options for javac Modified:

svn commit: r639990 - in /maven/plugins/trunk/maven-ant-plugin/src: it/test-custom-selector-it/ it/test-custom-selector-it/src/ it/test-custom-selector-it/src/test/ it/test-custom-selector-it/src/test

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 06:12:36 2008 New Revision: 639990 URL: http://svn.apache.org/viewvc?rev=639990view=rev Log: [MANT-40] Use includes/excludes configured for Surefire when running tests Added: maven/plugins/trunk/maven-ant-plugin/src/it/test-custom-selector-it/ (with

svn commit: r640004 - in /maven/plugins/trunk/maven-ant-plugin/src: it/single-test-it/ it/single-test-it/src/ it/single-test-it/src/test/ it/single-test-it/src/test/java/ it/single-test-it/src/test/ja

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 07:47:51 2008 New Revision: 640004 URL: http://svn.apache.org/viewvc?rev=640004view=rev Log: [MANT-7] test target should support running a single test - just like mvn test does Added: maven/plugins/trunk/maven-ant-plugin/src/it/single-test-it/ (with

svn commit: r640016 - in /maven/plugins/trunk/maven-ant-plugin/src: main/java/org/apache/maven/plugin/ant/AntBuildWriter.java site/apt/examples/customize.apt site/apt/examples/fail-missing-junit.apt s

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 10:22:21 2008 New Revision: 640016 URL: http://svn.apache.org/viewvc?rev=640016view=rev Log: [MANT-6] test targets should fail if junit.jar not present o Added example to show how to realize this by target overriding Added:

svn commit: r640038 - /maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt

2008-03-22 Thread dennisl
Author: dennisl Date: Sat Mar 22 11:22:48 2008 New Revision: 640038 URL: http://svn.apache.org/viewvc?rev=640038view=rev Log: [MSITE-199] Add publishDate position none Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/examples/sitedescriptor.apt Modified:

svn commit: r640041 - /maven/plugins/trunk/maven-ant-plugin/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 11:29:26 2008 New Revision: 640041 URL: http://svn.apache.org/viewvc?rev=640041view=rev Log: o Added some line breaks to the build scripts Modified: maven/plugins/trunk/maven-ant-plugin/src/main/java/org/apache/maven/plugin/ant/AntBuildWriter.java

svn commit: r640076 - in /maven/plugins/trunk/maven-ant-plugin: ./ src/it/ear-it/ src/it/encoding-it/ src/it/file-repo-it/ src/it/plugin-it/ src/it/single-test-it/ src/it/test-custom-selector-it/ src/

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 13:37:28 2008 New Revision: 640076 URL: http://svn.apache.org/viewvc?rev=640076view=rev Log: o Stabilized ITs Modified: maven/plugins/trunk/maven-ant-plugin/pom.xml maven/plugins/trunk/maven-ant-plugin/src/it/ear-it/pom.xml

svn commit: r640079 - /maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteDeployMojo.java

2008-03-22 Thread dennisl
Author: dennisl Date: Sat Mar 22 13:46:33 2008 New Revision: 640079 URL: http://svn.apache.org/viewvc?rev=640079view=rev Log: [MSITE-25] mvn site:site ignores server configuration in settings.xml Submitted by: Rahul Akolkar Reviewed by: Dennis Lundberg o Fix a mistake I made when I modified the

svn commit: r640091 - in /maven/shared/trunk/maven-doxia-tools/src: main/java/org/apache/maven/doxia/tools/DefaultSiteTool.java test/java/org/apache/maven/doxia/tools/SiteToolTest.java

2008-03-22 Thread dennisl
Author: dennisl Date: Sat Mar 22 14:57:24 2008 New Revision: 640091 URL: http://svn.apache.org/viewvc?rev=640091view=rev Log: [MSITE-284] getRelativePath fails on non-normalized inputs Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg Modified:

svn commit: r640101 - /maven/shared/trunk/maven-doxia-tools/src/test/java/org/apache/maven/doxia/tools/SiteToolTest.java

2008-03-22 Thread dennisl
Author: dennisl Date: Sat Mar 22 15:25:14 2008 New Revision: 640101 URL: http://svn.apache.org/viewvc?rev=640101view=rev Log: o Format code. Modified: maven/shared/trunk/maven-doxia-tools/src/test/java/org/apache/maven/doxia/tools/SiteToolTest.java Modified:

svn commit: r640113 - in /maven/plugins/trunk/maven-ant-plugin/src: it/skip-missing-junit-it/ it/skip-missing-junit-it/src/ it/skip-missing-junit-it/src/test/ it/skip-missing-junit-it/src/test/java/ i

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 15:52:46 2008 New Revision: 640113 URL: http://svn.apache.org/viewvc?rev=640113view=rev Log: [MANT-22] Make it possible to run the package target without tests Added: maven/plugins/trunk/maven-ant-plugin/src/it/skip-missing-junit-it/ (with props)

svn commit: r640115 - in /maven/plugins/trunk/maven-site-plugin: ./ src/site/apt/ src/site/apt/examples/ src/site/fml/ src/site/xdoc/

2008-03-22 Thread dennisl
Author: dennisl Date: Sat Mar 22 15:54:43 2008 New Revision: 640115 URL: http://svn.apache.org/viewvc?rev=640115view=rev Log: [MSITE-281] Employ consistent typesetting/formatting Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg Modified:

svn commit: r640116 - /maven/plugins/trunk/maven-ant-plugin/src/site/apt/examples/fail-missing-junit.apt

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 16:00:47 2008 New Revision: 640116 URL: http://svn.apache.org/viewvc?rev=640116view=rev Log: o Fixed docs Modified: maven/plugins/trunk/maven-ant-plugin/src/site/apt/examples/fail-missing-junit.apt Modified:

svn commit: r640119 - /maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml

2008-03-22 Thread wsmoak
Author: wsmoak Date: Sat Mar 22 16:23:31 2008 New Revision: 640119 URL: http://svn.apache.org/viewvc?rev=640119view=rev Log: MWAR-131 Added a faq explaining the new attachClasses parameter as well as the existing archiveClasses parameter. Modified:

svn commit: r640125 - in /maven/site/trunk/src/site/apt: ./ developers/ guides/ guides/development/ guides/mini/ users/

2008-03-22 Thread bentmann
Author: bentmann Date: Sat Mar 22 17:04:49 2008 New Revision: 640125 URL: http://svn.apache.org/viewvc?rev=640125view=rev Log: o Improved text for hyperlinks (see also http://www.w3.org/QA/Tips/noClickHere) Modified: maven/site/trunk/src/site/apt/ant-tasks-release-notes.apt

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

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:09:58 2008 New Revision: 640130 URL: http://svn.apache.org/viewvc?rev=640130view=rev Log: fixing the deprecated property syntax Modified: maven/archetype/trunk/archetype-plugin/pom.xml Modified: maven/archetype/trunk/archetype-plugin/pom.xml URL:

svn commit: r640135 - /maven/artifact/trunk/

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:46:57 2008 New Revision: 640135 URL: http://svn.apache.org/viewvc?rev=640135view=rev Log: add ignore Modified: maven/artifact/trunk/ (props changed) Propchange: maven/artifact/trunk/

svn commit: r640138 - in /maven/enforcer/trunk: ./ maven-enforcer-plugin/pom.xml

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:48:24 2008 New Revision: 640138 URL: http://svn.apache.org/viewvc?rev=640138view=rev Log: fixing the deprecated property syntax Modified: maven/enforcer/trunk/ (props changed) maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Propchange:

svn commit: r640140 - in /maven/plugins/trunk: ./ maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/ maven-eclipse-plugin/src/test/resources/projects/project-35/multymodule-ear

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:51:23 2008 New Revision: 640140 URL: http://svn.apache.org/viewvc?rev=640140view=rev Log: fixing the deprecated property syntax Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-34/multymodule-3/pom.xml

svn commit: r640141 - in /maven/sandbox/trunk: archiva/archiva-jarinfo/archiva-jarinfo-cli/pom.xml plugins/maven-assembly-report-plugin/src/test/projects/assembly-report-plugin-test1/pom.xml

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:53:07 2008 New Revision: 640141 URL: http://svn.apache.org/viewvc?rev=640141view=rev Log: fixing the deprecated property syntax Modified: maven/sandbox/trunk/archiva/archiva-jarinfo/archiva-jarinfo-cli/pom.xml

svn commit: r640142 - /maven/plugin-tools/trunk/pom.xml

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:56:00 2008 New Revision: 640142 URL: http://svn.apache.org/viewvc?rev=640142view=rev Log: fixing the deprecated property syntax Modified: maven/plugin-tools/trunk/pom.xml Modified: maven/plugin-tools/trunk/pom.xml URL:

svn commit: r640143 - /maven/release/trunk/maven-release-plugin/pom.xml

2008-03-22 Thread brianf
Author: brianf Date: Sat Mar 22 19:56:16 2008 New Revision: 640143 URL: http://svn.apache.org/viewvc?rev=640143view=rev Log: fixing the deprecated property syntax Modified: maven/release/trunk/maven-release-plugin/pom.xml Modified: maven/release/trunk/maven-release-plugin/pom.xml URL:

svn commit: r640080 - /maven/archiva/tools/trunk/maven-meeper/src/bin/synchronize/m2-sync/sync.csv

2008-03-22 Thread hboutemy
Author: hboutemy Date: Sat Mar 22 13:51:04 2008 New Revision: 640080 URL: http://svn.apache.org/viewvc?rev=640080view=rev Log: Add net.sf.formlayoutmaker and net.sf.logdistiller Modified: maven/archiva/tools/trunk/maven-meeper/src/bin/synchronize/m2-sync/sync.csv Modified:

svn commit: r640150 - /maven/archiva/tools/trunk/maven-meeper/src/bin/synchronize/m2-sync/sync.csv

2008-03-22 Thread carlos
Author: carlos Date: Sat Mar 22 21:27:07 2008 New Revision: 640150 URL: http://svn.apache.org/viewvc?rev=640150view=rev Log: [MAVENUPLOAD-1957][MAVENUPLOAD-1967][MAVENUPLOAD-1971][MAVENUPLOAD-1975][MAVENUPLOAD-1978] Modified: