Re: Integrating maven with other tooling

2016-05-30 Thread James Roper
On 31 May 2016 at 12:22, Igor Fedorenko wrote: > There is no good/sane Maven embedding API. You really need to > reimplement relevant parts of MavenCli and DefaultMaven in your code. > You can check how we do this in m2e [1], although embedding Maven in > long-running OSGi

Re: Integrating maven with other tooling

2016-05-30 Thread Igor Fedorenko
There is no good/sane Maven embedding API. You really need to reimplement relevant parts of MavenCli and DefaultMaven in your code. You can check how we do this in m2e [1], although embedding Maven in long-running OSGi application certainly adds its own lever of complexity. [1]

Re: Integrating maven with other tooling

2016-05-30 Thread James Roper
On 30 May 2016 at 17:39, Michael Osipov <1983-01...@gmx.net> wrote: > > I think, you are looking for Maven Embedder. > No, really, I'm not. I have been head deep in the maven embedder source code for a day now, and it does not do what you think it does. org.apache.maven.cli.MavenCli, the class

[VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1 (Take 2)

2016-05-30 Thread Karl Heinz Marbaise
Hi, We have solved 6 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1 There are still a couple of issues left in JIRA:

[CANCELED] [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1

2016-05-30 Thread Karl Heinz Marbaise
Hi, unfortunately i CANCEL the VOTE cause i missed something. Kind regards Karl Heinz Marbaise On 5/29/16 12:07 AM, Karl Heinz Marbaise wrote: Hi, We have solved 5 issues: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1

Early Access builds of JDK 9 b120 & JDK 9 with Project Jigsaw b120 (#5074) are available on java.net

2016-05-30 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access b120 for JDK 9 is available on java.net, summary of changes are listed here . Early Access b120 (#5074) for JDK 9 with Project

Re: Integrating maven with other tooling

2016-05-30 Thread Michael Osipov
> Hi all, > > I'm looking to write some tooling that integrates with maven by > programatically interrogating the build to get, for example, a list of > projects, their transitive dependencies, etc. What I don't want to do is > reimplement maven - I don't want to parse the pom file myself and

Re: [VOTE] Release Apache Maven Shared Component: Maven Filtering 3.1.1

2016-05-30 Thread Anders Hammar
+1 /Anders On Sun, May 29, 2016 at 12:07 AM, Karl Heinz Marbaise wrote: > Hi, > > We have solved 5 issues: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20fixVersion%20%3D%20maven-filtering-3.1.1 > > There are still a couple of issues left in