Skip to content
New issue

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

[20210720] 메이븐 패키징 -> test skip, HTTP(헤더) #181

Open
JuHyun419 opened this issue Jul 20, 2021 · 0 comments
Open

[20210720] 메이븐 패키징 -> test skip, HTTP(헤더) #181

JuHyun419 opened this issue Jul 20, 2021 · 0 comments

Comments

@JuHyun419
Copy link
Owner

JuHyun419 commented Jul 20, 2021

Maven 패키징(빌드) 시 test skip

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

image

https://brocess.tistory.com/148


## HTTP Header 정리

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant