본문 바로가기
WEB,WAS

[powershell]메이븐 Unknown lifecycle phase ".test.skip=true" 에러

by Rainbound-IT 2022. 9. 13.
반응형
mvn clean install -Dmaven.test.skip=true

 

 

 

에러 발생

[INFO] Invalid task '.test.skip=true': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId :pluginVersion:goal

 

-앞에 `를 붙여줘야함

mvn clean install `-Dmaven.test.skip=true

 

 

https://kuniganotas.wordpress.com/2011/08/12/invalid-task-test-skiptrue-you-must-specify-a-valid-lifecycle-phase/

 

Invalid task ‘.test.skip=true’: you must specify a valid lifecycle phase […]

Problem When running maven command with a parameter starting with ‘-‘ from powershell, for example mvn -Dmaven.test.skip=true install An error like this one may ocurr: Solution It is so…

kuniganotas.wordpress.com

 

 

반응형

댓글