1 Star 0 Fork 228

草者 / rope

forked from StarBlues / rope 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
StarBlues 提交于 2020-06-09 20:01 . 修改pom版本
<?xml version="1.0" encoding="UTF-8"?>
<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.gitee.starblues</groupId>
<artifactId>rope-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0.RELEASE</version>
<properties>
<!-- 是否跳过构建前端, 默认不跳过 -->
<buildWebSkip>false</buildWebSkip>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
</properties>
<modules>
<module>rope</module>
<module>rope-common</module>
<module>rope-plugin-parent</module>
<module>rope-plugins</module>
<module>rope-runner</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
</plugins>
</build>
</project>
Java
1
https://gitee.com/supermain/rope.git
git@gitee.com:supermain/rope.git
supermain
rope
rope
master

搜索帮助