Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] New CI job tycho-build-with-maven-snapshots

Hi Mickael,

 

I think it has something to do with the Maven Bug https://issues.apache.org/jira/browse/MNG-5452. As you can see in the comments in the Test class, maven used the local time zone and Tycho UTC and the test does read the maven build timestamp and converts it to UTC.

Since the new build job is using a maven version where the build timestamp is UTC, we should not concert from local timezone to UTC. In other words, the test is wrong for maven > v3.2.2.

 

I pushed a change https://git.eclipse.org/r/#/c/142408/ where the test does check which maven version is running and only converts to UTC if maven version is < 3.2.2.

 

HTH

Martin

 


Back to the top