Skip to content

Commit

Permalink
Bring back the source plugin
Browse files Browse the repository at this point in the history
It's required for releasing.
  • Loading branch information
chrisvest committed Jun 16, 2024
1 parent e4ad052 commit 1e850e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,19 @@
<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
Expand Down

0 comments on commit 1e850e5

Please sign in to comment.