Author: apadilla
Date: Fri Jan 14 03:13:26 2011
New Revision: 1058846
URL: http://svn.apache.org/viewvc?rev=1058846&view=rev
Log:
* added the docs for ensuring that all source code has licenses
Modified:
incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
Modified: incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
URL:
http://svn.apache.org/viewvc/incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt?rev=1058846&r1=1058845&r2=1058846&view=diff
==============================================================================
--- incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt
(original)
+++ incubator/npanday/trunk/site/src/site/apt/developers/releasing.apt Fri Jan
14 03:13:26 2011
@@ -20,12 +20,20 @@
Pre-release checklist
- * Make sure that the copyright and licenses are on all source code
-
* Check the build is successful for both NPanday and NPanday-ITs
* Ensure all issues in the tracker for that version have been resolved, or
are moved to a later version
+ * Make sure that the copyright and licenses are on all source code
+
+ To do this, run the following command:
+
+----
+mvn clean install -Ppre-release
+----
+
+ Ensure that the build is successful before proceeding to the release proper.
+
<Note: (This is needed for the signature of the artifacts to be deployed)>
* The release manager should generate a sign key and register the key at
http://pgp.mit.edu/
@@ -49,7 +57,7 @@ Creating a Release Candidate
Send a proposal in the discussion forum regarding the release and the issues
that would be fix in the said release.
- The release will be done in through the command line.
+ The release will be done using the command line.
* Steps in releasing NPanday: