nbm:autoupdate

Create the Netbeans autupdate site

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.
  • Executes as an aggregator plugin.
  • Requires dependency resolution of artifacts in scope: runtime

Optional Parameters

Name Type Description
distBase String A custom distribution base for the nbms in the update site. The actual download URL for the module's nbm is composed of ${distBase}/${name of module}.nbm
fileName String autoupdate site xml file name. Default value is Autoupdate_Site.xml.
nbmBuildDir String directory where the the netbeans autoupdate site will be created. Default value is ${project.build.directory}/netbeans_site.

Parameter Details

distBase

A custom distribution base for the nbms in the update site. The actual download URL for the module's nbm is composed of ${distBase}/${name of module}.nbm

  • Type : java.lang.String
  • Required : No
  • Expression : ${maven.nbm.customDistBase}

fileName

autoupdate site xml file name.

  • Type : java.lang.String
  • Required : No
  • Expression : ${maven.nbm.updatesitexml}
  • Default : Autoupdate_Site.xml

nbmBuildDir

directory where the the netbeans autoupdate site will be created.

  • Type : java.lang.String
  • Required : No
  • Default : ${project.build.directory}/netbeans_site