Skip to content

Commit

Permalink
Fixed #417 - Maven 4.0.0 - Failing IT - maven-resources-plugin not de…
Browse files Browse the repository at this point in the history
…fined
  • Loading branch information
khmarbaise committed Dec 22, 2023
1 parent 669e1c5 commit 35bd743
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
:issue-411: https://github.com/khmarbaise/maven-it-extension/issues/411[Fixed #411]
:issue-413: https://github.com/khmarbaise/maven-it-extension/issues/413[Fixed #413]
:issue-414: https://github.com/khmarbaise/maven-it-extension/issues/414[Fixed #414]
:issue-417: https://github.com/khmarbaise/maven-it-extension/issues/417[Fixed #417]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]

:release_0_13_0: https://github.com/khmarbaise/maven-it-extension/milestone/13
Expand All @@ -76,6 +77,7 @@
* {issue-329} - Upgrade to smpp 5.3.14
* {issue-409} - Remove superfluous debugging outputs
* {issue-410} - Document build requirement
* {issue-417} - Maven 4.0.0 - Failing IT - maven-resources-plugin not defined


*Breaking Changes*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ under the License.
<description>Test an EAR generation</description>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ under the License.
<description>Test an EAR generation</description>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 35bd743

Please sign in to comment.