Codebase list libxstream-java / 0337d7d settings-template.xml
0337d7d

Tree @0337d7d (Download .tar.gz)

settings-template.xml @0337d7draw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
    <!--
     Copyright (C) 2006, 2007, 2010, 2015, 2016 XStream committers.
     All rights reserved.
     
     The software in this package is published under the terms of the BSD
     style license a copy of which has been included with this distribution in
     the LICENSE.txt file.
     
     Created on 30. July 2006 by Mauro Talevi
     -->
<settings>
  <servers>
    <server>
      <id>ossrh-snapshots</id>
      <username>your-sonatype.org-id</username>
      <password>your-sonatype.org-pwd</password>
    </server>
    <server>
      <id>ossrh-staging</id>
      <username>your-sonatype.org-id</username>
      <password>your-sonatype.org-pwd</password>
    </server>
    <server>
      <id>${gpg.keyname}</id>
      <password>your-gpg-key-pwd</password>
    </server>
  </servers>
  <properties>
    <gpg.keyname>your-gpg-keyname</gpg.keyname>
  </properties>
</settings>