svn commit: r1721076 - in /maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats: pom.xml src/site/apt/index.apt src/site/apt/velocity-context.apt.vm

2015-12-20 Thread hboutemy
Author: hboutemy Date: Mon Dec 21 00:19:54 2015 New Revision: 1721076 URL: http://svn.apache.org/viewvc?rev=1721076=rev Log: added Velocity context demo Added: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/src/site/apt/velocity-context.apt.vm (with props) Modified:

maven git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven Updated Branches: refs/heads/master cc006b544 -> 029af3a39 [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated to use a 'LifecycleMappingNotFoundException' instead of returning 'null'. o Updated to also inject lifecycle plugins for

[1/2] maven-integration-testing git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/master 8db2b86be -> 0fdf7c282 [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated to remove non-existent plugin versions from the test pom. Project:

[2/2] maven-integration-testing git commit: [MNG-5581] Provide a way to customize lifecycle mapping logic

2015-12-20 Thread schulte
[MNG-5581] Provide a way to customize lifecycle mapping logic o Updated to make test work with Maven >= 3.4. Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/0fdf7c28 Tree:

svn commit: r1721071 - in /maven/plugins/trunk/maven-site-plugin/src/it: doxia-formats/ doxia-formats/src/site/apt/ doxia-formats/src/site/fml/ doxia-formats/src/site/markdown/ doxia-formats/src/site/

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 21:51:29 2015 New Revision: 1721071 URL: http://svn.apache.org/viewvc?rev=1721071=rev Log: test every default Doxia format, with macros demo when available Added: maven/plugins/trunk/maven-site-plugin/src/it/doxia-formats/ - copied from r1720900,

svn commit: r1721021 - /maven/shared/tags/maven-shared-io-3.0.0/

2015-12-20 Thread khmarbaise
Author: khmarbaise Date: Sun Dec 20 12:42:30 2015 New Revision: 1721021 URL: http://svn.apache.org/viewvc?rev=1721021=rev Log: [maven-release-plugin] copy for tag maven-shared-io-3.0.0 Added: maven/shared/tags/maven-shared-io-3.0.0/ - copied from r1721020,

svn commit: r1721022 - /maven/shared/trunk/maven-shared-io/pom.xml

2015-12-20 Thread khmarbaise
Author: khmarbaise Date: Sun Dec 20 12:42:33 2015 New Revision: 1721022 URL: http://svn.apache.org/viewvc?rev=1721022=rev Log: [maven-release-plugin] prepare for next development iteration Modified: maven/shared/trunk/maven-shared-io/pom.xml Modified:

svn commit: r1721020 - /maven/shared/trunk/maven-shared-io/pom.xml

2015-12-20 Thread khmarbaise
Author: khmarbaise Date: Sun Dec 20 12:42:17 2015 New Revision: 1721020 URL: http://svn.apache.org/viewvc?rev=1721020=rev Log: [maven-release-plugin] prepare release maven-shared-io-3.0.0 Modified: maven/shared/trunk/maven-shared-io/pom.xml Modified:

svn commit: r976007 [2/4] - in /websites/production/maven/components/shared-archives/maven-shared-io-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/io/download/ apidocs/org/apache/maven/shared/io

2015-12-20 Thread khmarbaise
Modified: websites/production/maven/components/shared-archives/maven-shared-io-LATEST/apidocs/org/apache/maven/shared/io/logging/class-use/MessageLevels.html == ---

svn commit: r976007 [4/4] - in /websites/production/maven/components/shared-archives/maven-shared-io-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/io/download/ apidocs/org/apache/maven/shared/io

2015-12-20 Thread khmarbaise
Modified: websites/production/maven/components/shared-archives/maven-shared-io-LATEST/testapidocs/overview-frame.html == ---

svn commit: r1721018 - /maven/shared/trunk/maven-shared-io/src/main/java/org/apache/maven/shared/io/location/LocatorStrategy.java

2015-12-20 Thread khmarbaise
Author: khmarbaise Date: Sun Dec 20 11:49:33 2015 New Revision: 1721018 URL: http://svn.apache.org/viewvc?rev=1721018=rev Log: Fixed typo. Modified: maven/shared/trunk/maven-shared-io/src/main/java/org/apache/maven/shared/io/location/LocatorStrategy.java Modified:

maven git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven Updated Branches: refs/heads/master ab7b5ab47 -> e84405162 [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated to add lifecycle plugins only if a phase of the lifecycle is requested to be executed. Project:

maven-integration-testing git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/master ed5ffbe5a -> ee6c80a2b [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated to add integration test. Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo

svn commit: r1721026 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 13:34:19 2015 New Revision: 1721026 URL: http://svn.apache.org/viewvc?rev=1721026=rev Log: in case of validation of a source file with Velocity processing, do not validate in Velocity processing try/catch: in case of failure, Velocity failure would not be

svn commit: r1721030 - /maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 14:25:19 2015 New Revision: 1721030 URL: http://svn.apache.org/viewvc?rev=1721030=rev Log: formatting Modified: maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java Modified:

svn commit: r1721029 - /maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 14:24:17 2015 New Revision: 1721029 URL: http://svn.apache.org/viewvc?rev=1721029=rev Log: Added XMlValidator unit test Added: maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/util/XmlValidatorTest.java (with props) Added:

svn commit: r1721044 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/DefaultSiteRenderer.java

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 17:16:58 2015 New Revision: 1721044 URL: http://svn.apache.org/viewvc?rev=1721044=rev Log: [DOXIASITETOOLS-132] do not override existing content with template when copyResources() Modified:

svn commit: r1721046 - in /maven/plugins/trunk/maven-site-plugin/src/it/resources: src/site/resources/css/ src/site/resources/css/maven-base.css verify.groovy

2015-12-20 Thread hboutemy
Author: hboutemy Date: Sun Dec 20 17:19:52 2015 New Revision: 1721046 URL: http://svn.apache.org/viewvc?rev=1721046=rev Log: [MSITE-702] avoid overriding skin resources / duplicate copying of skin resources Added:

maven git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven Updated Branches: refs/heads/master e84405162 -> cc006b544 [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated to restore reporting of unsupported packagings. Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

maven-integration-testing git commit: [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression)

2015-12-20 Thread schulte
Repository: maven-integration-testing Updated Branches: refs/heads/master ee6c80a2b -> 8db2b86be [MNG-5359] Declared execution in PluginMgmt gets bound to lifecycle (regression) o Updated range of Maven versions the test should run with. Project: