Parent pom for oss maven projects at homeaway.
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 followingserver
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.