Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smilu97/intellij-maven-module-sdk-helper

IntelliJ plugin for matching JDK versions of maven modules
https://github.com/smilu97/intellij-maven-module-sdk-helper

Last synced: about 1 month ago
JSON representation

IntelliJ plugin for matching JDK versions of maven modules

Awesome Lists containing this project

README

        

# maven module sdk helper

[Marketplace](https://plugins.jetbrains.com/plugin/23055-maven-module-sdk-helper)

It automatically set module SDKs in your maven project.

To inform this plugin which version of JDKs are required, you should
define `jdk.version`, or `maven.compiler.target`, `maven.compiler.source` in your `pom.xml` like below

```xml

11

```

Run `SDKHelper: Match modules SDKs`(Ctrl+Shift+Cmd+M) Action, and specify the JDKs in dialog

![dialog](./statics/dialog.png)