blekinge / sbutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SB Util README
---------------

ABOUT
sbutil is a generic Java utility module containing commonly
needed functionality for coding work done in The State and
University Library - Statsbiblioteket, of Denmark.

LICENSING
Beware that sbutil has a version of xstream inlined in the release jar file.
See lib/xstream-license.txt for details.

The bundled program qaScan-<version>.jar contains an inlined versions of
Apache's commons-cli and commons-logging as well as log4j.

RELEASING
When code has been added or changed, do the following:
This will release the current snapshot version and increase the snapshot version in the pom automatic.

mvn release:prepare


  Or speed up the process if you are a test-hating villain:
mvn -Darguments='-Dmaven.test.skip=true' release:prepare

  Check the suggested versions. If everything builds and looks ok then

mvn -Darguments='-Dmaven.test.skip=true'  release:perform

  If everything is still OK, perform a

git push

About

License:GNU Lesser General Public License v2.1


Languages

Language:Java 99.0%Language:XSLT 0.5%Language:Shell 0.5%