We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2937e48 commit 5baac61Copy full SHA for 5baac61
pom.xml
@@ -1823,6 +1823,19 @@
1823
<ignore />
1824
</action>
1825
</pluginExecution>
1826
+ <pluginExecution>
1827
+ <pluginExecutionFilter>
1828
+ <groupId>org.apache.maven.plugins</groupId>
1829
+ <artifactId>maven-help-plugin</artifactId>
1830
+ <versionRange>${maven-help-plugin.version}</versionRange>
1831
+ <goals>
1832
+ <goal>active-profiles</goal>
1833
+ </goals>
1834
+ </pluginExecutionFilter>
1835
+ <action>
1836
+ <ignore />
1837
+ </action>
1838
+ </pluginExecution>
1839
<pluginExecution>
1840
<pluginExecutionFilter>
1841
<groupId>org.codehaus.mojo</groupId>
0 commit comments