Author: mbenson
Date: Thu Oct 18 19:51:16 2018
New Revision: 1844281

URL: http://svn.apache.org/viewvc?rev=1844281&view=rev
Log:
CMS commit to bval by mbenson

Modified:
    bval/cms-site/trunk/content/release-process.mdtext

Modified: bval/cms-site/trunk/content/release-process.mdtext
URL: 
http://svn.apache.org/viewvc/bval/cms-site/trunk/content/release-process.mdtext?rev=1844281&r1=1844280&r2=1844281&view=diff
==============================================================================
--- bval/cms-site/trunk/content/release-process.mdtext (original)
+++ bval/cms-site/trunk/content/release-process.mdtext Thu Oct 18 19:51:16 2018
@@ -122,11 +122,6 @@ need to rollback the release after the n
             :::sh
             mvn -Papache-release release:perform 
[-Duser.name=<your_apache_uid>]
 
-     **If your local OS userid doesn't match your Apache userid, then
-you'll have to also override the value provided by the OS to Maven for the
-site-deploy step to work.  This is known to work for Linux, but not for Mac
-and unknown for Windows.**
-
 1. Verify the release artifacts:
     1. Verify the HTML links in staging-site/index.html are correct
     1. Verify the staged artifacts in the nexus repo:
@@ -137,9 +132,10 @@ and unknown for Windows.**
          `sources`, and `tests` jars, as well as `pom`s, ... have `.asc` (GPG 
signature) and `.md5`
          files (see [Repository FAQ][] and [Detached Signatures][]). The 
`source-release.zip` of `bval-parent`
          should likewise have signature and checksum files.
-        1. *Optional:* It's nice at this point to delete the "signature 
checksum" files from the staging repo:
-         `*.asc.sha1` `*.asc.md5`. If you choose to do so, proceed carefully 
as you don't want to delete
-         the wrong ones.
+    1. Upload the source artifacts to the dev dist area at
+         `https://dist.apache.org/repos/dist/dev/bval/source`.
+    1. Check out the newly created tag and build the site using `mvn 
post-site`.
+    1. Commit the contents of `target/staging` to 
https://dist.apache.org/repos/dist/dev/bval/<version-RCn>/site/
     1. Close the nexus staging repo:
         1. 
[https://repository.apache.org/index.html](https://repository.apache.org/index.html)
         1. **Enterprise --> Staging**
@@ -165,12 +161,9 @@ and unknown for Windows.**
             Source release:
             https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1 (r9999)
 
-            Site:
+            Generated site:
             
https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/index.html
 
-            RAT report:
-            
https://dist.apache.org/repos/dist/dev/bval/2.0.0-RC1/site/rat-report.html
-
             PGP release keys:
             http://www.apache.org/dist/bval/KEYS
 


Reply via email to