Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.

Plugin Goals

Milos Kleint edited this page May 30, 2015 · 2 revisions

Goals available for this plugin:

  • nb-repository:download - Goal for retrieving and expanding the lucene index of the given repository. That in turn is used by the populate goal.

  • nb-repository:help - Display help information on nb-repository-plugin. Call mvn nb-repository:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

  • nb-repository:populate - A goal for identifying NetBeans modules from the installation and populating the local repository with them. Optionally you can also deploy to a remote repository. If you are looking for an existing remote repository for NetBeans artifacts, check out http://bits.netbeans.org/maven2/, it contains API artifacts for multiple releases. http://bits.netbeans.org/netbeans/trunk/maven-snapshot/ may also be used for SNAPSHOT artifacts if you wish to test development builds. See README on how to generate the NetBeans binaries required by this goal.

System Requirements

The following specifies the minimum requirements to run this Maven plugin:

  • Maven: 3.0.4
  • JDK: 1.6
Clone this wiki locally