Skip to content

Commit

Permalink
Explicitly list all release modules (#2903)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Oct 12, 2024
1 parent d3f0903 commit b7969c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,12 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
</profile>
<profile>
<id>sonatype-oss-release</id>
<modules>
<module>vavr</module>
<module>vavr-match</module>
<module>vavr-match-processor</module>
<module>vavr-test</module>
</modules>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit b7969c2

Please sign in to comment.