Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

CMSgov/bluebutton-parent-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMedicare.gov BlueButton Parent POM

This repo just contains a Maven parent POM and some other build/dev resources that are shared by the CMS/MyMedicare.gov Java projects.

Development Environment

Going to work on this project or one of the other Blue Button Java projects? Great! You can follow the instructions in Development Environment Setup to get going.

Releases

This project uses Maven's maven-release-plugin for releases, and must be manually released by a developer with permissions to its GitHub repo and to OSSRH (which is used to ensure its releases land in Maven Central).

Run the following commands to perform a release:

$ mvn release:prepare release:perform
$ git push --all && git push --tags

License

This project is in the worldwide public domain. As stated in CONTRIBUTING:

This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.