Revision: 851 http://jwebunit.svn.sourceforge.net/jwebunit/?rev=851&view=rev Author: henryju Date: 2010-10-05 14:40:30 +0000 (Tue, 05 Oct 2010)
Log Message: ----------- Updated change report (deprecated plugin property and added XSD + validation). Modified Paths: -------------- trunk/pom.xml trunk/src/changes/changes.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-10-05 14:29:31 UTC (rev 850) +++ trunk/pom.xml 2010-10-05 14:40:30 UTC (rev 851) @@ -317,6 +317,23 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.3</version> + <executions> + <execution> + <id>validate-changes</id> + <phase>pre-site</phase> + <goals> + <goal>changes-validate</goal> + </goals> + <configuration> + <failOnError>true</failOnError> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> <properties> @@ -494,8 +511,9 @@ </reportSet> </reportSets> <configuration> - <issueLinkTemplate> - http://sourceforge.net/support/tracker.php?aid=%ISSUE% </issueLinkTemplate> + <issueLinkTemplatePerSystem> + <sourceforge>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</sourceforge> + </issueLinkTemplatePerSystem> </configuration> </plugin> <plugin> Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2010-10-05 14:29:31 UTC (rev 850) +++ trunk/src/changes/changes.xml 2010-10-05 14:40:30 UTC (rev 851) @@ -20,7 +20,10 @@ --> -<document> +<document xmlns="http://maven.apache.org/changes/1.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd"> + <properties> <title>JWebUnit changes</title> <author email="henryju at users.sourceforge.net"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on the web. Be a part of the beta today. http://p.sf.net/sfu/beautyoftheweb _______________________________________________ JWebUnit-development mailing list JWebUnit-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jwebunit-development