내용으로 건너뛰기
권남
사용자 도구
로그인
사이트 도구
검색
도구
문서 보기
이전 판
역링크
최근 바뀜
미디어 관리자
사이트맵
로그인
>
최근 바뀜
미디어 관리자
사이트맵
추적:
•
ag
java:maven
이 문서는 읽기 전용입니다. 원본을 볼 수는 있지만 바꿀 수는 없습니다. 문제가 있다고 생각하면 관리자에게 문의하세요.
====== 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|참조]] <code xml> In the parent: <properties> <main.basedir>${project.basedir}</main.basedir> </properties> In the children: <properties> <main.basedir>${project.parent.basedir}</main.basedir> </properties> In the grandchildren: <properties> <main.basedir>${project.parent.parent.basedir}</main.basedir> </properties> </code> ===== 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]]
java/maven.txt
· 마지막으로 수정됨: 2022/04/15 22:34 저자
kwon37xi
문서 도구
문서 보기
이전 판
역링크
맨 위로