<!-- Scope가 compile이거나 runtime인 모든 의존 패키지들을 임베딩시킨다. -->
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
<!-- 임베딩시킬 패키지 지정 -->
<Embed-Dependency>junit;scope=runtime</Embed-Dependency>
<!-- 타입을 가지고도 지정할 수 있다. -->
<Embed-Dependency>*;scope=!runtime;type=!pom;inline=true</Embed-Dependency>
<!-- 모두 임베딩시키는데 뒤에 artifactId를 지정하면 특정애들만 제외시킬수있다. -->
<!-- inline은 true이면 jar파일들을 압축해제해서 임베딩 시키고 false면 jar파일로 임베딩 시킨다. -->
<Embed-Dependency>*;scope=compile|runtime;inline=false;artifactId=!cli|lang|runtime|tidy|jsch</Embed-Dependency>
<!-- 이건 몰라레후 -->
<Embed-Dependency>*;inline=images/**|icons/**</Embed-Dependency>
리눅스 정보 확인 명령어 (0) | 2022.02.23 |
---|---|
Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. (0) | 2022.02.16 |
MAC OS, JAVA ) 터미널에서 jar파일 압축하기 (0) | 2022.01.18 |
메이븐 외부 리포지토리 추가 (0) | 2022.01.18 |
XML이란? XML Tag? XML Element? Xml Attribute? (0) | 2021.12.25 |
댓글 영역