add CI workflow
All checks were successful
CI/CD / build-deploy (pull_request) Successful in 33s

This commit is contained in:
Timi
2026-01-19 17:52:50 +08:00
parent 7cd79bff55
commit d2d904fe53
2 changed files with 111 additions and 18 deletions

18
pom.xml
View File

@@ -35,29 +35,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>