반응형

clean : removes files generated at build-time in a project's directory (target by default)

--> 빌드 타임에 생성된 파일들을 삭제.

install : installs the package into the local repository, for use as a dependency in other projects locally.

--> 의존관계가 있는 다른 프로젝트에서 사용하기 위한 패키지를 로컬 레파지토리에 install

deploy : copies the final package to the remote repository for sharing with other developers and projects.

--> 다른 프로젝트나 개발자들에게 공유하기위해 리모트 레파지토리에 최종 패키지를 복사한다.

728x90
반응형

'Development > Build' 카테고리의 다른 글

[Gradle] gradle build error tool.jar... valid JDK  (0) 2018.10.19
[Gradle]Ubuntu 에서 Gradle 설치하기  (0) 2018.10.19
Jenkins 설치  (0) 2018.09.19
Mac 에서 gradle 설치  (0) 2016.07.04
Maven 라이브러리 추출  (0) 2016.01.06

+ Recent posts