1 Star 0 Fork 102

dar1900/dhm-echarts

forked from 杜莱恩特/dhm-echarts 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.90 KB
一键复制 编辑 原始数据 按行查看 历史
duhongming1990 提交于 2018-05-12 13:14 +08:00 . [~]Pie适配器修改!
<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.duhongming</groupId>
<artifactId>dhm-echarts</artifactId>
<version>3.0.1</version>
<packaging>pom</packaging>
<name>dhm-echarts</name>
<description>A java implements echarts framework and Ajax implements html preview.</description>
<url>https://gitee.com/duhongming/dhm-echarts</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>dhm-echarts-bean</module>
<module>dhm-echarts-core</module>
<module>dhm-echarts-uom</module>
<module>dhm-echarts-springboot</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.2</version>
<configuration>
<archiveClasses>false</archiveClasses>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://opensource.org/licenses/GPL-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>DHM</id>
<name>duhongming</name>
<email>935720334@qq.com</email>
</developer>
</developers>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<!-- Source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- GPG -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<configuration>
<useAgent>false</useAgent>
</configuration>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>hrhx-releases</id>
<name>HrhxReleases</name>
<url>http://maven.hrhx.com.cn/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>hrhx-snapshots</id>
<name>HrhxSnapshots</name>
<url>http://maven.hrhx.com.cn/nexus/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<organization>
<name>华软恒信</name>
<url>http://www.sspss.com.cn/</url>
</organization>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/dar1900/dhm-echarts.git
git@gitee.com:dar1900/dhm-echarts.git
dar1900
dhm-echarts
dhm-echarts
master

搜索帮助