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