maven pom 속성정리 - Environment Settings 속성 예제 및 설명 JIRA http://jira.company.com/ continuum http://127.0.0.1:8080/continuum mail true true false false continuum@127.0.0.1 User List user-subscribe@127.0.0.1 user-unsubscribe@127.0.0.1 user@127.0.0.1 http://127.0.0.1/user/ http://base.google.com/base/1/127.0.0.1 scm:svn:http://127.0.0.1/svn/my-project scm:svn:https://127.0.0.1/svn/my-project HEAD http..
maven pom 속성정리 - More Project Information 속성 예제 및 설명maven project confighttp://maven.project.commaven pom description2018 Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo A business-friendly OSS license Codehaus Mojo http://mojo.codehaus.org jdoe John Doe jdoe@example.com http://www.example.com/jdoe ACME http://www.example.com architect developer America/New_York ..
maven pom 속성정리 - Build Settings 속성 예제 및 설명 install ${basedir}/target ${artifactId}-${version} filtes/filter1.properties src/main/java src/test/java target/classes target/test-classess src/main/resources META-INF/plexus false ${basedir}/src/main/plexus configuration.xml **/*.properties src/test/resource org.apache.maven.plugins maven-compiler-plugin 3.7.0 1.8 1.8 : 소스 디렉토리구조, 빌드 산출물 디렉토리 구조, 빌드시 ..
maven pom 속성정리 - basics 속성 예제 및 설명4.0.0 net.bornmaven-project1.0-SNAPSHOTpom 4.12 org.springframework.boot spring-boot-starter-parent 2.0.0.RELEASE child-maven-project org.springframework.boot spring-boot-starter-web 2.0.0.RELEASE junit junit ${junit-version} test : POM 모델의 버전. 가장 최근 버전이 4.0 POM 모델이 변경되지 않으면 수정 할 필요가 없다 : 프로젝트를 생성하는 조직의 고유 아이디(ex.도메인 이름) : 프로젝트를 식별하는 유일한 아이디(ex.프로젝트명) : 프로젝트의 현재..
4.0.0 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... maven의 pom.xml의 속성들에 대해 정리해 보았습니다.해당 속성들이 어떤 역할을 하는지 이해하는데 목적이며 하나하나의 자세한 속성에 대해서는 추가적으로 공부하시기 바랍니다. 참고 urlhttps://maven.apache.org/pom.htmlhttp://maven.apache.org/ref/3.5.3/maven-model/maven.html