You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/07 19:36:46 UTC

incubator-streams-master git commit: misc web maintence page changes

Repository: incubator-streams-master
Updated Branches:
  refs/heads/master 0d2d161c4 -> 6747bebe5


misc web maintence page changes


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/commit/6747bebe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/6747bebe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/6747bebe

Branch: refs/heads/master
Commit: 6747bebe590787c9253ca02bdac6308b0a8b1b16
Parents: 0d2d161
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Wed Oct 5 10:38:31 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Oct 5 10:38:31 2016 -0500

----------------------------------------------------------------------
 src/site/markdown/website.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/6747bebe/src/site/markdown/website.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/website.md b/src/site/markdown/website.md
index 4b8c3e5..dfdce73 100644
--- a/src/site/markdown/website.md
+++ b/src/site/markdown/website.md
@@ -74,7 +74,7 @@ The first time a specific site is being published for this version, you must cre
     svn add site/${project.version}/${project.artifactId}
     svn commit -m "svn add site/${project.version}/${project.artifactId}"
 
-If you are published over an existing snapshot, you must first remove the existing version and recreate an empty directory.
+If you are published over an existing snapshot, you may need to first remove the existing version and recreate an empty directory.
 
     rm -rf site/${project.version}/${project.artifactId}
     svn delete site/${project.version}/${project.artifactId}
@@ -83,7 +83,7 @@ If you are published over an existing snapshot, you must first remove the existi
     svn add site/${project.version}/${project.artifactId}
     svn commit -m "svn add site/${project.version}/${project.artifactId}"
 
-The folder must exist and be empty for the publish steps to succeed.
+In general however the scm plugin is smart enough to just add new resources and commit changes.
 
 If you are publishing a release, it's appropriate to delete the site snapshots related to the prior releases.
 
@@ -120,13 +120,15 @@ Then, generate the site that will be published
      
     mvn clean generate-sources package -Dmaven.test.skip.exec=true site:site site:stage
     
-At this point you can open target/staging/index.html and do a sanity check on the site you intend to publish.
+Double-check the logs and determine where exactly the staged site is located on your local drive.
+
+At this point you can open target/staging/index.html (or wherever) and do a basic sanity check on the site you intend to publish.
 
 Finally, publish the site.
 
-    mvn scm-publish:publish-scm -Dscmpublish.pubScmUrl=scm:svn:https://svn.apache.org/repos/asf/incubator/streams/site/trunk/content/site/${project.version}/${project.artifactId}
+    mvn scm-publish:publish-scm
 
-You may need to provide -Dscmpublish.content= depending where the staging site directory winds up under target/
+You may need to provide -Dscmpublish.content=<> depending exactly where the staging site directory winds up.
 
 Note the revision number checked in at the bottom of the maven logs.