본문 바로가기
카테고리 없음

이클립스 메이븐 프로젝트 생성

by cook_code 2023. 5. 7.
반응형

1. 메이븐 설치 

1-1. 3.8.8 Binary zip archive 다운로드

 

Maven – Download Apache Maven

Downloading Apache Maven 3.9.1 Apache Maven 3.9.1 is the latest release and recommended version for all users. System Requirements Java Development Kit (JDK) Maven 3.9+ requires JDK 8 or above to execute. It still allows you to build against 1.3 and other

maven.apache.org

1-2. 환경변수 설정 

 

2. 프로젝트 생성 

File > New > Other > maven > Maven Project

2. location 설정 (현재 프로젝트로 생성 시 default Workspace location)

3. maven - webapp

Catalog > Internal > org.apache.archetypes webapp 선택 

4. Group Id와 Artifact Id 설정

Group Id 와 Artifact Id 적어주기 > finish

 

반응형