Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 공정능력
- Android
- Sqoop
- es6
- Kotlin
- react
- Eclipse
- table
- plugin
- Spring
- IntelliJ
- 보조정렬
- SPC
- Express
- JavaScript
- vaadin
- xPlatform
- SSL
- Python
- mapreduce
- hadoop
- MSSQL
- Java
- mybatis
- GIT
- R
- NPM
- window
- SQL
- tomcat
Archives
- Today
- Total
반응형
목록meta-inf 제거 (1)
DBILITY
maven jar build시 meta-inf 제거
maven jar build시 META-INF정보를 제거하고 싶을때, maven-shade-plugin을 사용합니다. pom.xml에 아래와 같이 추가하고,build 하십시오. maven folder만 제거할 경우 META-INF/maven/**으로 변경합니다. org.apache.maven.plugins maven-shade-plugin 2.4.1 package shade ${project.groupId}:${project.artifactId} *:* META-INF/ 참고로 war내의 META-INF는 maven-war-plugin configuration에 다음과 같이 설정 할 수 있습니다. false
java/basic
2016. 10. 21. 16:30
반응형