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 | 29 |
30 | 31 |
Tags
- Python
- hadoop
- plugin
- Express
- R
- table
- Java
- Spring
- window
- SPC
- es6
- xPlatform
- mybatis
- MSSQL
- mapreduce
- SQL
- 공정능력
- react
- NPM
- vaadin
- SSL
- Android
- Kotlin
- tomcat
- IntelliJ
- Eclipse
- Sqoop
- 보조정렬
- JavaScript
- GIT
Archives
- Today
- Total
728x90
목록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
728x90