정의
https://goddaehee.tistory.com/199
[Maven] Maven 이란? (정의, 예제)
[Maven] 메이븐 이란? (정의, 예제) 안녕하세요. 갓대희 입니다. 이번 포스팅은 [ 메이븐 알아보기 ] 입니다. : ) 1. 빌드 (Build) #1 빌드란? - 소스코드 파일을 컴퓨터에서 실행할 수 있는 독립
goddaehee.tistory.com
기초사용법
https://javacan.tistory.com/entry/MavenBasic
Maven 기초 사용법
본 글에서는 Maven을 이용해서 프로젝트를 생성하는 방법과, 디렉토리 구조, POM 파일 기본 구성, Maven 라이프 사이클 그리고 Maven 프로젝트를 이클립스 프로젝트로 생성하는 방법을 살펴보도록 하
javacan.tistory.com
pom 관련
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html
Maven – Introduction to the POM
A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configuration details used by Maven to build the project. It contains default values for most projects. Examples for t
maven.apache.org
댓글