Re: Is there a reason extensions in ".mvn/extensions.xml" don't seem to support configuration?

2016-07-05 Thread Sievers, Jan
https://issues.apache.org/jira/browse/MNG-5897 Tycho also has a scenario where configuration would be helpful https://bugs.eclipse.org/bugs/show_bug.cgi?id=492819 Regards Jan On 05/07/16 18:48, "Igor Fedorenko" wrote: The latter. My original prototype had configuration support (may still have

[RESULT] [VOTE] Release Apache Maven SCM version 1.9.5

2016-07-05 Thread Karl Heinz Marbaise
Hi, The vote has passed with the following result: +1 : Karl-Heinz Marbaise, Hervé Boutemy, Olivier Lamy PMC quorum: reached. I will promote the artifacts to the central repo. Kind regards Karl Heinz Marbaise - To unsubscri

Re: Maven color status

2016-07-05 Thread Robert Scholte
On Mon, 04 Jul 2016 19:55:27 +0200, Christian Schulte wrote: Am 07/04/16 um 19:42 schrieb Manfred Moser: To be honest I dont think it would be a problem if it were in core. Easier to understand for plugin developers potentially and a good motivation for users to upgrade as well as plugin de

Re: Is there a reason extensions in ".mvn/extensions.xml" don't seem to support configuration?

2016-07-05 Thread Igor Fedorenko
The latter. My original prototype had configuration support (may still have the code somewhere, not sure) but we took it out because we didn't have immediate usecase and didn't want to commit to any specific format and api without clear understanding how it was going to be used.. -- Regards, Igor

[GitHub] maven-plugins pull request #88: [MCHECKSTYLE-325] Provided multi-module IT w...

2016-07-05 Thread lennartj
GitHub user lennartj opened a pull request: https://github.com/apache/maven-plugins/pull/88 [MCHECKSTYLE-325] Provided multi-module IT with verification. Provide… Provided multi-module IT with verification. Provided documentation highlighting plugin handling of resources in m

Is there a reason extensions in ".mvn/extensions.xml" don't seem to support configuration?

2016-07-05 Thread Christofer Dutz
Hi, I just noticed that the extensions.xml doesn't seem to support configuring an extension. Is this intentional because it would break things or is it simply that none needed or implemented that functionality yet? Chris