Skip to content

Commit

Permalink
IDEX-3273: exclude unnecessary client jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriy Svydenko committed Nov 13, 2015
1 parent d3dcd8a commit 4f8d184
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion assembly-sdk-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,16 @@
**/.junit_symbolMaps/**,
**/junit*.html,
WEB-INF/lib/che-core-api-git-*.jar,
WEB-INF/lib/che-core-git-impl-native-*.jar</packagingExcludes>
WEB-INF/lib/che-core-git-impl-native-*.jar,
WEB-INF/lib/che-plugin-java-*.jar,
WEB-INF/lib/che-jdt-ext-machine-*.jar,
WEB-INF/lib/che-plugin-machine-ext-client*.jar,
WEB-INF/lib/che-plugin-orion-*.jar,
WEB-INF/lib/che-core-commons-gwt-*.jar,
WEB-INF/lib/che-core-ide-api-*.jar,
WEB-INF/lib/che-core-ide-app-*.jar,
WEB-INF/lib/che-core-ide-jseditor-*.jar,
WEB-INF/lib/che-core-ide-ui-*.jar</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 4f8d184

Please sign in to comment.