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

2016-07-07 Thread Christofer Dutz
Oh, well I would have a use case for it. I am currently working on bringing more and more parts of Apache Flex from Ant to Maven. Here in a lot of places I have dependencies that are not yet available as Maven artifacts. While I managed to get in contact with quite some of the people

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

2016-07-06 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

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,

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