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 2023/01/08 09:03:14 UTC

[GitHub] [maven-mvnd] hboutemy opened a new issue, #766: Make mvnd download Maven version specified by Maven Wrapper configuration

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

   currently, mvnd ships with an embedded Maven version in it: this leads to questions on how to have a mvnd release for each Maven release, with a clear pattern #392 
   
   it would be nice if Maven version was not injected at mvnd build time but at runtime: to avoid reinventing a wheel, the Maven Wrapper configuration `.mvn/wrapper/maven-wrapper.properties` could be used to define per-project target 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


Re: [I] Make mvnd download Maven version specified by Maven Wrapper configuration [maven-mvnd]

Posted by "kunal-techprescient (via GitHub)" <gi...@apache.org>.
kunal-techprescient commented on issue #766:
URL: https://github.com/apache/maven-mvnd/issues/766#issuecomment-1821139651

   This is actually a very required and must needed feature which mvnd must have.
   


-- 
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] hboutemy commented on issue #766: Make mvnd download Maven version specified by Maven Wrapper configuration

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

   @gnodet I did not have time yet study in the build how the original Maven distribution is modified when it is injected into mvnd, but from a pure logical perspective, I suppose the modifications are not specific to a Maven version (i suppose with minimum version prerequisite)
   and all the mvnd CLI + server aspects look generic also


-- 
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] ppalaga commented on issue #766: Make mvnd download Maven version specified by Maven Wrapper configuration

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

   https://github.com/apache/maven-mvnd/issues/143 sums up some reasons why we chose not to support multiple Maven versions back in 2021. I'd open to revisiting this, but it would require some additional porting of code to Maven and also some proper testing.


-- 
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


Re: [I] Make mvnd download Maven version specified by Maven Wrapper configuration [maven-mvnd]

Posted by "gnodet (via GitHub)" <gi...@apache.org>.
gnodet commented on issue #766:
URL: https://github.com/apache/maven-mvnd/issues/766#issuecomment-1821151342

   > This is actually a very required and must needed feature which mvnd must have.
   
   This is currently not possible.  Each minor release of Maven requires some changes in `mvnd`, and only 3.9.x and 4.0.0-alpha-x are currently supported.  If you want to work with Maven 3.8.x, you should be able to use an older version of `mvnd`.    Given how much Maven tries to be backward compatible and still supporting JDK 8, you should be able to easily upgrade to the latest Maven 3.9.5 and use latest version of `mvnd` with it.


-- 
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