Community
Participate
Working Groups
Hi, According to the releng documentation (http://wiki.eclipse.org/Linux_Tools_Project/Releng), we should verify that artifacts.xml contains a reference to a mirror site - actually our update site. I guess it should read something like this: <property name="p2.mirrorsURL" value="http://www.eclipse.org/downloads/download.php?file=/technology/linuxtools/update&format=xml&protocol=http"/> After a maven build, this property is absent: 2 "repository" properties are there - p2.timestamp and p2.compressed. Looking at a previous archive (0.8.1), I saw the same thing (no mirror property). To reproduce: - Clone the linuxtools git repository - Build: mvn -fae clean install - Open releng/org.eclipse.linuxtools-releng-site/target/repository/artifacts.jar
I just verified that p2.mirrorsURL is properly set in the Linux Tools 1.2 repo.