====== Maven ====== * [[java:maven:settings|settings]] * [[java:maven:surefire|Maven Surefire Plugin]] * [[java:maven:properties|Maven Properties Plugin]] * https://maven.apache.org/configure.html * [[http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html|Maven Life Cycle]] * [[https://github.com/spilth/savant|Savant]] Maven Repository 검색툴 ===== Base 디렉토리 지정 ===== 서브 모듈이 있을 경우 최상위 베이스 디렉토리를 프라퍼티로 지정할 필요가 생길 수가 있다. 베이스 디렉토리를 기준의 상대 경로에 있는 파일을 다뤄야 할 경우 등. [[http://stackoverflow.com/questions/1012402/maven2-property-that-indicates-the-parent-directory|참조]] In the parent: ${project.basedir} In the children: ${project.parent.basedir} In the grandchildren: ${project.parent.parent.basedir} ===== Maven Badge ===== * https://github.com/jirutka/maven-badges * 특정 프로젝트의 현재 최신 버전 이미지 배지 생성 ===== 참조 ===== * [[http://www.javacodegeeks.com/2014/09/maven-common-problems-and-pitfalls.html|Maven Common Problems and Pitfalls]] * [[http://motlin.com/2011/maven-best-practices/|Maven Best Practices]] * [[http://javarevisited.blogspot.kr/2017/06/10-maven-tips-java-developer-should-know.html|10 Maven tips Java developer should know]] * [[https://dzone.com/articles/10-effective-tips-on-using-maven|10 Effective Tips on Using Maven - DZone Java]] * [[https://dzone.com/articles/faster-maven-builds|Faster Maven Builds - DZone Java]] * [[https://ubuntuhandbook.org/index.php/2021/10/top-things-ubuntu-21-10-desktop/|Top 10 Things to Do After Installing Ubuntu 21.10 Desktop | UbuntuHandbook]] * [[https://www.baeldung.com/maven-repo-github|Hosting a Maven Repository on GitHub | Baeldung]]