次のコマンドを使用して、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
これを避けるために私は何をすべきですか?