Skip to content
Király Péter edited this page Nov 28, 2024 · 3 revisions

Welcome to the metadata-qa-api wiki!

Check if there are updatable dependencies

mvn versions:display-dependency-updates

Deploy to Maven central

In order to be enabled to deploy artifacts to Maven central you should have credentials. Once you have a username and a password, edit ~/.m2/settings.xml and add them.

Deploy a snapsot version

mvn clean deploy -Pdeploy

Deploy a production version

  • remove "-SNAPSHOT" string from
  • build and deploy
mvn clean deploy -Pdeploy