유투브/자바 (메이븐)
-
Chapter 4 The Build Lifecycle유투브/자바 (메이븐) 2021. 12. 25. 21:22
Goal이 무엇인지 서술하시오 메이븐의 라이프사이클의 3요소를 서술 어떻게 goal을 라이프사이클의 pahse에 엮을 수 있는지? 어떻게 라이프사이클을 상황에 맞게 커스터마이징 가능? Triggering a Goal on pre-clean하는 방법 ... 4.1.2 Default Lifecycle (default) .. 4.1.3 Site Lifecycle (site) it can also generate project documentation and reports about the project, or a collection of projects. 1. pre-site 2. site 3. post-site 4. site-deploy The default goals bound to the site lif..
-
Ch3. The Project Object Model유투브/자바 (메이븐) 2021. 10. 14. 21:39
Central Conept of Maven 인 Project Object Model에 대해서 설명. project의 identity, structure 정보가 모델링되어 있으며, pomx.xml 파일로 정의된다. Diving into morespecifics, take a look at Figure 3.1 for a survey of the contents of a POM 위 그림에서 POM을 보다시피 프로젝트의 description and configuration은 크게 4 종류가 있다. 3.2.1 The Super POM 참고:superPOM의 파일 위치는 maven 버젼마다 다르다. SuperPOM의 낯짝을 보자, 근데 궁금한게 Central Repository의 역할이 뭐지? snapshot re..
-