본문 바로가기

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

JAVA/Spring

exec-maven-plugin 1.2.1 이란?

표준입출력, 출력, 에러출력 등 Maven 외부명령어나 스크립트를 실행하기 위한 플러그인

pom.xml에 추가

<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/exec-maven-plugin -->
<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>exec-maven-plugin</artifactId>
    <version>1.2.1</version>
</dependency>

https://mvnrepository.com/artifact/org.codehaus.mojo/exec-maven-plugin/1.2.1

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

commons-io 2.4 란?  (0) 2023.04.02
maven-eclipse-plugin 2.9 란?  (0) 2023.04.02
maven-compiler-plugin 2.5.1 이란?  (0) 2023.04.02
오라클 드라이버 라이센스 mesir-repo 란?  (0) 2023.04.02
root-contex와 servlet-context  (0) 2023.03.22