Skip to content

v2.10.1

The POM files have been configured to allow deploying the project in
Maven Central repository.

Two different profiles have been created to allow deploying the project
into the SING's repository or into Maven Central. To do so, the command
that should be used is:
  - SING: mvn deploy -P sign-artifacts,sing-repository
  - Maven Central: mvn deploy -P sign-artifacts,maven-central-repository
Assets 2