These files are used by different projects related to the Spring RTS game engine
which are based on the Maven build system. This makes up mostly Java projects.
These files are useless by themselfs, and their main purpose is to unify
and simplify Java based projects related to Spring RTS.
Projects that may use these files:
Configure the Maven projects contained in this repo as the parent
of your own project, if it is related to Spring RTS.
A side effect of this, is that the project is kind of shiftet towards
being “owned” by the Spring RTS community.
To release a development version to the Sonatype snapshot repository only:
mvn clean deploy
mvn release:clean
asks for the release and new snapshot versions to use (for all modules)
packages
signs with GPG
commits
tags
pushes to origin
mvn release:prepare
checks-out the release tag
builds
deploy into sonatype staging repository
mvn release:perform
Moves it from the sonatype staging to the main sonatype repo.
using the Nexus staging plugin:
mvn nexus:staging-close
mvn nexus:staging-release
… alternatively, using the web-interface: