https://github.com/forge/netbeans-plugin
NetBeans UI support for JBoss Forge
https://github.com/forge/netbeans-plugin
Last synced: 8 months ago
JSON representation
NetBeans UI support for JBoss Forge
- Host: GitHub
- URL: https://github.com/forge/netbeans-plugin
- Owner: forge
- Created: 2015-02-09T14:19:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T03:21:09.000Z (almost 4 years ago)
- Last Synced: 2023-04-14T20:38:14.839Z (almost 3 years ago)
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/57296/
- Size: 398 KB
- Stars: 7
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NetBeans UI support for JBoss Forge
===================================
This is the official NetBeans plugin available in http://plugins.netbeans.org/plugin/57296/
Build and Run
==============
$ mvn install
$ cd application/
$ mvn nbm:cluster-app nbm:run-platform
works from command line. Of course, opening the sources in NetBeans IDE will
give you more options than a command line.
At the end of your builder job you can call:
$ mvn nbm:autoupdate
which will generate target/netbeans_site/updates.xml catalog. If you publish
it, users who add it into Tools/Plugins/Settings will be able to install your
work into their existing NetBeans 8.0.x IDE.