Author: kwin
Date: Tue Jul 23 07:10:47 2019
New Revision: 1863609
URL: http://svn.apache.org/viewvc?rev=1863609&view=rev
Log:
add some hints on how to provide credentials for publishing the site
Modified:
jackrabbit/site/trunk/README.md
Modified: jackrabbit/site/trunk/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/site/trunk/README.md?rev=1863609&r1=1863608&r2=1863609&view=diff
==============================================================================
--- jackrabbit/site/trunk/README.md (original)
+++ jackrabbit/site/trunk/README.md Tue Jul 23 07:10:47 2019
@@ -45,7 +45,6 @@ review all pending changes in `target/sc
up with `svn commit` manually.
-Note: Every committer should be able to deploy the site. No fiddling with
-credentials needed since deployment is done via svn commit to
-`https://svn.apache.org/repos/asf/jackrabbit/site/live/jcr`.
+Note: Every committer should be able to deploy the site. Deployment is done via svn commit
to
+`https://svn.apache.org/repos/asf/jackrabbit/site/live/jcr`. It may be necessary though to
provide the credentials explicitly via `-Dpassword` and `-Dusername` ([maven-scm-publish-plugin:publish-scm](https://maven.apache.org/plugins/maven-scm-publish-plugin/publish-scm-mojo.html)).
|