Skip to content

Commit b18da12

Browse files
committed
mvn: update maven plugin versions and fix build messages
Signed-off-by: Arnaud Fiorini <fiorini.arnaud@gmail.com>
1 parent 3c40d1c commit b18da12

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

  • .github/workflows
  • doc
    • org.eclipse.tracecompass.doc.dev
    • org.eclipse.tracecompass.doc.user
    • org.eclipse.tracecompass.gdbtrace.doc.user
    • org.eclipse.tracecompass.rcp.doc.user
    • org.eclipse.tracecompass.tmf.pcap.doc.user
  • tmf/org.eclipse.tracecompass.tmf.ui

.github/workflows/ci-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Maven
3333
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
3434
with:
35-
maven-version: 3.9.5
35+
maven-version: 3.9.12
3636
- name: Build with Maven
3737
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
3838
with:

doc/org.eclipse.tracecompass.doc.dev/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>generate-documentation</id>
3535
<phase>generate-sources</phase>
3636
<configuration>
37-
<echo>Generating TMF Help Files</echo>
3837
<target>
38+
<echo message="Generating TMF Help Files"/>
3939
<property name="compile_classpath" refid="maven.compile.classpath" />
4040
<ant target="build" inheritRefs="true" antfile="build.xml" />
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>clean-documentation</id>
4949
<phase>clean</phase>
5050
<configuration>
51-
<echo>Cleaning up generated TMF Help Files</echo>
5251
<target>
52+
<echo message="Cleaning up generated TMF Help Files"/>
5353
<ant target="clean" antfile="build.xml" />
5454
</target>
5555
</configuration>

doc/org.eclipse.tracecompass.doc.user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>generate-documentation</id>
3535
<phase>generate-sources</phase>
3636
<configuration>
37-
<echo>Generating Help Files</echo>
3837
<target>
38+
<echo message="Generating Help Files"/>
3939
<property name="compile_classpath" refid="maven.compile.classpath" />
4040
<ant target="build" inheritRefs="true" antfile="build.xml" />
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>clean-documentation</id>
4949
<phase>clean</phase>
5050
<configuration>
51-
<echo>Cleaning up generated Help Files</echo>
5251
<target>
52+
<echo message="Cleaning up generated Help Files"/>
5353
<ant target="clean" antfile="build.xml" />
5454
</target>
5555
</configuration>

doc/org.eclipse.tracecompass.gdbtrace.doc.user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>generate-documentation</id>
3535
<phase>generate-sources</phase>
3636
<configuration>
37-
<echo>Generating GDB Tracepoint Analysis Help Files</echo>
3837
<target>
38+
<echo message="Generating GDB Tracepoint Analysis Help Files"/>
3939
<property name="compile_classpath" refid="maven.compile.classpath" />
4040
<ant target="build" inheritRefs="true" antfile="build.xml" />
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>clean-documentation</id>
4949
<phase>clean</phase>
5050
<configuration>
51-
<echo>Cleaning up generated GDB Tracepoint Analysis Help Files</echo>
5251
<target>
52+
<echo message="Cleaning up generated GDB Tracepoint Analysis Help Files"/>
5353
<ant target="clean" antfile="build.xml" />
5454
</target>
5555
</configuration>

doc/org.eclipse.tracecompass.rcp.doc.user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>generate-documentation</id>
3535
<phase>generate-sources</phase>
3636
<configuration>
37-
<echo>Generating Trace Compass RCP Help Files</echo>
3837
<target>
38+
<echo message="Generating Trace Compass RCP Help Files"/>
3939
<property name="compile_classpath" refid="maven.compile.classpath" />
4040
<ant target="build" inheritRefs="true" antfile="build.xml" />
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>clean-documentation</id>
4949
<phase>clean</phase>
5050
<configuration>
51-
<echo>Cleaning up generated Trace Compass RCP Help Files</echo>
5251
<target>
52+
<echo message="Cleaning up generated Trace Compass RCP Help Files"/>
5353
<ant target="clean" antfile="build.xml" />
5454
</target>
5555
</configuration>

doc/org.eclipse.tracecompass.tmf.pcap.doc.user/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>generate-documentation</id>
3535
<phase>generate-sources</phase>
3636
<configuration>
37-
<echo>Generating Pcap Help Files</echo>
3837
<target>
38+
<echo message="Generating Pcap Help Files"/>
3939
<property name="compile_classpath" refid="maven.compile.classpath" />
4040
<ant target="build" inheritRefs="true" antfile="build.xml" />
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>clean-documentation</id>
4949
<phase>clean</phase>
5050
<configuration>
51-
<echo>Cleaning up generated Pcap Help Files</echo>
5251
<target>
52+
<echo message="Cleaning up generated Pcap Help Files"/>
5353
<ant target="clean" antfile="build.xml" />
5454
</target>
5555
</configuration>

pom.xml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</licenses>
4141

4242
<properties>
43-
<required-maven-version>3.9</required-maven-version>
43+
<required-maven-version>3.9.9</required-maven-version>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4646
<testArgLine></testArgLine>
@@ -52,23 +52,23 @@
5252
<skip-short-tc-ui-tests>false</skip-short-tc-ui-tests>
5353
<skip-long-tc-ui-tests>false</skip-long-tc-ui-tests>
5454

55-
<tycho-version>4.0.11</tycho-version>
56-
<tycho-extras-version>4.0.11</tycho-extras-version>
55+
<tycho-version>5.0.2</tycho-version>
56+
<tycho-extras-version>5.0.2</tycho-extras-version>
5757
<tycho-use-project-settings>true</tycho-use-project-settings>
5858
<tycho.scmUrl>scm:git:https://github.com/eclipse-tracecompass/org.eclipse.tracecompass</tycho.scmUrl>
59-
<cbi-plugins.version>1.4.2</cbi-plugins.version>
59+
<cbi-plugins.version>1.5.4</cbi-plugins.version>
6060
<target-platform>tracecompass-e4.39</target-platform>
6161

62-
<rcptt-version>2.5.4</rcptt-version>
62+
<rcptt-version>2.8.1</rcptt-version>
6363
<!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
6464
<SWT_GTK3>0</SWT_GTK3>
6565

6666
<slf4j-bundle>slf4j.simple</slf4j-bundle>
6767
<slf4j-version>2.0.9</slf4j-version>
6868

6969
<!-- Sonar rule configuration -->
70-
<sonar-version>3.9.1.2184</sonar-version>
71-
<jacoco-version>0.8.10</jacoco-version>
70+
<sonar-version>5.5.0.6356</sonar-version>
71+
<jacoco-version>0.8.14</jacoco-version>
7272
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
7373
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
7474
<sonar.java.source>${jdk.version}</sonar.java.source>
@@ -320,7 +320,7 @@
320320
<plugin>
321321
<groupId>org.apache.maven.plugins</groupId>
322322
<artifactId>maven-javadoc-plugin</artifactId>
323-
<version>3.6.2</version>
323+
<version>3.12.0</version>
324324
<configuration>
325325
<groups>
326326
<group>
@@ -610,7 +610,7 @@
610610
<plugin>
611611
<groupId>org.apache.maven.plugins</groupId>
612612
<artifactId>maven-resources-plugin</artifactId>
613-
<version>3.3.1</version>
613+
<version>3.5.0</version>
614614
<configuration>
615615
<encoding>UTF-8</encoding>
616616
</configuration>
@@ -619,13 +619,13 @@
619619
<plugin>
620620
<groupId>org.apache.maven.plugins</groupId>
621621
<artifactId>maven-antrun-plugin</artifactId>
622-
<version>3.1.0</version>
622+
<version>3.2.0</version>
623623
</plugin>
624624

625625
<plugin>
626626
<groupId>org.apache.maven.plugins</groupId>
627627
<artifactId>maven-dependency-plugin</artifactId>
628-
<version>3.6.0</version>
628+
<version>3.10.0</version>
629629
</plugin>
630630

631631
<plugin>
@@ -637,37 +637,37 @@
637637
<plugin>
638638
<groupId>org.apache.maven.plugins</groupId>
639639
<artifactId>maven-site-plugin</artifactId>
640-
<version>4.0.0-M9</version>
640+
<version>4.0.0-M16</version>
641641
</plugin>
642642

643643
<plugin>
644644
<groupId>org.apache.maven.plugins</groupId>
645645
<artifactId>maven-clean-plugin</artifactId>
646-
<version>3.3.1</version>
646+
<version>3.5.0</version>
647647
</plugin>
648648

649649
<plugin>
650650
<groupId>org.apache.maven.plugins</groupId>
651651
<artifactId>maven-deploy-plugin</artifactId>
652-
<version>3.1.1</version>
652+
<version>3.1.4</version>
653653
</plugin>
654654

655655
<plugin>
656656
<groupId>org.apache.maven.plugins</groupId>
657657
<artifactId>maven-install-plugin</artifactId>
658-
<version>2.5.2</version>
658+
<version>3.1.4</version>
659659
</plugin>
660660

661661
<plugin>
662662
<groupId>org.apache.maven.plugins</groupId>
663663
<artifactId>maven-project-info-reports-plugin</artifactId>
664-
<version>3.4.5</version>
664+
<version>3.9.0</version>
665665
</plugin>
666666

667667
<plugin>
668668
<groupId>org.apache.maven.plugins</groupId>
669669
<artifactId>maven-javadoc-plugin</artifactId>
670-
<version>3.6.2</version>
670+
<version>3.12.0</version>
671671
<configuration>
672672
<groups>
673673
<group>

tmf/org.eclipse.tracecompass.tmf.ui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<id>fix-dark-theme-css</id>
3535
<phase>validate</phase>
3636
<configuration>
37-
<echo>Fix Dark Theme CSS</echo>
3837
<target>
38+
<echo message="Fix Dark Theme CSS"/>
3939
<property name="targetPlatform" value="${target-platform}" />
4040
<ant antfile="build.xml"/>
4141
</target>
@@ -48,8 +48,8 @@
4848
<id>cleanup-dark-theme-css</id>
4949
<phase>verify</phase>
5050
<configuration>
51-
<echo>Clean-up Dark Theme CSS</echo>
5251
<target>
52+
<echo message="Clean-up Dark Theme CSS"/>
5353
<property name="targetPlatform" value="${target-platform}" />
5454
<ant antfile="build.xml" target="resetCSS"/>
5555
</target>

0 commit comments

Comments
 (0)