fix package build fail
Some checks failed
CI/CD / build-deploy (pull_request) Failing after 1s
CI/CD / create-release (pull_request) Has been skipped

This commit is contained in:
Timi
2026-01-19 14:42:52 +08:00
parent 4b4dcc00b8
commit af349ca4d6

18
pom.xml
View File

@ -27,29 +27,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>