代码拉取完成,页面将自动刷新
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.farm</groupId>
<artifactId>wcp</artifactId>
<packaging>pom</packaging>
<version>3.2.0</version>
<name>wcp</name>
<properties>
<wcp.version>3.2.0</wcp.version>
<spring.version>4.1.6.RELEASE</spring.version>
<!-- 文件拷贝时的编码 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- 编译时的编码 -->
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.farm</groupId>
<artifactId>farm-core</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-api</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-authority</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-doc</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-doc-so</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-group</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-know</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-lucene</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-parameter</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-quartz</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-tag</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-web</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wcp-webfile</artifactId>
<version>${wcp.version}</version>
</dependency>
<dependency>
<groupId>com.farm</groupId>
<artifactId>wda-api</artifactId>
<version>${wcp.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
<module>farm-core</module>
<module>wcp-api</module>
<module>wcp-authority</module>
<module>wcp-doc</module>
<module>wcp-doc-so</module>
<module>wcp-group</module>
<module>wcp-know</module>
<module>wcp-lucene</module>
<module>wcp-parameter</module>
<module>wcp-quartz</module>
<module>wcp-tag</module>
<module>wcp-web</module>
<module>wcp-webfile</module>
<module>wda-api</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.1</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
<!--<resources>-->
<!--<resource>-->
<!--<directory>lib</directory>-->
<!--<targetPath>/BOOT-INF/lib/</targetPath>-->
<!--<includes>-->
<!--<include>**/*.jar</include>-->
<!--</includes>-->
<!--</resource>-->
<!--</resources>-->
</build>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。