You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: Maven executable not found at: /home/rmannibucau/softwares/mvnsh-1.2.0-SNAPSHOT/bin/mvn
to solve that, mvnsh could add a mvn script (should be easy) in bin/? Alternative is to make invoker plugin supporting another maven home transparently but it requires a built in extension which is a bit more fragile (setting mavenExecutable using M2_HOME probably)
Plain mvn install with invoker 3.0.x. i'm trying to build http://github.com/talend/component-runtime but i get several small issues with mvnsh compared to native mvn. It is in component-runtime-beam or the maven plugin one.
to solve that, mvnsh could add a mvn script (should be easy) in bin/? Alternative is to make invoker plugin supporting another maven home transparently but it requires a built in extension which is a bit more fragile (setting mavenExecutable using M2_HOME probably)
Workaround:
and in maven-invoker-plugin:
<mavenExecutable>${maven.executable.location}</mavenExecutable>
The text was updated successfully, but these errors were encountered: