Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.18 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.18 KB

maven-parent

Mavent parent pom for SBS projects

Build

mvn clean deploy

Release

mvn release:clean release:prepare -DdryRun=true
mvn release:clean release:prepare release:perform

after that make sure the artifacts are pushed to Maven Central by closing and releasing them in the Sonatype Nexus Repository Manager.

Generate a dependency graph

Generate a graph of all the dependencies using the Maven Graph Plugin.

mvn -P graph graph:project

Authors

License

Copyright 2014 Swiss Library for the Blind, Visually Impaired and Print Disabled

Licensed under GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.