2 Star 0 Fork 0

jnet/xbuild

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pom.xml 1.40 KB
Copy Edit Raw Blame History
jnet authored 2016-09-12 11:39 . no message
<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>xbuild</groupId>
<artifactId>xbuild</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>app-client</packaging>
<build>
<sourceDirectory>appClientModule</sourceDirectory>
<resources>
<resource>
<directory>appClientModule</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-acr-plugin</artifactId>
<version>1.1</version>
<extensions>true</extensions>
<configuration>
<archive>
<manifestEntries>
<Main-Class>Usiful</Main-Class>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-io</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/JNET/xbuild.git
git@gitee.com:JNET/xbuild.git
JNET
xbuild
xbuild
master

Search