Re: Check if parameter is explicitly set

2017-04-12 Thread Karl Heinz Marbaise
Hi, On 13/04/17 02:05, András Kerekes wrote: Hi, I'm working on a Maven plugin and I'd like to check whether a parameter for a Mojo has been explicitly set by the user (via POM), or it contains the default value. Is there a way to do this? Maybe I misunderstand a thing but why do you need to

Fwd: [VOTE] Apache Mahout 0.13.0 Release Candidate

2017-04-12 Thread Andrew Musselman
Hi Maven team, we are having trouble getting a couple new modules included in our release build and our former "Maven person" can't contribute any more at their new job. Anyone up for some troubleshooting? We release from master, our source repo is at https://github.com/apache/mahout, and our late

[ANN] Apache Maven Surefire Plugin 2.20 Released

2017-04-12 Thread Tibor Digana
The Apache Maven team is pleased to announce the release of the Apache Maven Surefire Plugin, version 2.20. The release contains 70 bug fixes. Again we received contributions from the community in form of bug reports and bug fixes. Thank you and keep them coming! http://maven.apache.org/plugins/m

[GitHub] maven-plugins pull request #112: MWAR-405 Workaround XStream incompatibility...

2017-04-12 Thread eolivelli
Github user eolivelli closed the pull request at: https://github.com/apache/maven-plugins/pull/112 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] maven-plugins pull request #112: MWAR-405 Workaround XStream incompatibility...

2017-04-12 Thread eolivelli
GitHub user eolivelli reopened a pull request: https://github.com/apache/maven-plugins/pull/112 MWAR-405 Workaround XStream incompatibility with Java9 This is a proof-of-concept implementation of a possible way to word-around the actual incompatibility of xstreams default converter

Re: Check if parameter is explicitly set

2017-04-12 Thread Tibor Digana
Try to put a break point to setter but you won't distinguish between user and default value. On Thu, Apr 13, 2017 at 2:06 AM, András Kerekes [via Maven] < ml-node+s40175n5905937...@n5.nabble.com> wrote: > Hi, > > I'm working on a Maven plugin and I'd like to check whether a parameter > for > a Mo

[RESULT] [VOTE] Release Apache Maven Surefire Plugin version 2.20 - TAKE 3

2017-04-12 Thread Tibor Digana
Hi, The vote has passed with the following result: +1 : Petr Široký (non-binding), Andreas Gudian (binding), Michael Osipov (binding), Dan Tran (non-binding), Manfred Moser (binding), Hervé BOUTEMY (binding), Tibor Digana (binding) PMC quorum: Andreas Gudian, Michael Osipov, Manfred Moser, Hervé

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20 - TAKE 3

2017-04-12 Thread Tibor Digana
+1 (binding) On Sat, Apr 8, 2017 at 12:53 PM, Tibor Digana wrote: > Hi, > > We solved 70 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317927&version=12334636 > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/i#issues/?jql=pro

Check if parameter is explicitly set

2017-04-12 Thread András Kerekes
Hi, I'm working on a Maven plugin and I'd like to check whether a parameter for a Mojo has been explicitly set by the user (via POM), or it contains the default value. Is there a way to do this? Thanks, András

Re: Github mirror broken

2017-04-12 Thread Hervé BOUTEMY
Le mercredi 12 avril 2017, 22:05:02 CEST Michael Osipov a écrit : > Am 2017-04-12 um 08:54 schrieb Hervé BOUTEMY: > > yes, that's what I tried to say (there were 4 branches iin MNG-6169/) > > > > I finally renamed the 4 branches and replaced / with _: now there won't be > > any stupid failure on J

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

2017-04-12 Thread Dirk Mahler
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örelid: > Hello Dirk, > > There are always options for doing this, although they may not be > considered elegant. > > To solve your

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

2017-04-12 Thread Lennart Jörelid
Hello Dirk, There are always options for doing this, although they may not be considered elegant. To solve your problem in a practical way I would recommend defining two profiles within your pom (say "neo4jV2" and "neo4jV3"). One of the properties should be included ("Conditional profiles") using

Re: Github mirror broken

2017-04-12 Thread Michael Osipov
Am 2017-04-12 um 08:54 schrieb Hervé BOUTEMY: yes, that's what I tried to say (there were 4 branches iin MNG-6169/) I finally renamed the 4 branches and replaced / with _: now there won't be any stupid failure on Jenkins, and I just checeked that the github mirror is up to date also Hell, seri

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

2017-04-12 Thread Dirk Mahler
Hi Stephen, I need to declare the dependency to static directly, so I'm on the Sorry-Out-Of-Luck path... But your suggestion makes me thinking of providing an artifact myself (just pom packaging) in two different versions that pulls in the different dependencies and which can be overridden by

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

2017-04-12 Thread 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...). As a default and for compatibility reasons I'd like to > declare the dependencies of the Neo4j 2.x artifacts for my Maven plugin: > > - org.neo4j:neoj >

Re[2]: Configurable Dependencies for Maven Plugins?

2017-04-12 Thread Dirk Mahler
Hi Bindul, sadly it's not that easy (or it's so easy that I don't see the solution...). As a default and for compatibility reasons I'd like to declare the dependencies of the Neo4j 2.x artifacts for my Maven plugin: - org.neo4j:neoj - org.neo4j.app:neo4j-server - org.neo4j.app:neo4j-server:st

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 (graph database). Currently I'm u

[GitHub] maven pull request #113: [MNG-6127] Fix plugin execution configuration inter...

2017-04-12 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven/pull/113 [MNG-6127] Fix plugin execution configuration interference PR for maven-integration-testing: https://github.com/apache/maven-integration-testing/pull/21 You can merge this pull request into a Git

[GitHub] maven-integration-testing pull request #21: [MNG-6127] Add plugin execution ...

2017-04-12 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven-integration-testing/pull/21 [MNG-6127] Add plugin execution configuration interference test You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic/

Re: Building a Java9 project just using JDK9

2017-04-12 Thread Robert Scholte
Yes, I think that makes sense. Will do so. Robert On Wed, 12 Apr 2017 03:15:41 +0200, Hervé BOUTEMY wrote: Robert, Should this war plugin be added to the Java 9 - Jigsaw Wiki page in the plugins section? https://cwiki.apache.org/confluence/display/MAVEN/Java+9+-+Jigsaw Regards, Hervé L

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 would

Re: Github mirror broken

2017-04-12 Thread Stephen Connolly
I think the issue was changing from MNG-6169 to MNG-6169/something and then back again using names with a slash in them *should* be fine... reusing the part before the slash can cause issues during the same sync On 12 April 2017 at 07:54, Hervé BOUTEMY wrote: > yes, that's what I tried to say (

Re: Building a Java9 project just using JDK9

2017-04-12 Thread Enrico Olivelli
I have created the JIRA to better track my proposal https://issues.apache.org/jira/browse/MWAR-405 2017-04-12 3:15 GMT+02:00 Hervé BOUTEMY : > Robert, > > Should this war plugin be added to the Java 9 - Jigsaw Wiki page in the > plugins section? > https://cwiki.apache.org/confluence/display/MAV

[GitHub] maven-plugins pull request #112: MWAR-405 Workaround XStream incompatibility...

2017-04-12 Thread eolivelli
Github user eolivelli closed the pull request at: https://github.com/apache/maven-plugins/pull/112 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featu

[GitHub] maven-plugins pull request #112: MWAR-405 Workaround XStream incompatibility...

2017-04-12 Thread eolivelli
GitHub user eolivelli reopened a pull request: https://github.com/apache/maven-plugins/pull/112 MWAR-405 Workaround XStream incompatibility with Java9 This is a proof-of-concept implementation of a possible way to word-around the actual incompatibility of xstreams default converter