I´m trying to installing maven from Linux command line with a following command:
/opt/apache-maven-2.2.1/bin/mvn -r -Dclient=HSH -Dmaven.test skip=true install
however I keep getting the this:
Invalid task 'skip=true': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
what should I do to avoid this?
You want
i.e. you’re missing a ‘.’ before the
skip