We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1), 2) 메이븐 빌드 실행 커맨드라인 다음 문구 추가 package -Dmaven.test.skip=true ==> ./mvnw clean package -Dmaven.test.skip=true package -DskipTests ==> ./mvnw clean package -DskipTests 3) pom.xml에 아래 플러그인 추가 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skipTests>true</skipTests> </configuration> </plugin> ==> ./mvnw clean package
https://brocess.tistory.com/148
## HTTP Header 정리
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maven 패키징(빌드) 시 test skip
https://brocess.tistory.com/148
## HTTP Header 정리
The text was updated successfully, but these errors were encountered: