[Lutinbuilder-commits] r445 - lutinproject/trunk
Author: tchemit Date: 2009-05-10 15:08:29 +0000 (Sun, 10 May 2009) New Revision: 445 Modified: lutinproject/trunk/pom.xml Log: add explicit version to all plugins Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2009-05-10 15:00:56 UTC (rev 444) +++ lutinproject/trunk/pom.xml 2009-05-10 15:08:29 UTC (rev 445) @@ -317,6 +317,7 @@ <!-- plugin resources --> <plugin> <artifactId>maven-resources-plugin</artifactId> + <version>2.3</version> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> @@ -329,6 +330,7 @@ <!-- plugin compiler --> <plugin> <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target> @@ -347,6 +349,7 @@ <!-- plugin surefire --> <plugin> <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> <configuration> <skip>${maven.test.skip}</skip> <testFailureIgnore>${maven.test.testFailureIgnore}</testFailureIgnore> @@ -368,6 +371,7 @@ <!-- plugin dependency --> <plugin> <artifactId>maven-dependency-plugin</artifactId> + <version>2.1</version> <executions> <execution> <id>copy-dependencies</id> @@ -533,11 +537,13 @@ changelog:file-activity --> <plugin> <artifactId>maven-changelog-plugin</artifactId> + <version>2.1</version> </plugin> <!-- Implicit add of reportSet to not generate jira reports --> <plugin> <artifactId>maven-changes-plugin</artifactId> + <version>2.1</version> <reportSets> <reportSet> <reports> @@ -549,6 +555,7 @@ <plugin> <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.2</version> <configuration> <encoding>${project.reporting.outputEncoding}</encoding> </configuration> @@ -556,6 +563,7 @@ <plugin> <artifactId>maven-pmd-plugin</artifactId> + <version>2.4</version> <configuration> <linkXRef>true</linkXRef> <sourceEncoding>${project.reporting.outputEncoding}</sourceEncoding> @@ -567,10 +575,12 @@ <plugin> <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> </plugin> <plugin> <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> </plugin> <!-- Not official report plugins --> @@ -819,6 +829,7 @@ </build> </profile> + <!-- use this plugin to run the main class --> <profile> <id>run</id>
participants (1)
-
tchemit@users.labs.libre-entreprise.org