svn commit: r1720985 - /maven/site/trunk/pom.xml

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 02:13:31 2015 New Revision: 1720985 URL: http://svn.apache.org/viewvc?rev=1720985&view=rev Log: updated parent pom Modified: maven/site/trunk/pom.xml Modified: maven/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=1720985&r

svn commit: r975970 - in /websites/production/maven-doxia/content/doxia-sitetools-archives/doxia-sitetools-LATEST: ./ apidocs/ apidocs/org/apache/maven/doxia/docrenderer/ apidocs/org/apache/maven/doxi

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 01:15:46 2015 New Revision: 975970 Log: Site checkin for project Doxia :: Sitetools [This commit notification would consist of 147 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1720984 - in /maven/doxia/doxia-sitetools/trunk/doxia-integration-tools/src: main/java/org/apache/maven/doxia/tools/SiteTool.java site/apt/usage.apt

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 01:15:27 2015 New Revision: 1720984 URL: http://svn.apache.org/viewvc?rev=1720984&view=rev Log: improved documentation Modified: maven/doxia/doxia-sitetools/trunk/doxia-integration-tools/src/main/java/org/apache/maven/doxia/tools/SiteTool.java maven/dox

svn commit: r1720982 - in /maven/plugins/trunk/maven-site-plugin: ./ src/main/java/org/apache/maven/plugins/site/run/

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 00:38:35 2015 New Revision: 1720982 URL: http://svn.apache.org/viewvc?rev=1720982&view=rev Log: [MSITE-754] fixed ConcurrentModificationException when using site:run by using separate stable contexts for src/site and target/generated-site Modified: maven/plu

svn commit: r1720979 - in /maven/plugins/trunk/maven-jar-plugin/src/main/java/org/apache/maven/plugins/jar: AbstractJarMojo.java TestJarMojo.java

2015-12-19 Thread khmarbaise
Author: khmarbaise Date: Sat Dec 19 22:07:53 2015 New Revision: 1720979 URL: http://svn.apache.org/viewvc?rev=1720979&view=rev Log: [MJAR-199] Option "classifier" to goal test-jar Added parameter for classifier to the test-jar goal. Modified: maven/plugins/trunk/maven-jar-plugin/src/main/jav

svn commit: r1720978 - in /maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-198: pom.xml src/main/java/A.java

2015-12-19 Thread khmarbaise
Author: khmarbaise Date: Sat Dec 19 22:05:05 2015 New Revision: 1720978 URL: http://svn.apache.org/viewvc?rev=1720978&view=rev Log: Added missing license headers. Modified: maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-198/pom.xml maven/plugins/trunk/maven-jar-plugin/src/it/MJAR-198/sr

svn commit: r1720976 - in /maven/plugins/trunk/maven-jar-plugin/src: it/MJAR-198/ it/MJAR-198/src/ it/MJAR-198/src/main/ it/MJAR-198/src/main/java/ main/java/org/apache/maven/plugins/jar/

2015-12-19 Thread khmarbaise
Author: khmarbaise Date: Sat Dec 19 21:47:20 2015 New Revision: 1720976 URL: http://svn.apache.org/viewvc?rev=1720976&view=rev Log: [MJAR-198] jar:jar without classifier replaces default jar The maven-jar-plugin now will fail if you try to replace the original artifact in case of a second executio

svn commit: r1720969 - /maven/plugins/trunk/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.java

2015-12-19 Thread michaelo
Author: michaelo Date: Sat Dec 19 19:12:50 2015 New Revision: 1720969 URL: http://svn.apache.org/viewvc?rev=1720969&view=rev Log: [MCHECKSTYLE-314] checkstyle:check should invoke the execution of this plugin's goal "checkstyle" prior to executing itself Modified: maven/plugins/trunk/maven-c

svn commit: r1720965 - in /maven/plugins/trunk/maven-javadoc-plugin: ./ src/it/additional-dependencies-non-aggregate/ src/it/additional-dependencies-non-aggregate/module1/ src/it/additional-dependenci

2015-12-19 Thread michaelo
Author: michaelo Date: Sat Dec 19 18:09:12 2015 New Revision: 1720965 URL: http://svn.apache.org/viewvc?rev=1720965&view=rev Log: [MJAVADOC-385] Fix documentation of feature Contributed by: Stephan Schroevers This fixes #74. Added: maven/plugins/trunk/maven-javadoc-plugin/src/it/additiona

maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2015-12-19 Thread schulte
Repository: maven Updated Branches: refs/heads/master c188a1955 -> ab7b5ab47 [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes o Updated to add missing quotes also to 'mvnyjp'. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apach

svn commit: r1720954 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java site/apt/index.apt

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 17:36:18 2015 New Revision: 1720954 URL: http://svn.apache.org/viewvc?rev=1720954&view=rev Log: [DOXIASITETOOLS-131] better management of Velocity context for the 2 use cases: Doxia source ".vm" and template merging Modified: maven/doxia/doxia-sitetools/tru

maven-surefire git commit: [SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used

2015-12-19 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master 63963d676 -> 7ad21fd1f [SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apach

maven git commit: [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes

2015-12-19 Thread schulte
Repository: maven Updated Branches: refs/heads/master f2a8a4580 -> c188a1955 [MNG-5823] mvnDebug doesn't work with M2_HOME with spaces - missing quotes o Updated to add missing quotes. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/m

maven git commit: [MNG-5368] UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions

2015-12-19 Thread schulte
Repository: maven Updated Branches: refs/heads/master 6aa015d11 -> f2a8a4580 [MNG-5368] UnsupportedOperationException thrown when version range is not correct in dependencyManagement definitions o Updated to log an error message for any caught 'InvalidVersionSpecificationException's. Proje

[1/2] maven-surefire git commit: [SUREFIRE] refactoring

2015-12-19 Thread tibordigana
Repository: maven-surefire Updated Branches: refs/heads/master a717b0cb4 -> 63963d676 [SUREFIRE] refactoring Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/57662e59 Tree: http://git-wip-us.apache.org/rep

[2/2] maven-surefire git commit: [SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used

2015-12-19 Thread tibordigana
[SUREFIRE-1209] rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/63963d67 Tree: http://git-wip-us.apache.org/repos/as

svn commit: r1720929 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/ test/java/org/apache/maven/doxia/siterenderer/ test/resources/site/

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 14:09:41 2015 New Revision: 1720929 URL: http://svn.apache.org/viewvc?rev=1720929&view=rev Log: [DOXIASITETOOLS-130] ensure calculations even if "." in filename Added: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test/resources/site/apt/extensio

svn commit: r1720924 - in /maven/doxia/doxia-sitetools/trunk: ./ doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/ doxia-site-renderer/src/main/java/org/apache/maven/doxia/siteren

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 13:44:56 2015 New Revision: 1720924 URL: http://svn.apache.org/viewvc?rev=1720924&view=rev Log: reworked javadoc and internals Added: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/ExtraDoxiaModuleRefe

svn commit: r1720918 - /maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 13:33:33 2015 New Revision: 1720918 URL: http://svn.apache.org/viewvc?rev=1720918&view=rev Log: removed duplicate field initialization Modified: maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/sink/XhtmlBaseSink.java Modified: maven

svn commit: r1720902 - in /maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/artifact: ./ collect/internal/ deploy/ deploy/internal/ install/ install/internal/ repositor

2015-12-19 Thread khmarbaise
Author: khmarbaise Date: Sat Dec 19 11:42:41 2015 New Revision: 1720902 URL: http://svn.apache.org/viewvc?rev=1720902&view=rev Log: Cleaning up checkstyle reported errors/warnings Modified: maven/shared/trunk/maven-artifact-transfer/src/main/java/org/apache/maven/shared/artifact/DefaultArtif

svn commit: r1720901 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/ test/java/org/apache/maven/doxia/siterenderer/ test/resources/site/

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 11:38:05 2015 New Revision: 1720901 URL: http://svn.apache.org/viewvc?rev=1720901&view=rev Log: [DOXIASITETOOLS-127] reverted r1720892: wreck havock since used by maven-reporting-impl in reporting plugins Added: maven/doxia/doxia-sitetools/trunk/doxia-site-

svn commit: r1720894 - /maven/doxia/doxia-sitetools/trunk/pom.xml

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 10:35:20 2015 New Revision: 1720894 URL: http://svn.apache.org/viewvc?rev=1720894&view=rev Log: [DOXIASITETOOLS-127] updated clirr configuration to enable Exception renaming Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-site

svn commit: r1720892 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/ test/java/org/apache/maven/doxia/siterenderer/

2015-12-19 Thread hboutemy
Author: hboutemy Date: Sat Dec 19 10:30:30 2015 New Revision: 1720892 URL: http://svn.apache.org/viewvc?rev=1720892&view=rev Log: [DOXIASITETOOLS-127] renamed Renderer (with RendererException) interface to SiteRenderer Added: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/ja

maven-archetype git commit: Rename the post-create script to archetype-post-generate and remove the property in CreateArchetypeFromProjectMojo.

2015-12-19 Thread ptahchiev
Repository: maven-archetype Updated Branches: refs/heads/ARCHETYPE-494 d60b87650 -> 2c73f84b4 Rename the post-create script to archetype-post-generate and remove the property in CreateArchetypeFromProjectMojo. Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo Commit: http: