Upgrade maven plugin versions
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 28 Feb 2015 00:17:26 +0000 (19:17 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 7 Mar 2015 00:42:59 +0000 (19:42 -0500)
Also add a few missing versions.
I used this command to check for updates:
mvn versions:display-plugin-updates -Djava.net.useSystemProxies | grep "\\->" | sort | uniq

Change-Id: Iffafb504054a9ec0abdfc756218309bc51da4b4c
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/42935
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-by: Hudson CI
15 files changed:
doc/org.eclipse.tracecompass.doc.dev/pom.xml
doc/org.eclipse.tracecompass.doc.user/pom.xml
doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml
doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml
doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml
org.eclipse.tracecompass.alltests/pom.xml
org.eclipse.tracecompass.analysis.os.linux.core.tests/pom.xml
org.eclipse.tracecompass.ctf.core.tests/pom.xml
org.eclipse.tracecompass.ctf.parser/pom.xml
org.eclipse.tracecompass.pcap.core.tests/pom.xml
org.eclipse.tracecompass.releng-site/pom.xml
org.eclipse.tracecompass.target/pom.xml
org.eclipse.tracecompass.tmf.ctf.core.tests/pom.xml
org.eclipse.tracecompass.tmf.pcap.core.tests/pom.xml
pom.xml

index b0608dca77dbb6764affef42936bac660747082e..c2ea695c21cb6b5ff2242258fefd71d8423702f7 100644 (file)
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
index 44dd742b0994de378bee899595b449b3ef5b9e65..9f7053694944326c551b5e0718d671515c8518fe 100644 (file)
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
index e974d3a49501d839da8f4a45532ecaa8728a8599..927ba0ee71590b7848333d9ab17b6441e81bbebe 100644 (file)
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
index ff090abd5f6b583c7c8e3996e35bbe9f034aede2..e47da566005d18447e5672bd5edf732ec220c3e5 100644 (file)
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
index 398a1e54674d03ea1915f50945f1075c1c8a87d7..0a60a8dd4d347e49bac3f74c2736e2e0cfa5e836 100644 (file)
@@ -28,6 +28,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
+        <version>1.8</version>
         <executions>
           <execution>
             <id>generate-documentation</id>
index 297d6797756ff2fe0d682c979371fc7018eae8d7..2c3e21b43673ff30d9319c503fe8eba0ffa06bb3 100644 (file)
@@ -73,7 +73,7 @@
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-performance-files</id>
index 5da6df56bf22e3ad8f59aca8d78fcb2c9abda6ae..09f88001ada4b23a8d6e595e55f49b430e2af259 100644 (file)
@@ -29,7 +29,7 @@
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
             <executions>
                 <execution>
                     <id>prepare</id>
index eb26ab7d6bd85344e2d47a8523262aaf420136ec..3c96042fadab80af2139cbb037437b83dac80ec5 100644 (file)
@@ -40,6 +40,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
             <executions>
               <execution>
                 <id>prepare</id>
@@ -79,7 +80,7 @@
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-traces</id>
index 53aa41084445db302f90931c482c94cfbe6daef2..0b55bf9d1ed50494e029eb7fa8855f1073f0d782 100644 (file)
       <!-- Do not delete the existing .java parser files in target/ -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
-            <configuration>
-              <excludeDefaultDirectories>true</excludeDefaultDirectories>
-              <filesets>
-                <fileset>
-                  <directory>target</directory>
-                  <followSymlinks>false</followSymlinks>
-                  <includes>
-                    <include>*/**</include>
-                  </includes>
-                  <excludes>
-                    <exclude>generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.java</exclude>
-                    <exclude>generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.java</exclude>
-                  </excludes>
-                </fileset>
-              </filesets>
-            </configuration>
+        <version>2.6.1</version>
+        <configuration>
+          <excludeDefaultDirectories>true</excludeDefaultDirectories>
+          <filesets>
+            <fileset>
+              <directory>target</directory>
+              <followSymlinks>false</followSymlinks>
+              <includes>
+                <include>*/**</include>
+              </includes>
+              <excludes>
+                <exclude>generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFLexer.java</exclude>
+                <exclude>generated-sources/antlr3/org/eclipse/tracecompass/ctf/parser/CTFParser.java</exclude>
+              </excludes>
+            </fileset>
+          </filesets>
+        </configuration>
       </plugin>
     </plugins>
   </build>
index ab64ddb131df585e14b9064326b40c2cfbed104e..faa592aa78e56d96e32b238b28c3878557272beb 100644 (file)
@@ -40,6 +40,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.8</version>
             <executions>
               <execution>
                 <id>prepare</id>
@@ -78,7 +79,7 @@
       <!-- We don't use the ant file to clean because of http://jira.codehaus.org/browse/MANTRUN-78 -->
       <plugin>
         <artifactId>maven-clean-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.6.1</version>
         <executions>
           <execution>
             <id>clean-traces</id>
index 8d8cbf7671c9c2599477bb782f8cc09423d890ac..8e3603eb4f7cd5ee9598b6da5fe0da931ba48b0c 100644 (file)
@@ -59,6 +59,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-antrun-plugin</artifactId>
+          <version>1.8</version>
           <executions>
             <execution>
               <id>deploy</id>
index 2431c1090092a8f438490438a8a8aaa4518d466c..af9606894f0b5a5641301f2423c1bcca7e438f20 100644 (file)
@@ -20,7 +20,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.9</version>
+          <version>1.9.1</version>
           <executions>
             <execution>
               <id>attach-artifacts</id>
index 036d289f60709e0f2619393ff38fa936698bcf81..38e23efc2018c9acf725e5b5064d0c8f8c2e7427 100644 (file)
@@ -28,7 +28,7 @@
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
             <executions>
                 <execution>
                     <id>prepare</id>
index d46e6fdff37f472f2ec2ec1c62eb3fd7aa019a2b..5d8d928109b77093beb74f9d405ed0deb067040d 100644 (file)
@@ -28,7 +28,7 @@
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.8</version>
             <executions>
                 <execution>
                     <id>prepare</id>
diff --git a/pom.xml b/pom.xml
index bf2c7c6a005780b2018ce4bc5386245833f5736f..abe22e2fc275119077a49c27873b03b88196edda 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>
-          <version>0.7.2.201409121644</version>
+          <version>0.7.4.201502262128</version>
           <executions>
             <execution>
              <id>pre-test</id>
             <encoding>UTF-8</encoding>
             <useProjectSettings>true</useProjectSettings>
           </configuration>
-        </plugin>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>target-platform-configuration</artifactId>
+          <version>${tycho-version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-p2-plugin</artifactId>
+          <version>${tycho-version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-p2-publisher-plugin</artifactId>
+          <version>${tycho-version}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.eclipse.tycho</groupId>
+          <artifactId>tycho-p2-repository-plugin</artifactId>
+          <version>${tycho-version}</version>
+        </plugin>
        <plugin>
          <groupId>org.eclipse.tycho</groupId>
          <artifactId>tycho-surefire-plugin</artifactId>
        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.7</version>
           <configuration>
             <encoding>UTF-8</encoding>
           </configuration>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-antrun-plugin</artifactId>
-          <version>1.7</version>
+          <version>1.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.4</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.6.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.8</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.9.1</version>
+          <version>2.10.1</version>
           <configuration>
             <excludePackageNames>org.eclipse.tracecompass.internal.*:*.test*</excludePackageNames>
           </configuration>
This page took 0.033763 seconds and 5 git commands to generate.