You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/07/07 06:54:50 UTC

[GitHub] [maven-mvnd] casonol opened a new issue, #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

casonol opened a new issue, #664:
URL: https://github.com/apache/maven-mvnd/issues/664

   this is idea  configuration
   
   ![image](https://user-images.githubusercontent.com/49889567/177709569-b2ada208-0ce2-41f7-a787-18f6008255c8.png)
   
   then, you should change maven-mvnd  source lib,
   ![image](https://user-images.githubusercontent.com/49889567/177709949-5f7e6b08-5df7-49c3-80b0-ab7aa7fbd399.png)
   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 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] ppalaga commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

Posted by GitBox <gi...@apache.org>.
ppalaga commented on issue #664:
URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1178969427

   @casonol this looks like a tip useful for IntelliJ Idea users. Is there anything mvnd team can help with?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] gnodet commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

Posted by GitBox <gi...@apache.org>.
gnodet commented on issue #664:
URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1182839827

   > 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 `mvn/bin/mvn` script, it will look like maven, but will use some components from mvnd.  However, there will be no daemon used, so no caching, classloader reuse, etc...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] gnodet closed issue #664: Improved support for IntelliJ Idea

Posted by GitBox <gi...@apache.org>.
gnodet closed issue #664: Improved support for IntelliJ Idea
URL: https://github.com/apache/maven-mvnd/issues/664


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] Resunny commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

Posted by GitBox <gi...@apache.org>.
Resunny commented on issue #664:
URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1182655692

   This method may not use mvnd, but use the mvn that comes with mvnd.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-mvnd] casonol commented on issue #664: maven-mvnd-0.8.0 Support idea-2022-1.3 version, methods

Posted by GitBox <gi...@apache.org>.
casonol commented on issue #664:
URL: https://github.com/apache/maven-mvnd/issues/664#issuecomment-1179472082

   I hope maven-mvnd can be integrated into IDEA. Just as IDEA naturally supports Maven.
   then.  advice  
   
   Add three dependencies
    ` maven-slf4j-api-1.7.32. jar, slf4j-api.license, maven-slf4j-provider 3.8.4.jar ` into maven-mvnd-0.8.0 source code  for lib package To support IDEA 2022.1.3 . 
   
   Thank you very much, You can try it
    In this way,  maven-mvnd-0.8.0 is used to replace apache-maven-3.8.6 in idea-2022-1.3 work
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org