Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markiewb/nb-maven-project-setjdk
NetBeans plugin which sets the "netbeans.hint.jdkPlatform" for the selected projects
https://github.com/markiewb/nb-maven-project-setjdk
jdk maven netbeans-plugin
Last synced: 27 days ago
JSON representation
NetBeans plugin which sets the "netbeans.hint.jdkPlatform" for the selected projects
- Host: GitHub
- URL: https://github.com/markiewb/nb-maven-project-setjdk
- Owner: markiewb
- Created: 2016-02-24T22:59:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T12:38:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T11:59:41.430Z (3 months ago)
- Topics: jdk, maven, netbeans-plugin
- Language: Java
- Homepage: http://plugins.netbeans.org/plugin/63132/?show=true
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
Looking for maintainers, who want to take over the development!
[![Build Status](https://travis-ci.org/markiewb/nb-my-plugin.svg?branch=master)](https://travis-ci.org/markiewb/nb-my-plugin)
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](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.