Skip to content

Commit

Permalink
Merge pull request #375 from jglick/block-MRP
Browse files Browse the repository at this point in the history
[JEP-229] Created a block-MRP profile
  • Loading branch information
jglick authored Nov 9, 2020
2 parents eca36f4 + d9b442d commit 7d34b2a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,24 @@
</plugins>
</build>
</profile>
<profile> <!-- JEP-229 -->
<id>block-MRP</id>
<activation>
<property>
<name>changelist.format</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>not-set-up-for-MRP</preparationGoals>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<!-- Profile to run benchmarks when the `benchmark` property is set -->
<profile>
<id>jmh-benchmark</id>
Expand Down

0 comments on commit 7d34b2a

Please sign in to comment.