Skip to content

Commit

Permalink
fix: overlapping resource file alert
Browse files Browse the repository at this point in the history
  • Loading branch information
DDSRem committed Jul 24, 2024
1 parent 5bb707e commit 98e297e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions xiaoya_proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ddsrem</groupId>
<artifactId>xiaoya_proxy</artifactId>
<version>0.1</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>Xiaoya Proxy</name>
<description>Xiaoya Alist Proxy.</description>
<description>Xiaoya Alist Proxy</description>
<!-- 依赖 -->
<dependencies>
<dependency>
Expand Down Expand Up @@ -40,6 +40,14 @@
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.ddsrem.xiaoya_proxy.XiaoyaProxyRun</mainClass>
Expand Down

0 comments on commit 98e297e

Please sign in to comment.