Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-17Update pom.xml for next releaseFrederic Gurr1-4/+4
Change-Id: I76d25314d971705547fb9b3df26ac72b6cee50b9 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2018-09-07Fix dir name of reference repo m(Frederic Gurr1-1/+1
Change-Id: Idf99bd6c110fd4fd2feb74f8ec4c01a8b45f93b5 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2018-09-07Fix reference repoFrederic Gurr1-1/+1
Change-Id: I8b1a010dda463e11a27fb7eea02b8b07c88597a6 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2018-09-06Fix train name and reference repoFrederic Gurr1-3/+3
Change-Id: If3382b520330acce66b7680f718fa3894c3e0391 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2018-07-17Update repo URLs to PhotonFrederic Gurr1-2/+2
Change-Id: I36009fb4f699846a728bbaa2ce9f31657f562c70 Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2017-12-14Fix path to reference repoFrederic Gurr1-2/+3
See http://git.eclipse.org/c/simrel/org.eclipse.simrel.tools.git/tree/runTests.xml Change-Id: Icaa75180db73ca9893b371e660c5cb6b7e2265eb Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
2017-12-12Bug 506502 - a pom.xml orchestrating aggregation and reportsMickael Istria1-0/+266
This can be used as a replacement for some Ant scripts. Run `mvn clean verify` and that will generate site according to b3 model and p2reports. A first advantage is that this `mvn clean verify` commnd is simple to run and has only Maven as requirements, so it's easer to use and document, and user can even guess when they see a pom.xml which command to run without much pre-requisite knowledge of the project The provisioning of the builder app is provided via the eclipserun tycho plugin, instead of Ant scripts. This is a second advantage as it reduces the responsibilities of SimRel, by reusing features provided by Tycho. The output of `mvn verify` here is expected to be the same as with current Ant-based orchestration, as it's in the end calling the same application on the same model. Also, as it only consists in addition of a file, the Ant-based orchestration is still supposed to work with that change. Change-Id: I3a6c67fe10982439c5ecb9af21589dad14ae904b Signed-off-by: Mickael Istria <mistria@redhat.com>

    Back to the top