Re: SonarQube

2018-01-12 Thread Stephen Connolly
On Fri 12 Jan 2018 at 20:30, Karl Heinz Marbaise wrote: > Hi, > > so I have taken the first step...and simple approach with results[1] > and the job[2]. We’ll need to integrate as Pipeline, not freestyle The question is really if the info is useful. I think I have the pipeline integration exa

Re: Old Style Build Jobs

2018-01-12 Thread Stephen Connolly
On Fri 12 Jan 2018 at 19:21, Karl Heinz Marbaise wrote: > Hi, > > I think the following build jobs can be deleted as well: > > 1. https://builds.apache.org/view/M-R/view/Maven/job/maven-2.2.x/ > 2. https://builds.apache.org/view/M-R/view/Maven/job/maven-3.0.x/ > 3. https://builds.apache.org/view/

Re: SonarQube

2018-01-12 Thread Sylwester Lachiewicz
If someone can run Sonar for maven-resolver I can help with preparing fixes. For test coverage we can also use http://openclover.org/doc/manual/4.2.0/maven--quick-start-guide.html Sylwester pt., 12 sty 2018 o 21:30 użytkownik Karl Heinz Marbaise napisał: > Hi, > > so I have taken the first ste

Maven-resolver fixes

2018-01-12 Thread Sylwester Lachiewicz
Hi, I've prepared some bug fixes to maven-resolver - can I as someone for review and approval ? Is there any plan which Maven's issues should be fixed first? Sylwester [1] https://github.com/apache/maven-resolver/pulls [2] https://github.com/apache/maven/pulls

SonarQube

2018-01-12 Thread Karl Heinz Marbaise
Hi, so I have taken the first step...and simple approach with results[1] and the job[2]. I will take a more detailed view on that... Kind regards Karl Heinz Marbaise [1]: https://builds.apache.org/analysis/overview?id=55842 [2]: https://builds.apache.org/view/M-R/view/Maven/job/SonarQube-Test

Re: Old Style Build Jobs

2018-01-12 Thread Karl Heinz Marbaise
Hi, I think the following build jobs can be deleted as well: 1. https://builds.apache.org/view/M-R/view/Maven/job/maven-2.2.x/ 2. https://builds.apache.org/view/M-R/view/Maven/job/maven-3.0.x/ 3. https://builds.apache.org/view/M-R/view/Maven/job/maven-3.x/ 4. https://builds.apache.org/view/M-R/v

Re: Old Style Build Jobs

2018-01-12 Thread Karl Heinz Marbaise
Hi, now I found another one which I have removed. The old build Job: https://builds.apache.org/view/M-R/view/Maven/job/maven-indexer-5.x/ The new one: https://builds.apache.org/job/maven-wip/job/maven-indexer/ So I have deleted that job.. Kind regards Karl Heinz Marbaise On 30/12/17 19:34,

Re: Maven - Plugin / Shared Components etc.

2018-01-12 Thread Karl Heinz Marbaise
Hi Hervé, On 08/01/18 08:19, Hervé BOUTEMY wrote: while working with INFRA on Jenkins svnpubsub integration (to try to replace CMS with Jenkins based build+publish from GitHub edited Doxia source), I asked about Sonar Looks like Sonar credentials are built into builds.a.o Jenkins: then just run

Re: What was initially intended with Mojo#threadSafe ?

2018-01-12 Thread Robert Scholte
See https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3 On Fri, 12 Jan 2018 08:31:43 +0100, Anders Hammar wrote: mvn -T 2C ... IIRC. /Anders On Fri, Jan 12, 2018 at 12:02 AM, Tibor Digana wrote: What was initially intended with Mojo#threadSafe ? Was it the us