Skip to content

Commit

Permalink
JBEAP-5140: Remove wildfly-maven-plugin from shrinkwrap-resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Jul 27, 2016
1 parent 3959422 commit 44eda52
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions shrinkwrap-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@
resources, i.e. build is platform dependent! -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.wildfly.maven.plugin>1.0.2.Final</version.wildfly.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.jboss.bom.eap>7.0.0-build-12</version.jboss.bom.eap>

Expand Down Expand Up @@ -239,13 +237,6 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<!-- The WildFly plug-in deploys the WAR to a local JBoss EAP container -->
<!-- To use, run: mvn package wildfly:deploy -->
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
<version>${version.wildfly.maven.plugin}</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 44eda52

Please sign in to comment.