Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 920 Bytes

File metadata and controls

24 lines (13 loc) · 920 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

if this is successful then

mvn -P release deploy -pl base,bom

will release to the central repository https://central.sonatype.com/publishing/deployments where the release should be manually confirmed.