Author: gk
Date: Fri Jan 25 08:34:28 2019
New Revision: 1852100
URL: http://svn.apache.org/viewvc?rev=1852100&view=rev
Log:
- more in-detail hints in README*
Modified:
turbine/fulcrum/trunk/README.txt
turbine/fulcrum/trunk/README_MORE_WEBSITE_MULTI_MODULES
Modified: turbine/fulcrum/trunk/README.txt
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/README.txt?rev=1852100&r1=1852099&r2=1852100&view=diff
==============================================================================
--- turbine/fulcrum/trunk/README.txt (original)
+++ turbine/fulcrum/trunk/README.txt Fri Jan 25 08:34:28 2019
@@ -105,6 +105,7 @@ Steps
// http://www.apache.org/dev/publishing-maven-artifacts.html#drop
// After Drop "reverse merge the release prepare (i.e. mvn release:rollback
if possible),
// manually delete tag in svn repo (svn delete ..) and drop staged
repository in nexus and start again with step 1.
+ // refer to the failed vote Message-ID in the commit messages (svn, nexus).
8) Stage the latest documentation
//
http://maven.apache.org/developers/website/deploy-component-reference-documentation.html
Modified: turbine/fulcrum/trunk/README_MORE_WEBSITE_MULTI_MODULES
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/README_MORE_WEBSITE_MULTI_MODULES?rev=1852100&r1=1852099&r2=1852100&view=diff
==============================================================================
--- turbine/fulcrum/trunk/README_MORE_WEBSITE_MULTI_MODULES (original)
+++ turbine/fulcrum/trunk/README_MORE_WEBSITE_MULTI_MODULES Fri Jan 25 08:34:28
2019
@@ -10,9 +10,11 @@ into .html files using Maven.
Using scm-publish Plugin, cft. http://commons.apache.org/site-publish.html for
publishing and turbine-parent plugin check the following list items:
-* Verify turbine.site.path is matching pubScmUrl property of goal
scm-publish:publish-scm (e.g. by investigating the result of mvn
help:effective-pom)
+* Read README, 8) Stage the latest documentation
-* Verify turbine.scmPubCheckoutDirectory is matching property
checkoutDirectory of goal scm-publish:publish-scm.
+* Exercise: Run mvn help:effective-pom, save the result in a file and check by
investigating it, that
+ - turbine.site.path is matching pubScmUrl property of goal
scm-publish:publish-scm . Actually the variable turbine.scmPubUrl is using
${turbine.site.path} in turbine parent pom.
+ - turbine.scmPubCheckoutDirectory is matching property checkoutDirectory of
goal scm-publish:publish-scm.
* Once you have the site checked out locally, as it is multi-module project
(with submodules) execute first
@@ -34,6 +36,6 @@ This will build the documentation into t
This will generate the site into turbine.site.cache folder
(target/turbine-sites by default) and print any changes to STDOUT.
-* To deploy run the same command (adding -Dusername=<username>
-Dpassword=<pw>) remove the argument scmpublish.dryRun or set it to false.
Check if tryUpdate is set to false to get a clean working copy again).
Alternatively, if you have set scmpublish.skipCheckin=true in the previous
step, you have to do a manual commit.
+* To deploy run the same command (check your credentials in
~/.m2/settings.xml), remove the argument scmpublish.dryRun or set it to false.
Check if tryUpdate is set to false to get a clean working copy again).
Alternatively, if you have set scmpublish.skipCheckin=true in the previous
step, you have to do a manual commit.