Skip to content

Commit

Permalink
Merge pull request #54 from WolfgangHG/archetypeplugin_downgrade
Browse files Browse the repository at this point in the history
Downgrade archetype-plugin from 3.2.1 to 3.1.2
  • Loading branch information
jmesnil authored Oct 19, 2023
2 parents bbc458e + 25c2d14 commit 1ddc2be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@
<artifactId>maven-war-plugin</artifactId>
<version>${version.war.plugin}</version>
</plugin>
<!--Workaround: downgrade maven-archetype-plugin to 3.1.2, as 3.2.1 from jboss-parent 40 prints a warning when creating a project from this archetype.
For details see https://github.com/wildfly/wildfly-archetypes/issues/51 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-archetype-plugin</artifactId>
<version>3.1.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 1ddc2be

Please sign in to comment.