svn commit: r427114 - in /maven/surefire/trunk: surefire-api/src/main/java/org/apache/maven/surefire/report/ surefire-providers/surefire-testng/src/main/java/org/apache/maven/surefire/testng/

2006-07-31 Thread brett
Author: brett Date: Mon Jul 31 06:24:40 2006 New Revision: 427114 URL: http://svn.apache.org/viewvc?rev=427114view=rev Log: [MSUREFIRE-141] list the failed/erroroneous test cases at the end to make it easier to find them Submitted by: Mark Holster Modified:

svn commit: r427021 - in /maven/plugins/trunk/maven-javadoc-plugin/src: main/java/org/apache/maven/plugin/javadoc/ site/ site/apt/ site/apt/examples/

2006-07-31 Thread oching
Author: oching Date: Sun Jul 30 22:59:47 2006 New Revision: 427021 URL: http://svn.apache.org/viewvc?rev=427021view=rev Log: Updated description of some of the mojo parameters. Changed build to reporting in the example poms. Updated site.xml. Modified:

svn commit: r427024 - in /maven/plugins/trunk/maven-clean-plugin/src: main/java/org/apache/maven/plugin/clean/CleanMojo.java test/java/org/apache/maven/plugin/clean/CleanMojoTest.java

2006-07-31 Thread brett
Author: brett Date: Sun Jul 30 23:10:21 2006 New Revision: 427024 URL: http://svn.apache.org/viewvc?rev=427024view=rev Log: [MCLEAN-9] document and test cleaning the report directory Submitted by: Denis Cabasson Modified:

svn commit: r427026 - in /maven/maven-1/plugins-sandbox/trunk/castor/xdocs: navigation.xml tags.xml

2006-07-31 Thread ltheussl
Author: ltheussl Date: Sun Jul 30 23:24:43 2006 New Revision: 427026 URL: http://svn.apache.org/viewvc?rev=427026view=rev Log: Update links Modified: maven/maven-1/plugins-sandbox/trunk/castor/xdocs/navigation.xml maven/maven-1/plugins-sandbox/trunk/castor/xdocs/tags.xml Modified:

svn commit: r427028 - in /maven/archetype/trunk/maven-archetype/maven-archetype-plugin/src: main/java/org/apache/maven/plugin/archetype/ site/apt/ site/apt/examples/

2006-07-31 Thread oching
Author: oching Date: Sun Jul 30 23:27:01 2006 New Revision: 427028 URL: http://svn.apache.org/viewvc?rev=427028view=rev Log: PR: ARCHETYPE-45 Submitted by: Franz Allan See Updated the plugin docs. Modified:

svn commit: r427035 - /maven/repository-manager/trunk/maven-repository-indexer/src/main/java/org/apache/maven/repository/indexing/record/StandardArtifactIndexRecordFactory.java

2006-07-31 Thread brett
Author: brett Date: Mon Jul 31 00:30:55 2006 New Revision: 427035 URL: http://svn.apache.org/viewvc?rev=427035view=rev Log: read old archetype format as well Submitted by: Milos Kleint Modified:

svn commit: r427036 - in /maven/plugins/trunk/maven-assembly-plugin/src/site: apt/examples/single/including-and-excluding-artifacts.apt apt/examples/single/index.apt apt/features.apt apt/index.apt apt

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 00:37:20 2006 New Revision: 427036 URL: http://svn.apache.org/viewvc?rev=427036view=rev Log: PR: MASSEMBLY-130 Submitted by: Baerrach bonDierne With some minor revisions to the patch. Provided additional example and improved some docs on the supported

svn commit: r427044 - /maven/plugins/trunk/maven-surefire-plugin/src/main/java/org/apache/maven/plugin/surefire/SurefirePlugin.java

2006-07-31 Thread brett
Author: brett Date: Mon Jul 31 01:32:11 2006 New Revision: 427044 URL: http://svn.apache.org/viewvc?rev=427044view=rev Log: [MSUREFIRE-128] add a property to skip test execution (but not compilation) Submitted by: Olivier Lamy Modified:

svn commit: r427149 - in /maven/plugins/trunk/maven-idea-plugin/src: main/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/ test/java/org/apache/maven/plugin/idea/stubs/ test/

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 08:49:33 2006 New Revision: 427149 URL: http://svn.apache.org/viewvc?rev=427149view=rev Log: PR: MIDEA-62 Submitted by: Roald Bankras - Removed provided artifacts from IntelliJ Idea package. - Added missing unit test - fixed some license headers appearing in a

svn commit: r427152 - /maven/site/trunk/src/site/apt/netbeans-module.apt

2006-07-31 Thread mkleint
Author: mkleint Date: Mon Jul 31 09:17:04 2006 New Revision: 427152 URL: http://svn.apache.org/viewvc?rev=427152view=rev Log: update the mevenide site url Modified: maven/site/trunk/src/site/apt/netbeans-module.apt Modified: maven/site/trunk/src/site/apt/netbeans-module.apt URL:

svn commit: r427165 - in /maven/plugins/branches/MASSEMBLY-124: ./ src/main/java/org/apache/maven/plugin/assembly/archive/phase/ src/main/java/org/apache/maven/plugin/assembly/archive/task/ src/main/j

2006-07-31 Thread jdcasey
Author: jdcasey Date: Mon Jul 31 09:45:27 2006 New Revision: 427165 URL: http://svn.apache.org/viewvc?rev=427165view=rev Log: Adding more tests, and tweaking artifact filtering to report on unused patterns. Added:

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

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 10:02:12 2006 New Revision: 427173 URL: http://svn.apache.org/viewvc?rev=427173view=rev Log: PR: MEAR-32 Updated site documentations - updated pom.xml - separated the usage examples into separate example pages - added an faq page Added:

svn commit: r427233 - /maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt

2006-07-31 Thread dennisl
Author: dennisl Date: Mon Jul 31 12:46:21 2006 New Revision: 427233 URL: http://svn.apache.org/viewvc?rev=427233view=rev Log: o Need to escape { and } in apt. Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/single/filtering-some-distribution-files.apt Modified:

svn commit: r427322 - /maven/maven-1/plugins/trunk/changelog/src/test/org/apache/maven/svnlib/SvnChangeLogParserTest.java

2006-07-31 Thread aheritier
Author: aheritier Date: Mon Jul 31 15:07:52 2006 New Revision: 427322 URL: http://svn.apache.org/viewvc?rev=427322view=rev Log: Three-letter time zone IDs are deprecated since jdk 1.2. On my windows XP SP2 (Fr) with a JDK 1.4.2_12, there's a problem with the daylight setting which isn't used.

svn commit: r427398 - in /maven/plugins/trunk/maven-assembly-plugin/src/site: apt/examples/index.apt apt/examples/single/index.apt site.xml

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 18:22:03 2006 New Revision: 427398 URL: http://svn.apache.org/viewvc?rev=427398view=rev Log: PR: MASSEMBLY-122 fixed missing links Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/apt/examples/index.apt

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

2006-07-31 Thread aramirez
Author: aramirez Date: Mon Jul 31 20:27:51 2006 New Revision: 427424 URL: http://svn.apache.org/viewvc?rev=427424view=rev Log: PR: MANTRUN-55 Submitted by: Franz Allan See Reviewed By: Allan Ramirez Added docck compliant docs Added:

svn commit: r427427 - in /maven/plugins/trunk/maven-clean-plugin/src/site: apt/examples/delete_additional_files.apt apt/faq.apt apt/index.apt apt/usage.apt site.xml

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 20:29:32 2006 New Revision: 427427 URL: http://svn.apache.org/viewvc?rev=427427view=rev Log: added site documentation license headers Modified: maven/plugins/trunk/maven-clean-plugin/src/site/apt/examples/delete_additional_files.apt

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

2006-07-31 Thread epunzalan
Author: epunzalan Date: Mon Jul 31 20:32:47 2006 New Revision: 427428 URL: http://svn.apache.org/viewvc?rev=427428view=rev Log: added license headers to site docs Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/apt/examples/compile-using-different-jdk.apt

svn commit: r427437 - in /maven/plugins/branches/MASSEMBLY-124/src: main/java/org/apache/maven/plugin/assembly/archive/phase/ main/java/org/apache/maven/plugin/assembly/archive/task/ test/java/org/apa

2006-07-31 Thread jdcasey
Author: jdcasey Date: Mon Jul 31 21:10:35 2006 New Revision: 427437 URL: http://svn.apache.org/viewvc?rev=427437view=rev Log: Adding unit tests for two of the assembly phases. Added:

svn commit: r427447 - /maven/components/trunk/maven-core-it/it0088/pom.xml

2006-07-31 Thread brett
Author: brett Date: Mon Jul 31 22:25:34 2006 New Revision: 427447 URL: http://svn.apache.org/viewvc?rev=427447view=rev Log: no need for a snapshot of the plugin Modified: maven/components/trunk/maven-core-it/it0088/pom.xml Modified: maven/components/trunk/maven-core-it/it0088/pom.xml URL: