Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 26791 invoked from network); 11 Sep 2008 23:56:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2008 23:56:06 -0000 Received: (qmail 66363 invoked by uid 500); 11 Sep 2008 23:56:02 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 66305 invoked by uid 500); 11 Sep 2008 23:56:02 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 66296 invoked by uid 99); 11 Sep 2008 23:56:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 16:56:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Sep 2008 23:55:04 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7EC9E2388A32; Thu, 11 Sep 2008 16:55:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r694549 - in /maven/enforcer/trunk: ./ enforcer-api/ enforcer-api/src/site/ enforcer-api/src/site/apt/ enforcer-rules/ enforcer-rules/src/site/ maven-enforcer-plugin/ maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/ ma... Date: Thu, 11 Sep 2008 23:55:35 -0000 To: commits@maven.apache.org From: brianf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080911235536.7EC9E2388A32@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brianf Date: Thu Sep 11 16:55:34 2008 New Revision: 694549 URL: http://svn.apache.org/viewvc?rev=694549&view=rev Log: rollback release, fix the poms and site urls Modified: maven/enforcer/trunk/enforcer-api/pom.xml maven/enforcer/trunk/enforcer-api/src/site/apt/index.apt maven/enforcer/trunk/enforcer-api/src/site/site.xml maven/enforcer/trunk/enforcer-rules/pom.xml maven/enforcer/trunk/enforcer-rules/src/site/site.xml maven/enforcer/trunk/maven-enforcer-plugin/pom.xml maven/enforcer/trunk/maven-enforcer-plugin/src/main/java/org/apache/maven/plugins/enforcer/EnforceOnceMojo.java maven/enforcer/trunk/maven-enforcer-plugin/src/site/site.xml maven/enforcer/trunk/pom.xml Modified: maven/enforcer/trunk/enforcer-api/pom.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/pom.xml?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-api/pom.xml (original) +++ maven/enforcer/trunk/enforcer-api/pom.xml Thu Sep 11 16:55:34 2008 @@ -23,11 +23,11 @@ org.apache.maven.enforcer enforcer - 2-SNAPSHOT + 1-SNAPSHOT enforcer-api jar - 1.0-alpha-5-SNAPSHOT + 1.0-alpha-4-SNAPSHOT Enforcer API This component provides the generic interfaces needed to implement custom rules for the maven-enforcer-plugin. Modified: maven/enforcer/trunk/enforcer-api/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/src/site/apt/index.apt?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-api/src/site/apt/index.apt (original) +++ maven/enforcer/trunk/enforcer-api/src/site/apt/index.apt Thu Sep 11 16:55:34 2008 @@ -26,7 +26,7 @@ Maven Enforcer Rule API - Extending The Loving Iron Fist of Maven\x99 Custom rules are easy to make with the <<>>. These rules can then be invoked with the - {{{http://maven.apache.org/plugins/maven-enforcer-plugin/}maven-enforcer-plugin}}. + {{{../../plugins/maven-enforcer-plugin/}maven-enforcer-plugin}}. See {{{./writing-a-custom-rule.html}here}} for instructions on how to make your own rule. \ No newline at end of file Modified: maven/enforcer/trunk/enforcer-api/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/src/site/site.xml?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-api/src/site/site.xml (original) +++ maven/enforcer/trunk/enforcer-api/src/site/site.xml Thu Sep 11 16:55:34 2008 @@ -24,7 +24,7 @@ - + \ No newline at end of file Modified: maven/enforcer/trunk/enforcer-rules/pom.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/pom.xml?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-rules/pom.xml (original) +++ maven/enforcer/trunk/enforcer-rules/pom.xml Thu Sep 11 16:55:34 2008 @@ -23,11 +23,11 @@ org.apache.maven.enforcer enforcer - 2-SNAPSHOT + 1-SNAPSHOT enforcer-rules jar - 1.0-alpha-5-SNAPSHOT + 1.0-alpha-4-SNAPSHOT Enforcer Rules This component contains the standard Enforcer Rules Modified: maven/enforcer/trunk/enforcer-rules/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-rules/src/site/site.xml?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/enforcer-rules/src/site/site.xml (original) +++ maven/enforcer/trunk/enforcer-rules/src/site/site.xml Thu Sep 11 16:55:34 2008 @@ -21,11 +21,11 @@ - - + + - + Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=694549&r1=694548&r2=694549&view=diff ============================================================================== --- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original) +++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Thu Sep 11 16:55:34 2008 @@ -23,14 +23,14 @@ org.apache.maven.enforcer enforcer - 2-SNAPSHOT + 1-SNAPSHOT org.apache.maven.plugins maven-enforcer-plugin maven-plugin Maven Enforcer Plugin The Loving Iron Fist of Maven - 1.0-alpha-5-SNAPSHOT + 1.0-alpha-4-SNAPSHOT http://maven.apache.org/plugins/maven-enforcer-plugin/ JIRA @@ -61,7 +61,7 @@ apache.website - scp://people.apache.org/www/maven.apache.org/plugins/maven-enforcer-plugin + ${site.deploy.url}/plugins/maven-enforcer-plugin @@ -69,7 +69,6 @@ org.codehaus.mojo cobertura-maven-plugin - 2.0 clean @@ -87,6 +86,18 @@ + + org.apache.maven.plugins + maven-plugin-plugin + + + generated-helpmojo + + helpmojo + + + +