You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Olaf Flebbe (JIRA)" <ji...@apache.org> on 2015/02/09 21:00:35 UTC

[jira] [Comment Edited] (BIGTOP-1639) Add Olaf Flebbe to dev list

    [ https://issues.apache.org/jira/browse/BIGTOP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14312755#comment-14312755 ] 

Olaf Flebbe edited comment on BIGTOP-1639 at 2/9/15 7:59 PM:
-------------------------------------------------------------

This finally fixed it for me:

http://stackoverflow.com/questions/3618330/what-is-the-format-of-svn-settings-xml-for-use-with-maven-scm-plugin

{code}
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/staging/bigtop/trunk/content</url>
+      <url>scm:svn:https://oflebbe@svn.apache.org/repos/infra/websites/staging/bigtop/trunk/content</url>
     </site>
   </distributionManagement>
{code}

with
{code}
mvn -Dpassword=xxxxxx site-deploy
{code}



was (Author: oflebbe):
This finally fixed it:

http://stackoverflow.com/questions/3618330/what-is-the-format-of-svn-settings-xml-for-use-with-maven-scm-plugin

{code}
--- a/pom.xml
+++ b/pom.xml
@@ -492,7 +492,7 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scm:svn:https://svn.apache.org/repos/infra/websites/staging/bigtop/trunk/content</url>
+      <url>scm:svn:https://oflebbe@svn.apache.org/repos/infra/websites/staging/bigtop/trunk/content</url>
     </site>
   </distributionManagement>
{code}

with
{code}
mvn -Dpassword=xxxxxx site-deploy
{code}


> Add Olaf Flebbe to dev list
> ---------------------------
>
>                 Key: BIGTOP-1639
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1639
>             Project: Bigtop
>          Issue Type: Bug
>          Components: website
>    Affects Versions: 0.8.0
>            Reporter: Olaf Flebbe
>             Fix For: 0.9.0
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)