ItEr22S04ArquitecturaServidorItEr21S04: [FixBug] Added version number for maven plugins cobertura and tomcat to pom
This commit is contained in:
parent
b3b1918359
commit
7b9070b61b
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
|
@ -173,6 +173,13 @@
|
|||
<id>gettext-commons-site</id>
|
||||
<url>http://gettext-commons.googlecode.com/svn/maven-repository</url>
|
||||
</pluginRepository>
|
||||
<!--
|
||||
<pluginRepository>
|
||||
<id>codehaus-plugin-repository</id>
|
||||
<name>Codehaus Plugin Repository</name>
|
||||
<url>http://repository.codehaus.org</url>
|
||||
</pluginRepository>
|
||||
-->
|
||||
</pluginRepositories>
|
||||
|
||||
<!-- Dependency management -->
|
||||
|
|
@ -502,6 +509,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>tomcat-maven-plugin</artifactId>
|
||||
<version>1.0-beta-1</version>
|
||||
<configuration>
|
||||
<url>${tomcatUrl}</url>
|
||||
<server>${tomcatServer}</server>
|
||||
|
|
@ -513,6 +521,7 @@
|
|||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<formats>
|
||||
<format>xml</format>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue