Maven source code 포함해서 build 하기 (w. Springboot)
Springboot 환경에서 Maven (pom.xml) 의 기본 설정은 다음과 같다. . org.springframework.boot spring-boot-maven-plugin 이상태로 프로젝트를 maven install을 진행하면 다음과 같이 class 파일이 들어있는 jar파일이 하나 생성이 된다. 여기에 프로젝트의 source (.java) 도 같이 빌드 및 배포를 하고 싶은 경우가 있다. 이럴 경우에는 pom.xml 을 다음과 같이 설정해준다. pom.xml org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-source-plugin attach-sources jar maven-source-plugin..
CI,CD/Build
2021. 11. 9. 12:08