반응형
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
반응형
'WEB,WAS' 카테고리의 다른 글
SEO 가 되기 위한 SSR 렌더링 하는 이유 (0) | 2022.10.14 |
---|---|
nextjs s3에 올리기 (0) | 2022.10.05 |
go webserver (0) | 2022.08.19 |
[maven] 관련 자료 (0) | 2022.06.23 |
maven generate:archetype 관련 에러 (no pom, no maven-archetype-quickstart:1.0) (0) | 2022.06.23 |
댓글