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:
commit
46554a7786
|
@ -66,8 +66,8 @@
|
||||||
</file>
|
</file>
|
||||||
</activation>
|
</activation>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
<profile>
|
||||||
|
<id>show-active-profiles</id>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -86,6 +86,8 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<help.plugin.version>3.2.0</help.plugin.version>
|
<help.plugin.version>3.2.0</help.plugin.version>
|
||||||
|
|
Loading…
Reference in New Issue