https://github.com/thevpc/nbv
Netbeans various utilities plugin
https://github.com/thevpc/nbv
Last synced: over 1 year ago
JSON representation
Netbeans various utilities plugin
- Host: GitHub
- URL: https://github.com/thevpc/nbv
- Owner: thevpc
- Created: 2024-04-12T10:50:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T08:50:42.000Z (over 1 year ago)
- Last Synced: 2025-03-19T09:34:58.514Z (over 1 year ago)
- Language: Java
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# nbv
Netbeans various utilities plugin
this repository aims to create a solid one plugin for various extensions for netbeans.
It includes and is based on some small other plugins such as
https://github.com/markiewb/nb-maven-project-setjdk
Looking for maintainers, who want to take over the development!
[](https://travis-ci.org/markiewb/nb-my-plugin)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=K4CMP92RZELE2)
Set JDK for Maven projects
==================================
This plugin adds an action to the project node, which allows you to set the Java platform for multiple maven project at the same time.
Features:
- Select multiple maven projects in the project window, right click on a project and choose "Set JDK". This sets the configuration in the nb-configuration.xml file.

Updates in 1.0.2:
- [Issue 4]: Fixed: NPE on Right-Click
Updates in 1.0.1:
- [Issue 3]: Fixed: java.util.NoSuchElementException at java.util.ArrayList$Itr.next
- [Issue 1]: Fixed: limit to maven-based projects only
Updates in 1.0.0:
- initial version
Provide defects, request for enhancements and feedback at https://github.com/markiewb/nb-maven-project-setjdk/issues
Compatible to >=NB 8.0
Legal disclaimer: Code is licensed under Apache 2.0.
