Skip to content

Changes

Summary

  1. Add jenkins file with maven 3.8.6 (details)
Commit 5ec430490a02a54d95a0d7b372bc6a8b5f1d7f2f by Patrick Tasse
Add jenkins file with maven 3.8.6

This maven version is required to build older stable branches.

Remove JDK11 jenkins files that are no longer used.

Change-Id: I43f8f02f4f7492cee2f5995672ad4a5ebc8b6328
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was removedjenkins/pipelines/tracecompass-incubator-jdk11.Jenkinsfile
The file was removedjenkins/pipelines/tracecompass-jdk11.Jenkinsfile
The file was addedjenkins/pipelines/tracecompass-jdk17-mvn38.Jenkinsfile

Summary

  1. java-doc: Exclude o.e.tc.tmf.remote from java-doc due to build errors (details)
Commit fdbfc5ae18f863a3638185f4a8fdd7c272400a58 by Bernd Hufmann
java-doc: Exclude o.e.tc.tmf.remote from java-doc due to build errors

After upgrading tycho to 4.0.x and maven 3.9.x building of java-doc
fails with o.e.remote not found for the o.e.tc.tmf.remote plug-ins.

With this the java-doc for all Trace Compass API but TMF remote can be
built and deployed again.

Upgrade maven java doc plugin to 3.6.2.

Change-Id: If1a02bed8da8b1b12f5397fac28836277faf929c
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/205616
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified pom.xml