You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Christofer Dutz (JIRA)" <ji...@apache.org> on 2016/09/27 10:27:20 UTC

[jira] [Created] (INFRA-12664) Add the asf svn credentials to settings.xml

Christofer Dutz created INFRA-12664:
---------------------------------------

             Summary: Add the asf svn credentials to settings.xml
                 Key: INFRA-12664
                 URL: https://issues.apache.org/jira/browse/INFRA-12664
             Project: Infrastructure
          Issue Type: Bug
          Components: Jenkins
            Reporter: Christofer Dutz


In order to run the maven site:deploy goal on our Flex builds, we need to have the settings.xml on the windows jenkins agents to be extended by adding a server tag with the id "apache.website" so the site plugin can perform a svn commit as part of the build. This file is located in:  C:\.m2\settings.xml

<server>
  <id>apache.website</id>
  <username>theusername</username>
  <password>thepassword</password>
</server>

Thanks :-)



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