You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/08/21 08:38:50 UTC

svn commit: r687582 - /geronimo/sandbox/genesis-test/test-project/trunk/README.txt

Author: jdillon
Date: Wed Aug 20 23:38:50 2008
New Revision: 687582

URL: http://svn.apache.org/viewvc?rev=687582&view=rev
Log: (empty)

Added:
    geronimo/sandbox/genesis-test/test-project/trunk/README.txt   (with props)

Added: geronimo/sandbox/genesis-test/test-project/trunk/README.txt
URL: http://svn.apache.org/viewvc/geronimo/sandbox/genesis-test/test-project/trunk/README.txt?rev=687582&view=auto
==============================================================================
--- geronimo/sandbox/genesis-test/test-project/trunk/README.txt (added)
+++ geronimo/sandbox/genesis-test/test-project/trunk/README.txt Wed Aug 20 23:38:50 2008
@@ -0,0 +1,61 @@
+$Id$
+
+Building
+========
+
+Simply run Maven ;-)
+
+    mvn install
+
+
+Integration Testing
+===================
+
+To invoke integration tests using the SHITTY plugin you need to:
+
+    mvn -Dit
+
+
+Site Generation
+===============
+
+You need to perform a full build first, before site generation will function correctly:
+
+    mvn install site
+
+To generate the full site locally for review:
+
+    mvn install site-deploy -DstageDistributionUrl=file:`pwd`/dist
+
+NOTE: Looks like something is whacky somewhere, and you will *need* to
+      run the site goals with the install goal for the gmaven-examples
+      site to generate correctly.
+
+Release Muck
+============
+
+NOTE: This does not really work ATM, not sure why... but release:prepare barfs
+      while tagging, so have to finish up the rest of the details by hand.
+      Hopefully for the next release I'll get this sorted out... or write my
+      own damn plugin to deal with this crap.
+
+First sanity check:
+
+    mvn -Drelease release:prepare -DdryRun | tee release-prepare-dry.log
+
+If all looks happy, first clean up:
+
+    mvn release:clean
+    rm *.log
+
+And then:
+
+    mvn -Drelease release:prepare | tee release-prepare.log
+    mvn -Drelease release:perform | tee release-perform.log
+
+NOTE: It appears that release:prepare needs -Dusername=xxx and -Dpassword=xxx to
+      work correctly... :-(
+
+The generated website is not deployed as part of the release process ATM, so
+keep the release tree around and run site build from there.
+

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/genesis-test/test-project/trunk/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain