Skip to content

Commit

Permalink
Merge pull request #41 from codenvy/IDEX-3036
Browse files Browse the repository at this point in the history
IDEX-3036 Exclude unused resources
  • Loading branch information
Vitalii Parfonov committed Sep 10, 2015
2 parents 8fe742a + 1dfa118 commit 67edf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly-sdk-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<packagingExcludes>WEB-INF/lib/*gwt*.jar,WEB-INF/lib/gin-*.jar,WEB-INF/lib/*codemirror-resources*.jar</packagingExcludes>
<packagingExcludes>WEB-INF/lib/*gwt*.jar,WEB-INF/lib/gin-*.jar,WEB-INF/lib/*codemirror-resources*.jar,**/.junit_symbolMaps/**,**/junit*.html,**/javaParserWorker/ZeroClipboard*</packagingExcludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 67edf38

Please sign in to comment.