Return-Path: X-Original-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D9BAD6C73 for ; Mon, 30 May 2011 10:20:35 +0000 (UTC) Received: (qmail 17705 invoked by uid 500); 30 May 2011 10:20:35 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 17689 invoked by uid 500); 30 May 2011 10:20:35 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 17681 invoked by uid 99); 30 May 2011 10:20:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 10:20:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 30 May 2011 10:20:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8417C238890D; Mon, 30 May 2011 10:20:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1129113 - in /incubator/isis/trunk: pom.xml src/docbkx/guide/isis-contributors-guide.xml Date: Mon, 30 May 2011 10:20:14 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110530102014.8417C238890D@eris.apache.org> Author: danhaywood Date: Mon May 30 10:20:14 2011 New Revision: 1129113 URL: http://svn.apache.org/viewvc?rev=1129113&view=rev Log: for some reason deploy plugin was configured to skip in parent pom - removed; updating contributors guide Modified: incubator/isis/trunk/pom.xml incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml Modified: incubator/isis/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1129113&r1=1129112&r2=1129113&view=diff ============================================================================== --- incubator/isis/trunk/pom.xml (original) +++ incubator/isis/trunk/pom.xml Mon May 30 10:20:14 2011 @@ -852,7 +852,7 @@ org.apache.maven.plugins maven-deploy-plugin - true + false Modified: incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml?rev=1129113&r1=1129112&r2=1129113&view=diff ============================================================================== --- incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml (original) +++ incubator/isis/trunk/src/docbkx/guide/isis-contributors-guide.xml Mon May 30 10:20:14 2011 @@ -3562,7 +3562,7 @@ public class FooBar { <archetype-catalog> <archetypes> <archetype> - <groupId>org.apache.isis.support</groupId> + <groupId>org.apache.isis</groupId> <artifactId>quickstart-archetype</artifactId> <version>x.x.x-incubating-SNAPSHOT</version> <repository>http://repository.apache.org/content/groups/snapshots-group/</repository> @@ -4172,8 +4172,8 @@ svn switch https://svn.apache.org/repos/ Therefore, open up the src/main/resources/archetype-resources/pom.xml - in the [oai.support:quickstart-archetype] module, - and update the <isis.version> property: + in the [oai:quickstart-archetype] module, and + update the <isis.version> property: <properties> <isis.version>0.x.x[-RCn]-incubating-SNAPSHOT</isis.version> @@ -4265,7 +4265,7 @@ What is the release version for "Apache Then, run the prepare step (skipping tests will reduce the elapsed time): - mvn release:prepare -P apache-release,integration-tests -D skipTests=true + mvn release:prepare -P apache-release,integration-tests -D resume=false -D skipTests=true The -P integration-tests flag is required in @@ -4273,6 +4273,14 @@ What is the release version for "Apache [oai.runtimes.dflt.objectstores:sql-tests-served]. + + The -D resume=false flag is required because + (at least once) the plugin seemed to consider the prepare goal to + already have been performed even though only a dryRun + was performed. It's possible that the -P integration-tests profile + caused this. + + Enter: @@ -4371,7 +4379,7 @@ svn: No such revision 1126567 @@ -4455,7 +4463,7 @@ svn: No such revision 1126567The command to stage the release is: - mvn release:perform -Papache-release + mvn release:perform -P apache-release The command starts off by checking out the codebase from the tag: