-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved support for IntelliJ Idea #664
Comments
@casonol this looks like a tip useful for IntelliJ Idea users. Is there anything mvnd team can help with? |
I hope maven-mvnd can be integrated into IDEA. Just as IDEA naturally supports Maven. Add three dependencies Thank you very much, You can try it |
This method may not use mvnd, but use the mvn that comes with mvnd. |
The maven layout contained in mvnd is not a stock maven layout, so when you launch maven using the |
this is idea configuration
then, you should change maven-mvnd source lib,
for lib Add to
(slf4j-api-1.7.32.jar, slf4j-api.license, maven-slf4j-provider-3.8.4.jar ) (Available from the maven lib )
In this case, MAVEN in IDEA is using MVND to download dependencies,
If you do not add these three lib(slf4j-api-1.7.32.jar, slf4j-api.license, maven-slf4j-provider-3.8.4.jar), the IDEA download dependency will report an error, java.lang.NoClassDefFoundError: org/slf4j/Logger at org.jetbrains.idea.maven
The text was updated successfully, but these errors were encountered: