Skip to content

Commit

Permalink
HBASE-23980 Use enforcer plugin to print JVM info in maven output
Browse files Browse the repository at this point in the history
Does what it says on the tin. Bound to `initialize` phase so that it
runs early in lifecycle. Uses `<inherited>false</inherited>` so that
the plugin will run only for the base pom's reactor stage and not for
any children.

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
  • Loading branch information
ndimiduk committed Mar 24, 2020
1 parent 1f88e0d commit 61e17d7
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 @@ -857,6 +857,14 @@
</dependencies>
<!-- version set by parent -->
<executions>
<execution>
<id>display-info</id>
<phase>initialize</phase>
<goals>
<goal>display-info</goal>
</goals>
<inherited>false</inherited>
</execution>
<execution>
<id>hadoop-profile-min-maven-min-java-banned-xerces</id>
<goals>
Expand Down

0 comments on commit 61e17d7

Please sign in to comment.