Skip to content

Commit

Permalink
tune lifecycle mapping's pluginExecution version range
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon committed Jan 20, 2023
1 parent 147fd7a commit 84eeab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.sonatype.m2e.buildhelper/lifecycle-mapping-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<versionRange>[1.0,)</versionRange>
<versionRange>[1.0,3.0.0)</versionRange>
<!-- later versions (3.0+) embed a lifecycle mapping -->
<goals>
<goal>add-source</goal>
<goal>add-test-source</goal>
Expand Down

0 comments on commit 84eeab4

Please sign in to comment.