HBASE-23980 Use enforcer plugin to print JVM info in maven output
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>
This commit is contained in:
parent
1f88e0d9a2
commit
61e17d78d1
8
pom.xml
8
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user