Skip to content

Commit

Permalink
enable default release-profile profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Nov 14, 2022
1 parent e2cc35c commit 60eb577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@
<version>2.1.1</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<useReleaseProfile>true</useReleaseProfile><!-- TODO drop this once parent POM has appropriate release profile: see https://maven.apache.org/maven-release/maven-release-plugin/migrate.html -->
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Expand Down

0 comments on commit 60eb577

Please sign in to comment.