FYI, here are the settings you'll need in your ~/.m2/settings.xml file to publish snapshots and releases.

  <settings>
    <servers>
      <server>
        <id>apache.snapshots.https</id>
        <username>dblevins</username>
        <password>xxxxxxxx</password>
      </server>
      <server>
        <id>apache.releases.https</id>
        <username>dblevins</username>
        <password>xxxxxxxx</password>
      </server>
    </servers>
  </settings>


The password should be your svn.apache.org password.

-David

Reply via email to