aboutsummaryrefslogtreecommitdiffstats
path: root/VtuberCaptchaUpdater
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-11 19:58:44 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-11 19:58:44 -0700
commitdeee9e021a62b8a7d1d4d57bc052289b68c0f106 (patch)
tree888a8182059af65284c3788c0b9f83212a64398b /VtuberCaptchaUpdater
parent8d8fd1296e5bec15a87b3f3e77aecf0378fe86fe (diff)
add shade plugin to pom.xml
Diffstat (limited to 'VtuberCaptchaUpdater')
-rw-r--r--VtuberCaptchaUpdater/pom.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/VtuberCaptchaUpdater/pom.xml b/VtuberCaptchaUpdater/pom.xml
index a17a550..bda3aa3 100644
--- a/VtuberCaptchaUpdater/pom.xml
+++ b/VtuberCaptchaUpdater/pom.xml
@@ -42,6 +42,27 @@
<target>9</target>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>3.5.0</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>shade</goal>
+ </goals>
+ <configuration>
+ <createDependencyReducedPom>false</createDependencyReducedPom>
+ <transformers>
+ <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
+ <mainClass>Main</mainClass>
+ </transformer>
+ </transformers>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage