1 Star 0 Fork 0

彪大大 / 王者荣耀壁纸下载器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.74 KB
一键复制 编辑 原始数据 按行查看 历史
彪大大 提交于 2022-09-28 09:57 . 2.0
<?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>org.itlog</groupId>
<artifactId>wallpaper-downloader</artifactId>
<version>1.0</version>
<name>wallpaper-downloader</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.3</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>com.github.adedayo.intellij.sdk</groupId>
<artifactId>forms_rt</artifactId>
<version>142.1</version>
</dependency>
</dependencies>
<build>
<finalName>wallpaper-downloader</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<archive>
<manifest>
<!--可以不指定主类-->
<mainClass>org.itlog.wallpaper.downloader.Launcher</mainClass>
</manifest>
</archive>
<!-- 这个的意思是依据一个id为“jar-with-dependencies”的配置文件内容来执行打包
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>-->
<descriptors>
<!--这里的意思是依据指定的配置文件进行打包-->
<descriptor>assembly.xml</descriptor>
</descriptors>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hityb/Honor-of-Kings-wallpaper.git
git@gitee.com:hityb/Honor-of-Kings-wallpaper.git
hityb
Honor-of-Kings-wallpaper
王者荣耀壁纸下载器
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891