Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Select the artefact you want to release and go to the subfolder

  1. netbeansparent
    This is intended to be the topmost artefact for Apache NetBeans maven artefacts. It contains JIRA,and mailing list information and depend on Apache parent artefact.
  1. nbshared

...

  1. nbm-shared
    This is common libraries
  2. nb...

Test your artefact and settings by creating a snapshot and be sure the snapshot is deployed to Maven Snapshot repository

mvn clean install -Papache-release

mvn deploy


Preparing the release

This phase will tag git with your release. Don't forget to set username if your github account is different from your apache id.

mvn release:clean

mvn release:prepare -Dusername=<apacheid>




In order to populate repository with Apache NetBeans we need tooling plugin to be set.

...