Skip to content

Commit

Permalink
Publish source JAR when deploying as well (#3212)
Browse files Browse the repository at this point in the history
  • Loading branch information
SNWCreations authored Jan 24, 2025
1 parent 2b14b54 commit 5fbc716
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,20 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.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-deploy-plugin</artifactId>
Expand Down

0 comments on commit 5fbc716

Please sign in to comment.