svn commit: r1572528 - /maven/doxia/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/parser/AbstractParserTest.java

2014-02-27 Thread stephenc
Author: stephenc Date: Thu Feb 27 12:11:28 2014 New Revision: 1572528 URL: http://svn.apache.org/r1572528 Log: When you get a test failure it is very difficult to determine exactly which of the multiple events was the one with the mismatch, so compare a string version and then IDE's can give

svn commit: r1572532 - /maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/main/java/org/apache/maven/doxia/module/xhtml/XhtmlParser.java

2014-02-27 Thread stephenc
Author: stephenc Date: Thu Feb 27 12:21:40 2014 New Revision: 1572532 URL: http://svn.apache.org/r1572532 Log: It makes no sense to explicitly call the super. method as this prevents subclasses from customizing the behaviour Modified:

svn commit: r1572533 - in /maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/src: main/java/org/apache/maven/doxia/module/markdown/ test/java/org/apache/maven/doxia/module/markdown/ test/res

2014-02-27 Thread stephenc
Author: stephenc Date: Thu Feb 27 12:23:32 2014 New Revision: 1572533 URL: http://svn.apache.org/r1572533 Log: [DOXIA-515] div elements in markdown html block content are silently swallowed Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-markdown/src/test/resources/html-content.md

svn commit: r1572667 - in /maven/plugins/trunk/maven-checkstyle-plugin/src: it/inlinerules/ it/inlinerules/module/ it/inlinerules/module/src/ it/inlinerules/module/src/main/ it/inlinerules/module/src/

2014-02-27 Thread struberg
Author: struberg Date: Thu Feb 27 17:57:09 2014 New Revision: 1572667 URL: http://svn.apache.org/r1572667 Log: MCHECKSTYLE-211 add feature to enable 'inline configuration' Enable a way to configure the checkstyle rules directly in the pom. This is an easy way to get rid of needing an own

svn commit: r1572678 - in /maven/plugins/trunk/maven-checkstyle-plugin/src/site: apt/examples/inline-checker-config.apt.vm apt/index.apt.vm site.xml

2014-02-27 Thread struberg
Author: struberg Date: Thu Feb 27 18:51:14 2014 New Revision: 1572678 URL: http://svn.apache.org/r1572678 Log: MCHECKSTYLE-211 add documentation for 'inline' checkstyle rules Added: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/examples/inline-checker-config.apt.vm -

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

2014-02-27 Thread struberg
Author: struberg Date: Thu Feb 27 19:30:32 2014 New Revision: 1572714 URL: http://svn.apache.org/r1572714 Log: MCHECKSTYLE-211 fix code style and add JavaDoc Modified: