ern commented on issue #637:
URL: https://github.com/apache/maven-mvnd/issues/637#issuecomment-2552707171

   on windows adding -Djava.net.preferIPv4Stack=true addresses the issue
   ```
   ${{ inputs.install-path }}/${{ env.MVND_NAME }}/bin/mvnd 
-D'mvnd.connectTimeout=${{ inputs.mvnd-connect-timeout }}' 
-Djava.net.preferIPv4Stack=true --version
   ${{ inputs.install-path }}/${{ env.MVND_NAME }}/bin/mvnd 
-D'mvnd.connectTimeout=${{ inputs.mvnd-connect-timeout }}' 
-Djava.net.preferIPv4Stack=true --status
   ```
   also add it to your MAVEN_OPTS or mvnd.jvmArgs


-- 
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-unsubscr...@maven.apache.org

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

Reply via email to