본문 바로가기
반응형

jar 파일1

jar 파일 빌드 시 테스트 파일 제외 jar 파일로 빌드 시에 test 파일에서 에러 나거나 용량을 줄이고 싶다면 test 파일을 제외한 후 빌드할 수 있다   Maven 사용1. pom.xml 4.0.0 com.example your-artifact-id 1.0-SNAPSHOT org.apache.maven.plugins maven-jar-plugin 3.2.0 **/test/** .. 2024. 7. 25.
반응형