Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 902 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 902 Bytes

mavenbase

mavenbase

BOM

Base maven POM for the maven builds in the javastro suite of software. Since version 0.4.0 this has been refactored to save out the BOM separately.

The software is deployed to the maven central repository using the following instructions summarized below.

Check that the build and tests are passed

mvn clean install

then deploy to the staging repository

mvn deploy -P release

if this is successful then

mvn nexus-staging:release -P release -pl base,bom

will release to the central repository