Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
Il sab 5 gen 2019, 08:48 Hervé BOUTEMY ha scritto: > Le samedi 5 janvier 2019, 08:10:51 CET Olivier Lamy a écrit : > > On Sat, 5 Jan 2019 at 12:39, Tibor Digana > wrote: > > > Manfred, did you see my comment on Slack? > > > Shortly, let's have dedicated machines just only for Maven project with

Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Mickael Istria
On Sat, Jan 5, 2019 at 8:11 AM Olivier Lamy wrote: > No way. Apache Infrastructure is a shared infrastructure. There are NO > dedicated machine for any projects. > I guess you mean physical machines here, don't you? I don't think physical machines are what matters, but having an infra that can

Create JIRA project for Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
Can any admin create this project ? for Maven Scripting Plugin https://issues.apache.org/jira/browse/MSCRIPTING Regards Enrico - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: Enable Travis on Maven Scripting Plugin

2019-01-05 Thread Enrico Olivelli
Travis up and running on Maven Scripting Plugin this is the first build with integration tests mvn verify -Prun-its https://travis-ci.org/apache/maven-scripting-plugin/builds/475666300 This is how the PR looks like: https://github.com/apache/maven-scripting-plugin/pull/2 I think it is a great

Jenkins ASF + Pull Requests + webhooks

2019-01-05 Thread Enrico Olivelli
Hi Stephen, I am not a Jenkins expert, but I want to share this idea, maybe it can help. Can we use GitHub webhooks in order to trigger the creation of a Job inside Maven-Box ? This way we don't have to continuously use Github API. When an user creates/updates a PR we can import the PR and create

Re: How much m2e test suites cover of Maven ?

2019-01-05 Thread Mickael Istria
Hi all, I've configured the CI job https://ci.eclipse.org/m2e/job/m2e-core-tests/ so that it automatically reports to SonarCloud how m2e tests cover maven-core code: https://sonarcloud.io/component_measures?id=m2e-covering-maven=coverage Note that not all tests are included, only a small subset