Skip to content

homeaway/oss-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

parent maven pom for HomeAway's open-source projects

Resources

Stars

Watchers

Forks

Packages

No packages published