Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 835 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 835 Bytes

oss-parent

Parent pom for oss maven projects at homeaway.

Deploying

Make sure that you do the following:

  • Sign up here.
  • Create a ticket, requesting access to the com.homeaway groupId.
  • Add your username and password to your ~/.m2/settings.xml, with the following server tags
        <server>
        <id>sonatype-nexus-snapshots</id>
        <username>username</username>
        <password>password</password>
      </server>
      <server>
        <id>sonatype-nexus-staging</id>
        <username>username</username>
        <password>password</password>
      </server>
  • Generate a gpg key-pair as described here
  • Be sure to distribute your public key to the server listed.