Skip to content

Commit

Permalink
ARTEMIS-4980: dont fork the maven lifecycle, avoid issue from duplica…
Browse files Browse the repository at this point in the history
…te source plugin runs
  • Loading branch information
gemmellr committed Aug 8, 2024
1 parent 14da222 commit af5ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/features/sub-modules/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ under the License.
<execution>
<id>tomcat-war-exec</id>
<goals>
<goal>exec-war</goal>
<goal>exec-war-only</goal>
</goals>
<phase>package</phase>
<configuration>
Expand Down

0 comments on commit af5ea03

Please sign in to comment.