Skip to content

Commit

Permalink
Merge pull request #147 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 5afc6e3 + 1cf59c0 commit 5908844
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 @@ -875,6 +875,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>
</profiles>

<properties>
Expand Down

0 comments on commit 5908844

Please sign in to comment.