<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<packagingExcludes>
node_modules/,
bower_components/,
javascript/,
sass/,
package.json,
bower.json,
gulpfile.js,
index.src.html,
WEB-INF/classes/logback-test.xml,
typescript/
</packagingExcludes>
</configuration>
</plugin>