我正在尝试使用以下命令从 Linux 命令行安装 maven:
/opt/apache-maven-2.2.1/bin/mvn -r -Dclient=HSH -Dmaven.test skip=true install
但是我不断得到这个:
Invalid task 'skip=true': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
我应该怎么做才能避免这种情况?