1 Star 0 Fork 1

司马他 / JHostsManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.98 KB
一键复制 编辑 原始数据 按行查看 历史
司马他 提交于 2018-07-22 20:09 . up
<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>us.congcong</groupId>
<artifactId>jhostsmanager</artifactId>
<version>v2</version>
<name>jhostsmanager</name>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<application-name>jhostsmanager</application-name>
<native-release-version>v2</native-release-version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.fxmisc.richtext/richtextfx -->
<dependency>
<groupId>org.fxmisc.richtext</groupId>
<artifactId>richtextfx</artifactId>
<version>0.8.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.7</version>
</dependency>
<dependency>
<groupId>com.yuvimasory</groupId>
<artifactId>orange-extensions</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.8.3</version>
<configuration>
<verbose>true</verbose>
<vendor>jhostsmanager</vendor>
<mainClass>us.congcong.jhostsmanager.HostsEditor</mainClass>
<!--
<identifier>${application-name}</identifier>
<skipJNLP>true</skipJNLP>
<nativeReleaseVersion>${native-release-version}</nativeReleaseVersion>
<bundleArguments>
<systemwide>true</systemwide>
<mac.dmg.simple>true</mac.dmg.simple>
<mac.CFBundleName>${application-name}</mac.CFBundleName>
<mac.CFBundleVersion>1.0.1</mac.CFBundleVersion>
<mac.signing-key-developer-id-app>${developer-signing-key}</mac.signing-key-developer-id-app>
</bundleArguments>
-->
<nativeInstallers/>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>
</build>
</project>
Java
1
https://gitee.com/accacc/JHostsManager.git
git@gitee.com:accacc/JHostsManager.git
accacc
JHostsManager
JHostsManager
master

搜索帮助