Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds missing plugin and report plugin versions that was causing Maven…
… warnings
  • Loading branch information
Edwin Shin committed Mar 9, 2013
1 parent aa00be0 commit 20f2e51
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -353,6 +353,11 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.enunciate</groupId>
<artifactId>maven-enunciate-cxf-plugin</artifactId>
<version>1.26.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand Down Expand Up @@ -480,6 +485,7 @@
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.6</version>
<configuration>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
Expand Down

0 comments on commit 20f2e51

Please sign in to comment.