提交 a81ac142 编写于 作者: mydemo4's avatar mydemo4

去掉前端类型判断,加入前端项目依赖

上级 c580f5d5
......@@ -15,14 +15,12 @@ PUBOBJ=WebAppConfig
</parent>
<dependencies>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("VUE_R2")!=-1)>
<dependency>
<groupId>${pub.getPKGCodeName()}</groupId>
<artifactId>app_${pub.getPSApplication().getPKGCodeName()}</artifactId>
<version>1.0.0.0</version>
<type>war</type>
</dependency>
</#if>
</dependency>
</dependencies>
<#assign jdk="1.7">
<#if sfstyle.getStyleParam("java.version","1.7") =="1.8">
......@@ -43,8 +41,7 @@ PUBOBJ=WebAppConfig
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
<configuration>
<overlays>
<#if pub.getPSApplication().getPFType()?index_of("JQUERY")!=-1 || (pub.getPSApplication().getPFType()?index_of("VUE_R2")!=-1)>
<overlays>
<!-- 其他的war项目 -->
<overlay>
<groupId>${pub.getPKGCodeName()}</groupId>
......@@ -53,7 +50,6 @@ PUBOBJ=WebAppConfig
<exclude>**/web.xml</exclude>
</excludes>
</overlay>
</#if>
</overlays>
</configuration>
</plugin>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册