Singleton component

2014-07-29 Thread dirk . mahler
Hi, during the developing a Maven plugin (Maven project API version 3.0.5) for the project jQAssistant (jqassistant.org) and I'm running into an issue where I need some help: The plugin mojo scans the artifacts generated by the build process (classes, etc.) into an embedded instance of the graph

Re: [VOTE] Retire Maven OSGi

2019-08-23 Thread Dirk Mahler
Hi, I'm not using it but just for curiosity I checked on Maven Central if some artifacts have been pushed there recently that declare a dependency to this artifact (maven-osgi): "0.2.0" "org.glassfish.hk2:consolidatedbundle-maven-plugin:pom:2.6.0" "2019-07-31T22:22:29Z" "0.2.0" "org.glassfis

Possible interferences between Maven plugins

2020-01-22 Thread Dirk Mahler
the jQA Maven plugin)? Best regards and thanks in advance Dirk - BUSCHMAIS GbR Inhaber Torsten Busch, Frank Schwarz, Dirk Mahler, Tobias Israel Adresse Leipziger Straße 93, 01127 Dresden Telefon +49 351 320923-0 Mobil +49 177

Re: Keeping Plexus component states persisted accross plugin executions

2014-08-01 Thread dirk . mahler
+1 from my side (see my questi. I tried using an extension for the question I asked some days ago (http://mail-archives.apache.org/mod_mbox/maven-dev/201407.mbox/%3Ca2133e028cf3c18c539eac4d6cf42ed9.squirrel%40webmail.buschmais.com%3E) but it seems not trivial - I ran into several classloading issu

Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
t a user of the jqassistant-maven-plugin can easily switch between both variants? Cheers, Dirk Senior Consultant IT buschmais GbR - Inhaber Torsten Busch, Frank Schwarz, Dirk Mahler, Tobias Israel Adresse buschmais GbR, Leipziger S

Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
er). 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? Cheers, Dirk -- Originalnachricht -- Von: "Bindul Bhowmik" An

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

2017-04-12 Thread Dirk Mahler
the 3.5.0 release, works like a charm for me! Am Mittwoch 12. April 2017 schrieb Stephen Connolly: > On Wed 12 Apr 2017 at 20:21, Dirk Mahler wrote: > > > Hi Bindul, > > > > sadly it's not that easy (or it's so easy that I don't see the > > solution...).

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

2017-04-12 Thread Dirk Mahler
e) of a command-line property (typically > something like -Dneo4jVersion=2). > > The neo4jv2 profile includes the three neo4j2 dependencies, and the neo4jv3 > profile includes the two neo4j3 dependencies. > Include the neo4jV3 profile unless the property "neo4jVersion" is set on > th

Re[4]: Configurable Dependencies for Maven Plugins?

2017-04-14 Thread Dirk Mahler
Hi Lennart, it works, thanks for the hint! Now fighting with classloading problems of Apache Lucene (which is used by Neo4j), but that's another story... Cheers and happy easter to everybody Dirk -- Originalnachricht -- Von: "Dirk Mahler" An: dev@maven.apac

MavenReport vs. true

2016-03-19 Thread Dirk Mahler
gnableFrom( mojoClass ); Is there a way to get around that (Maven 3.3.9)? Best regards from Dresden Dirk Mahler Senior Consultant IT buschmais GbR - Inhaber Torsten Busch, Frank Schwarz, Dirk Mahler, Tobias Israel Adresse buschmais GbR,

Re[2]: MavenReport vs. true

2016-03-19 Thread Dirk Mahler
rds, Dirk -- Originalnachricht -- Von: "Karl Heinz Marbaise" An: "Maven Developers List" Gesendet: 17.03.2016 18:43:30 Betreff: Re: MavenReport vs. true Hi Dirk, On 3/16/16 9:03 PM, Dirk Mahler wrote: Hi, a project of mine (jQAssistant) provides Maven plugin whic

Re: AW: Re[2]: MavenReport vs. true

2016-03-19 Thread Dirk Mahler
mpty database (mac & linux). Chris ________ Von: Dirk Mahler Gesendet: Freitag, 18. März 2016 06:21 An: Maven Developers List Betreff: Re[2]: MavenReport vs. true Hi Karl Heinz, maybe I've got something wrong - short recap: - The jQA Maven plugin provides several Mojos, some of them use

Re[2]: MavenReport vs. true

2016-03-19 Thread Dirk Mahler
e an extension in the build area or explicit as extension <...> why would you like to define the plugin in the reporting as extension? Kind regards Karl Heinz On 3/17/16 7:57 PM, Dirk Mahler wrote: Hi Karl Heinz, the "extensions" element is not supported in the reporting section: