Added version numbers where missing from Maven 3 compatibility

This commit is contained in:
Gonzalo Bellver 2011-11-24 14:57:28 -03:00
parent d5f88e0004
commit 0ac513ea1e
6 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,7 @@
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
<executions>
<execution>
<phase>generate-resources</phase>

View File

@ -233,6 +233,7 @@
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
<executions>
<execution>
<phase>generate-resources</phase>

View File

@ -38,6 +38,7 @@
<groupId>org.apache.maven.plugins</groupId>
<inherited>true</inherited>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
<!--<configuration>-->
<!--<encoding>UTF-8</encoding>-->
<!--</configuration>-->
@ -46,6 +47,7 @@
<groupId>org.apache.maven.plugins</groupId>
<inherited>true</inherited>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.6</target>
@ -55,6 +57,7 @@
<groupId>org.apache.maven.plugins</groupId>
<inherited>true</inherited>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.8</version>
<configuration>
<configLocation>config/maven_checks.xml</configLocation>
</configuration>

View File

@ -34,6 +34,7 @@
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
<executions>
<execution>
<phase>generate-resources</phase>

View File

@ -32,6 +32,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<warName>wisemapping</warName>
<overlays>

View File

@ -337,6 +337,7 @@
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<warName>wisemapping</warName>
<overlays>
@ -386,6 +387,7 @@
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>yuicompressor-maven-plugin</artifactId>
<version>0.7.1</version>
<executions>
<execution>
<id>wiseEditorLibrary</id>
@ -416,6 +418,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.2</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>testng.xml</suiteXmlFile>
@ -427,6 +430,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>