You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/12/13 21:37:24 UTC

svn commit: r1421504 - /isis/site/trunk/content/contributors/release-process.md

Author: danhaywood
Date: Thu Dec 13 20:37:23 2012
New Revision: 1421504

URL: http://svn.apache.org/viewvc?rev=1421504&view=rev
Log:
isis site : refining release process docs

Modified:
    isis/site/trunk/content/contributors/release-process.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1421504&r1=1421503&r2=1421504&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Thu Dec 13 20:37:23 2012
@@ -257,7 +257,9 @@ rm -rf ~/.m2/repository/org/apache/isis
 
 Next, check that `core` builds independently, using the `-o` offline flag:
 
-  `mvn clean install -o`
+<pre>
+mvn clean install -o
+</pre>
 
 Confirm that the versions of the Isis artifacts now cached in your local repository are correct.
 
@@ -275,7 +277,9 @@ is correct and *IS NOT A SNAPSHOT*.  Che
 
 Next, build the component, though without the offline flag. Maven should pull down the component's dependencies from the Maven central repo, including the non-spshot of Isis core:
 
-  `mvn clean install`
+<pre>
+mvn clean install
+</pre>
 
 Confirm that the versions of the Isis artifacts now cached in your local repository are correct (both those pulled down from Maven central repo, as well as those of the component built locally).