Return-Path: X-Original-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-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 78EF3F0B7 for ; Mon, 22 Apr 2013 21:55:20 +0000 (UTC) Received: (qmail 3985 invoked by uid 500); 22 Apr 2013 21:55:20 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 3968 invoked by uid 500); 22 Apr 2013 21:55:20 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 3961 invoked by uid 99); 22 Apr 2013 21:55:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2013 21:55:20 +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, 22 Apr 2013 21:55:18 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 65ED623888E4; Mon, 22 Apr 2013 21:54:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1470730 - in /incubator/jspwiki/branches/MVN3_BRANCH: jspwiki-it-tests/jspwiki-it-vanilla/pom.xml jspwiki-it-tests/jspwiki-selenium-tests/pom.xml jspwiki-it-tests/pom.xml jspwiki-war/pom.xml mvn_cheat-sheet.txt pom.xml Date: Mon, 22 Apr 2013 21:54:58 -0000 To: jspwiki-commits@incubator.apache.org From: juanpablo@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130422215458.65ED623888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: juanpablo Date: Mon Apr 22 21:54:57 2013 New Revision: 1470730 URL: http://svn.apache.org/r1470730 Log: groupId moved to org.apache.jspwiki, in order to keep the statistics at analysis.a.o when we make the switch from Ant to Maven JSPWIKI-771: release profile to attach source, javadocs and sign generated artifacts Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-war/pom.xml incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt incubator/jspwiki/branches/MVN3_BRANCH/pom.xml Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-it-vanilla/pom.xml Mon Apr 22 21:54:57 2013 @@ -22,7 +22,7 @@ xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.apache.incubator.jspwiki.it + org.apache.jspwiki.it jspwiki-it-builder 2.9.1-SNAPSHOT @@ -86,7 +86,7 @@ - org.apache.incubator.jspwiki + org.apache.jspwiki jspwiki-war ${project.version} war Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/pom.xml Mon Apr 22 21:54:57 2013 @@ -22,7 +22,7 @@ xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.apache.incubator.jspwiki + org.apache.jspwiki jspwiki-builder 2.9.1-SNAPSHOT ../../pom.xml Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/pom.xml Mon Apr 22 21:54:57 2013 @@ -22,7 +22,7 @@ xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.apache.incubator.jspwiki + org.apache.jspwiki jspwiki-builder 2.9.1-SNAPSHOT Modified: incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-war/pom.xml URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-war/pom.xml?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-war/pom.xml (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-war/pom.xml Mon Apr 22 21:54:57 2013 @@ -22,7 +22,7 @@ xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.apache.incubator.jspwiki + org.apache.jspwiki jspwiki-builder 2.9.1-SNAPSHOT Modified: incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/mvn_cheat-sheet.txt Mon Apr 22 21:54:57 2013 @@ -5,17 +5,19 @@ mvn idea:idea : generates IDEA Int Build specific ************** -mvn clean install : performs a build -mvn clean install -Dmaven.skip.test : performs a build, skipping the tests (not recommended) -mvn clean test : compiles the source and executes the tests -mvn tomcat7:run : (from a war module) starts JSPWiki on a - Tomcat7 instance at http://localhost:8080/JSPWiki +mvn clean install : performs a build +mvn clean install -Dmaven.skip.test : performs a build, skipping the tests (not recommended) +mvn clean test : compiles the source and executes the tests +mvn tomcat7:run : (from a war module) starts JSPWiki on a + Tomcat7 instance at http://localhost:8080/JSPWiki +mvn clean deploy -Prelease -Dgpg.passphrase= : deploys generated artifact to a repository + If -Dgpg.passphrase is not given, it'll be asked Selenium execution: go to jspwiki-it-tests module and execute mvn clean test Reports specific **************** -mvn javadoc:javadoc : creates javadocs; if graphviz binaries (www.graphviz.org) - are found on $PATH, the javadocs will display some UML - class/package level diagrams -mvn apache-rat : creates a RAT report \ No newline at end of file +mvn javadoc:javadoc : creates javadocs; if graphviz binaries (www.graphviz.org) + are found on $PATH, the javadocs will display some UML + class/package level diagrams +mvn apache-rat:check : creates a RAT report \ No newline at end of file Modified: incubator/jspwiki/branches/MVN3_BRANCH/pom.xml URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/pom.xml?rev=1470730&r1=1470729&r2=1470730&view=diff ============================================================================== --- incubator/jspwiki/branches/MVN3_BRANCH/pom.xml (original) +++ incubator/jspwiki/branches/MVN3_BRANCH/pom.xml Mon Apr 22 21:54:57 2013 @@ -21,10 +21,10 @@ xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - org.apache.incubator.jspwiki + org.apache.jspwiki jspwiki-builder 4.0.0 - Apache JSPWiki (incubating) + Apache JSPWiki (Incubating) 2.9.1-SNAPSHOT pom Incubating Apache JSPWiki is a leading open source WikiWiki engine, feature-rich @@ -156,7 +156,6 @@ org.seleniumhq.selenium selenium-chrome-driver - selenium-firefox-driver 2.32.0 @@ -332,6 +331,11 @@ + + + maven-gpg-plugin + 1.4 + maven-jar-plugin @@ -371,7 +375,7 @@ org.jboss.apiviz apiviz - 1.3.1.GA + 1.3.2.GA ${project.build.sourceEncoding} @@ -543,6 +547,52 @@ + + + release + + + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + The Apache Software Foundation http://www.apache.org/