update
This commit is contained in:
14
web/pom.xml
14
web/pom.xml
@@ -23,11 +23,7 @@
|
|||||||
|
|
||||||
<finalName>web</finalName><!-- war or jar 包的名称 -->
|
<finalName>web</finalName><!-- war or jar 包的名称 -->
|
||||||
<start-class>com.jeesite.modules.Application</start-class>
|
<start-class>com.jeesite.modules.Application</start-class>
|
||||||
|
|
||||||
<!-- environment setting -->
|
|
||||||
<eclipse-plugin-download-sources>false</eclipse-plugin-download-sources>
|
|
||||||
<eclipse-plugin-download-javadocs>false</eclipse-plugin-download-javadocs>
|
|
||||||
|
|
||||||
<!-- docker setting -->
|
<!-- docker setting -->
|
||||||
<docker.run.port>8980:8980</docker.run.port>
|
<docker.run.port>8980:8980</docker.run.port>
|
||||||
|
|
||||||
@@ -49,12 +45,12 @@
|
|||||||
<version>${project.parent.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 在线文档接口 -->
|
<!-- 在线文档接口
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jeesite</groupId>
|
<groupId>com.jeesite</groupId>
|
||||||
<artifactId>jeesite-module-swagger</artifactId>
|
<artifactId>jeesite-module-swagger</artifactId>
|
||||||
<version>${project.parent.version}</version>
|
<version>${project.parent.version}</version>
|
||||||
</dependency>
|
</dependency> -->
|
||||||
|
|
||||||
<!-- 内容管理模块 -->
|
<!-- 内容管理模块 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@@ -128,11 +124,7 @@
|
|||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-eclipse-plugin</artifactId>
|
<artifactId>maven-eclipse-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<downloadSources>${eclipse-plugin-download-sources}</downloadSources>
|
|
||||||
<downloadJavadocs>${eclipse-plugin-download-javadocs}</downloadJavadocs>
|
|
||||||
<wtpContextName>${finalName}</wtpContextName>
|
<wtpContextName>${finalName}</wtpContextName>
|
||||||
<wtpversion>2.0</wtpversion>
|
|
||||||
<jeeversion>6.0</jeeversion>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user