Author: dennisl Date: Mon Jan 18 17:03:02 2010 New Revision: 900460 URL: http://svn.apache.org/viewvc?rev=900460&view=rev Log: o Minor tweaks to the site.
Modified: maven/plugins/trunk/maven-verifier-plugin/src/main/mdo/verifications.mdo maven/plugins/trunk/maven-verifier-plugin/src/site/apt/index.apt maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml Modified: maven/plugins/trunk/maven-verifier-plugin/src/main/mdo/verifications.mdo URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/main/mdo/verifications.mdo?rev=900460&r1=900459&r2=900460&view=diff ============================================================================== --- maven/plugins/trunk/maven-verifier-plugin/src/main/mdo/verifications.mdo (original) +++ maven/plugins/trunk/maven-verifier-plugin/src/main/mdo/verifications.mdo Mon Jan 18 17:03:02 2010 @@ -21,10 +21,10 @@ <id>verifications</id> <name>Verifications</name> <description><![CDATA[ - Project-specific configuration file for the Verifier plugin. It contains + Project-specific configuration file for the Verifier Plugin. It contains definitions of the files and directories to be checked after an - integration test has run. It can also check for file content against - regexps.]]></description> + integration test has run. It can also check for file content against + regular expressions.]]></description> <defaults> <default> <key>package</key> @@ -64,7 +64,7 @@ <field> <name>contains</name> <version>1.0.0</version> - <description><![CDATA[Check the content against this regexp.]]></description> + <description><![CDATA[Check the content against this regular expression.]]></description> <required>false</required> <type>String</type> </field> Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/apt/index.apt?rev=900460&r1=900459&r2=900460&view=diff ============================================================================== --- maven/plugins/trunk/maven-verifier-plugin/src/site/apt/index.apt (original) +++ maven/plugins/trunk/maven-verifier-plugin/src/site/apt/index.apt Mon Jan 18 17:03:02 2010 @@ -3,7 +3,7 @@ ------ Denis Cabasson ------ - 20 july 2006 + 2010-01-18 ------ ~~ Licensed to the Apache Software Foundation (ASF) under one @@ -32,7 +32,7 @@ * Goals Overview - * {{{./verify-mojo.html}verifier:verify}} Verifies the existence or non-existence of files/directories and optionally checks file content against a regexp. + * {{{./verify-mojo.html}verifier:verify}} Verifies the existence or non-existence of files/directories and optionally checks file content against a regular expression. * Usage Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm?rev=900460&r1=900459&r2=900460&view=diff ============================================================================== --- maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm (original) +++ maven/plugins/trunk/maven-verifier-plugin/src/site/apt/usage.apt.vm Mon Jan 18 17:03:02 2010 @@ -3,12 +3,12 @@ ------ Denis Cabasson ------ - 20 july 2006 + 2010-01-18 ------ Usage - To verify file system resources during your build, add the Verifier plugin in + To verify file system resources during your build, add the Verifier Plugin in your <<<pom.xml>>> under the <<<build>>> section. You will also need to create a {{{verifications.html}<<<verifications.xml>>>}} file that contains the verification rules. Add the path to that file to the @@ -41,8 +41,8 @@ [...] +--------- - The Verifier plugin will fail your build if the verification rules found in - the <<<verificationFile>>> fails. If you do not want the Verifier plugin to + The Verifier Plugin will fail your build if the verification rules found in + the <<<verificationFile>>> fails. If you do not want the Verifier Plugin to fail your build you can set the configuration element <<<\<failOnError\>>>> to <<<false>>>. Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml?rev=900460&r1=900459&r2=900460&view=diff ============================================================================== --- maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml Mon Jan 18 17:03:02 2010 @@ -21,8 +21,7 @@ <project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" - name="Maven Verifier plugin"> + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"> <body> <menu name="Overview"> <item name="Introduction" href="index.html"/>