git commit: Slight addition to MNG-5389 so that the afterSessionEnd method throws a MavenExecutionException like the other methods in the participant

2014-01-24 Thread jvanzyl
Updated Branches: refs/heads/master 8f3eca3d0 - b05dd063f Slight addition to MNG-5389 so that the afterSessionEnd method throws a MavenExecutionException like the other methods in the participant Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit:

svn commit: r1561105 - /maven/enforcer/trunk/enforcer-rules/src/site/apt/dependencyConvergence.apt.vm

2014-01-24 Thread khmarbaise
Author: khmarbaise Date: Fri Jan 24 18:32:33 2014 New Revision: 1561105 URL: http://svn.apache.org/r1561105 Log: [MENFORCER-180] - Changed the rules name first letter to lower case. Modified: maven/enforcer/trunk/enforcer-rules/src/site/apt/dependencyConvergence.apt.vm Modified:

svn commit: r1561108 - /maven/enforcer/trunk/enforcer-rules/src/site/apt/bannedDependencies.apt.vm

2014-01-24 Thread khmarbaise
Author: khmarbaise Date: Fri Jan 24 18:39:34 2014 New Revision: 1561108 URL: http://svn.apache.org/r1561108 Log: [MENFORCER-179] - Added the default of searchTransitive - Added an other plugin configuration example. Modified:

svn commit: r1561187 - /maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/sink/TestAbstractSink.java

2014-01-24 Thread rfscholte
Author: rfscholte Date: Fri Jan 24 21:18:28 2014 New Revision: 1561187 URL: http://svn.apache.org/r1561187 Log: Add tests for AbstractSink.unifyEOLs Added: maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/sink/TestAbstractSink.java Added:

svn commit: r1561202 - /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/sink/SiteRendererSink.java

2014-01-24 Thread hboutemy
Author: hboutemy Date: Fri Jan 24 21:47:46 2014 New Revision: 1561202 URL: http://svn.apache.org/r1561202 Log: avoid text content in header fields Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/sink/SiteRendererSink.java

svn commit: r1561205 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src: main/java/org/apache/maven/doxia/siterenderer/SkinResourceLoader.java test/java/org/apache/maven/doxia/siterendere

2014-01-24 Thread rfscholte
Author: rfscholte Date: Fri Jan 24 21:53:37 2014 New Revision: 1561205 URL: http://svn.apache.org/r1561205 Log: Use strategy of AbstractSink.unifyEOLs to unify EOLs. Small bugfix: also respect MacOS9 EOLs Added: