Robert Scholte opened MNG-6869 and commented
While working on INFRA-19861 we had issues with invalid changes in the settings.xml.
This was detected too late. After installation mvn --version is called, but it will only show the version of Maven.
It would be better to have a flag that verifies it a bit more:
- can Maven read/write to the local repository
- can Maven access all predefined repositories? (does the proxy work?)
This gives a much better feedback if Maven can do its job.
Current workaround: call something like mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout
Issue Links:
- MNG-7075 mvnDebug should only enter debug mode if not an informative or encryption switch has been passed
Remote Links:
0 votes, 6 watchers
Robert Scholte opened MNG-6869 and commented
While working on INFRA-19861 we had issues with invalid changes in the settings.xml.
This was detected too late. After installation
mvn --versionis called, but it will only show the version of Maven.It would be better to have a flag that verifies it a bit more:
This gives a much better feedback if Maven can do its job.
Current workaround: call something like
mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdoutIssue Links:
Remote Links:
0 votes, 6 watchers