Author: brianf Date: Mon Dec 17 07:23:04 2007 New Revision: 604894 URL: http://svn.apache.org/viewvc?rev=604894&view=rev Log: small site update
Modified: maven/enforcer/trunk/enforcer-api/src/site/apt/writing-a-custom-rule.apt Modified: maven/enforcer/trunk/enforcer-api/src/site/apt/writing-a-custom-rule.apt URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/src/site/apt/writing-a-custom-rule.apt?rev=604894&r1=604893&r2=604894&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-api/src/site/apt/writing-a-custom-rule.apt (original) +++ maven/enforcer/trunk/enforcer-api/src/site/apt/writing-a-custom-rule.apt Mon Dec 17 07:23:04 2007 @@ -28,7 +28,7 @@ Custom rules are easy to make with the <<<maven-enforcer-rule-api>>>. These rules can then be invoked with the {{{http://maven.apache.org/plugins/maven-enforcer-plugin}maven-enforcer-plugin}}. - Note: The files shown below may be downloaded here: {{{custom-rule.zip}custom-rule.zip}} + Note: The files shown below may be downloaded here: {{{/custom-rule.zip}custom-rule.zip}} [[1]] First make a new jar project starting with the sample pom below: @@ -248,7 +248,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <dependencies> <dependency> <groupId>custom-rule</groupId>