Skip to content

Commit

Permalink
maven-war-plugin isn't necessary here
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractj committed Apr 10, 2012
1 parent 71d9759 commit ec87bc5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions helloworld-html5/pom.xml
Expand Up @@ -82,15 +82,6 @@
is deployed -->
<finalName>${project.artifactId}</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<!-- Java EE 6 doesn't require web.xml, Maven needs to catch
up! -->
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<!-- JBoss AS plugin to deploy war -->
<plugin>
<groupId>org.jboss.as.plugins</groupId>
Expand Down

0 comments on commit ec87bc5

Please sign in to comment.