Merge pull request #9879 from Maiklins/JAVA-1460-reduce-logging-module-profiles-maven-help-plugin

Java-1460 reduce logging module profiles maven help plugin
This commit is contained in:
Dhawal Kapil 2020-08-16 09:58:07 +05:30 committed by GitHub
commit 46554a7786
1 changed files with 21 additions and 19 deletions

View File

@ -66,8 +66,8 @@
</file>
</activation>
</profile>
</profiles>
<profile>
<id>show-active-profiles</id>
<build>
<plugins>
<plugin>
@ -86,6 +86,8 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
<properties>
<help.plugin.version>3.2.0</help.plugin.version>