Skip to content

Commit

Permalink
Remove duplicate descriptor step in build
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Nov 12, 2023
1 parent 98c538a commit 68ace19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@

<executions>
<execution>
<id>add-coverage-agent-to-surefire-args</id>
<id>prepare-coverage-agent</id>
<phase>initialize</phase>
<goals>
<goal>prepare-agent</goal>
Expand All @@ -225,7 +225,7 @@
</execution>

<execution>
<id>report-unit-test-coverage</id>
<id>report-test-coverage</id>
<phase>test</phase>
<goals>
<goal>report</goal>
Expand Down Expand Up @@ -340,9 +340,9 @@

<executions>
<execution>
<id>generate-descriptors</id>
<id>help-mojo</id>
<phase>generate-sources</phase>
<goals>
<goal>descriptor</goal>
<goal>helpmojo</goal>
</goals>
<configuration>
Expand Down

0 comments on commit 68ace19

Please sign in to comment.