Skip to content

Commit

Permalink
Merge pull request #921 from emmartins/remove-plugin-from-aggregator
Browse files Browse the repository at this point in the history
remove wildfly maven plugin from aggregator's pom
  • Loading branch information
emmartins authored May 29, 2024
2 parents a0c27ec + e1bea78 commit 01313ed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<product.name>WildFly</product.name>
<!-- A base list of dependency and plug-in version used in the various quick starts. -->
<version.org.asciidoctor.asciidoctor-maven-plugin>2.1.0</version.org.asciidoctor.asciidoctor-maven-plugin>
<version.wildfly.maven.plugin>4.2.0.Final</version.wildfly.maven.plugin>
<version.org.wildfly.checkstyle-config>1.0.7.Final</version.org.wildfly.checkstyle-config>
<version.org.wildfly.quickstarts.documentation.plugin>2.4.1.Final</version.org.wildfly.quickstarts.documentation.plugin>
<!-- other plug-in versions -->
Expand Down Expand Up @@ -169,11 +168,6 @@
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>${version.org.asciidoctor.asciidoctor-maven-plugin}</version>
</plugin>
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.wildfly.maven.plugin}</version>
</plugin>
<!-- Checkstyle -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 01313ed

Please sign in to comment.