mirror of https://github.com/jeecgboot/jeecg
项目打war包的问题修复
parent
021a6afff1
commit
a256a63e18
8
pom.xml
8
pom.xml
|
@ -1011,7 +1011,7 @@
|
||||||
</organization>
|
</organization>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- 多war开发Maven支持-->
|
<!-- 多war开发Maven支持
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-war-plugin</artifactId>
|
<artifactId>maven-war-plugin</artifactId>
|
||||||
|
@ -1025,7 +1025,7 @@
|
||||||
,%regex[^plug-in/Validform.+(?:(?<!(?:-|\.)min)\.css)]
|
,%regex[^plug-in/Validform.+(?:(?<!(?:-|\.)min)\.css)]
|
||||||
</warSourceExcludes>
|
</warSourceExcludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>-->
|
||||||
|
|
||||||
<!-- tomcat插件 -->
|
<!-- tomcat插件 -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -1136,8 +1136,8 @@
|
||||||
</excludes>
|
</excludes>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>-->
|
||||||
--></plugins>
|
</plugins>
|
||||||
<finalName>jeecg</finalName>
|
<finalName>jeecg</finalName>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|
Loading…
Reference in New Issue