본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

JAVA/Spring

maven-eclipse-plugin 2.9 란?

Maven 프로젝트를 Eclipse 프로젝트로 변환하기 위한 플러그인

pom.xml에 추가

<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-eclipse-plugin -->
<dependency>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-eclipse-plugin</artifactId>
    <version>2.9</version>
</dependency>

https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-eclipse-plugin/2.9

'JAVA > Spring' 카테고리의 다른 글

commons-fileupload 1.3.1 이란?  (0) 2023.04.02
commons-io 2.4 란?  (0) 2023.04.02
exec-maven-plugin 1.2.1 이란?  (0) 2023.04.02
maven-compiler-plugin 2.5.1 이란?  (0) 2023.04.02
오라클 드라이버 라이센스 mesir-repo 란?  (0) 2023.04.02