IDEA2018 not work
Answered
when i use this below in maven pom with tomcat the IDEA2018 not work but the IDEA2017 work fine:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<warSourceDirectory>src/main/webapp</warSourceDirectory>
<warSourceExcludes>
static/js/**/*.js,
static/css/**/*.css,
static/thirdpart/**/*.js,
static/thirdpart/**/*.css,
WEB-INF/jsp/**/*.jsp
</warSourceExcludes>
<webXml>src/main/webapp/WEB-INF/web.xml</webXml>
</configuration>
</plugin>
Please sign in to leave a comment.
Please report at https://youtrack.jetbrains.com/issues/IDEA with the sample project to reproduce attached.
Check with 2018.1.1 and 2018.1.2: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2018.1+EAP.