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

2016-03-19 Thread Christofer Dutz
Hi Dirk, I have worked with them before so I can help you ... at least this way I can give something back for your great support over the last few weeks with getting JQAssistant working at my current project ;-) Chris Von: Dirk Mahler Gesendet: Freitag

Re: Early Access builds of JDK 9 b110 & JDK 9 with Project Jigsaw b110 (#4664) are available on java.net

2016-03-19 Thread Michael Osipov
Am 2016-03-19 um 08:48 schrieb Rory O'Donnell: Hi Robert & Kristian, Early Access b110 for JDK 9 is available on java.net, summary of changes are listed here . Among other fixes , the following changes

Re[2]: MavenReport vs. true

2016-03-19 Thread Dirk Mahler
Hi Karl Heinz, maybe I've got something wrong - short recap: - The jQA Maven plugin provides several Mojos, some of them use an embedded instance of Neo4j which is needs to be a singleton in the reactor. Therefore in some reactors it's necessary to declare the plugin using true, i.e. if othe

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

2016-03-19 Thread Dirk Mahler
Hi Chris, I already had this discussion with Karl Heinz and it sounds like a good idea. I need to have a deeper look at what this actually means (I haven't worked with extensions so far) and how much effort it would take to restructure things like that... Dirk How about making it a real ma

Re: MavenReport vs. true

2016-03-19 Thread Karl Heinz Marbaise
Hi Dirk, On 3/16/16 9:03 PM, Dirk Mahler wrote: Hi, a project of mine (jQAssistant) provides Maven plugin which includes a Mojo for creating reports for a Maven site: @Mojo(name = "report", defaultPhase = LifecyclePhase.SITE) public class ReportMojo extends AbstractMavenReport { There seems t

Re: MavenReport vs. true

2016-03-19 Thread Karl Heinz Marbaise
Hi Dirk, Ah... yes the reporting does not allow extensions... You can only define 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 w

Re[2]: MavenReport vs. true

2016-03-19 Thread Dirk Mahler
Hi Karl Heinz, the "extensions" element is not supported in the reporting section: com.buschmais.jqassistant.scm jqassistant-maven-plugin 1.1.2 true report Best regards, Dirk --

MavenReport vs. true

2016-03-19 Thread Dirk Mahler
Hi, a project of mine (jQAssistant) provides Maven plugin which includes a Mojo for creating reports for a Maven site: @Mojo(name = "report", defaultPhase = LifecyclePhase.SITE) public class ReportMojo extends AbstractMavenReport { There seems to be a problem if the Maven plugin is declared a

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

2016-03-19 Thread Rory O'Donnell
Hi Robert & Kristian, Early Access b110 for JDK 9 is available on java.net, summary of changes are listed here . Among other fixes , the following changes are also included from builds 108 to 110

[GitHub] maven-scm pull request: support @ in username of scm url

2016-03-19 Thread Chabernac
GitHub user Chabernac opened a pull request: https://github.com/apache/maven-scm/pull/47 support @ in username of scm url a url like https://usern...@site.com:passw...@github.com/repository.git was not supported. The username and host where not derived correctly in this case. You