Skip to content

Commit

Permalink
Fix argLine for jacoco, and update to war plugin 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Sep 4, 2016
1 parent e9e2bd2 commit 343ddc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
Expand Down Expand Up @@ -807,7 +807,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- Limit memory for unit tests in Travis -->
<argLine>-Xmx512m</argLine>
<argLine>@{argLine} -Xmx512m</argLine>
<forkCount>1</forkCount>
</configuration>
</plugin>
Expand Down
3 changes: 0 additions & 3 deletions zxingorg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.jetty</groupId>
Expand Down

0 comments on commit 343ddc7

Please sign in to comment.