Re[4]: Configurable Dependencies for Maven Plugins?

2017-04-14 Thread Dirk Mahler
.com> An: dev@maven.apache.org Gesendet: 12.04.2017 22:12:55 Betreff: Re: Re[2]: Configurable Dependencies for Maven Plugins? Hi Lennart, that sounds feasible, will give it a try and come back with the result. Thanks so far to all of you! Dirk Am Mittwoch 12. April 2017 schrieb Lennart Jörel

Re: Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
act without classifier). In > > > > this case I would need to exclude "org.neo4j.app:neo4j-server:static" > > > > which is still there as a 2.x artifact and pulls in some other deps > > that > > > > are conflicting with the 3.x stuff. Any idea? >

Re: Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Lennart Jörelid
ic content into > > > neo4j-server.jar, i.e. into the main artifact without classifier). In > > > this case I would need to exclude "org.neo4j.app:neo4j-server:static" > > > which is still there as a 2.x artifact and pulls in some other deps > that > > >

Re: Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
gt; Dirk > > > > -- Originalnachricht -- > > Von: "Bindul Bhowmik" <bindulbhow...@gmail.com> > > An: "Maven Developers List" <dev@maven.apache.org>; "Dirk Mahler" > > <dirk.mah...@buschmais.com> > > Gesendet: 12.04

Re: Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Stephen Connolly
y idea? > > Cheers, > > Dirk > > -- Originalnachricht -- > Von: "Bindul Bhowmik" <bindulbhow...@gmail.com> > An: "Maven Developers List" <dev@maven.apache.org>; "Dirk Mahler" > <dirk.mah...@buschmais.com> > Gese

Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
An: "Maven Developers List" <dev@maven.apache.org>; "Dirk Mahler" <dirk.mah...@buschmais.com> Gesendet: 12.04.2017 20:28:16 Betreff: Re: Configurable Dependencies for Maven Plugins? Dirk, On Wed, Apr 12, 2017 at 7:06 AM, Dirk Mahler <dirk.mah...@busc

Re: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Bindul Bhowmik
Dirk, On Wed, Apr 12, 2017 at 7:06 AM, Dirk Mahler wrote: > Hi all, > > is there a way to provide users of a plugin a way of easily switching > dependencies of it? > > Background: I'm developing a Maven plugin (jQAssistant) that comes with a > dependency to Neo4j

Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
Hi all, is there a way to provide users of a plugin a way of easily switching dependencies of it? Background: I'm developing a Maven plugin (jQAssistant) that comes with a dependency to Neo4j (graph database). Currently I'm using Neo4j 2.3.x which has been compiled against Java 7 but I