Create the Netbeans autupdate site
Mojo Attributes :
runtime| 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. |
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
java.lang.StringNo${maven.nbm.customDistBase}autoupdate site xml file name.
java.lang.StringNo${maven.nbm.updatesitexml}Autoupdate_Site.xmldirectory where the the netbeans autoupdate site will be created.
java.lang.StringNo${project.build.directory}/netbeans_site