Re: LifecycleParticipants in child modules?

2015-03-21 Thread Mark Derricutt
Quick reply from phone. No - it doesn't work in both versions, I've not tried going back further yet tho. On 22/03/2015 8:52 am, "Jason van Zyl" wrote: > Are you saying it works in 3.2.5 and doesn't in 3.3.1? Or that the > behaviour is the same? > > On Mar 20, 2015, at 11:52 PM, Mark Derricutt

Re: LifecycleParticipants in child modules?

2015-03-21 Thread Jason van Zyl
Are you saying it works in 3.2.5 and doesn't in 3.3.1? Or that the behaviour is the same? On Mar 20, 2015, at 11:52 PM, Mark Derricutt wrote: > On 21 Mar 2015, at 15:23, Jason van Zyl wrote: > >> Put a test project somewhere and I'm happy to look, I need something I can >> debug through to tr

Re: Porblem Compiling core...

2015-03-21 Thread Jason van Zyl
Looks like it's fine and has been for most recent commits. https://ci.takari.io/job/maven_master/221/console On Mar 21, 2015, at 12:22 PM, Kristian Rosenvold wrote: > ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:3.1:compile > (default-compile) on project maven-

Re: 3.3.1: Memory Usage

2015-03-21 Thread Jason van Zyl
I would recommend trying to flesh out this: https://github.com/takari/maven-performance-tests On Mar 21, 2015, at 11:29 AM, Kristian Rosenvold wrote: > Does anyone have a publcly available project (that does not require a > ton of in-house artifacts/private repositories) that reproduce this ?

Re: Porblem Compiling core...

2015-03-21 Thread Robert Scholte
Should be generated by modello: maven-core/src/main/mdo/toolchains.mdo Robert Op Sat, 21 Mar 2015 17:22:27 +0100 schreef Kristian Rosenvold : ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project maven-core: Compilation failure

Porblem Compiling core...

2015-03-21 Thread Kristian Rosenvold
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project maven-core: Compilation failure [ERROR] /Users/kristian/lsrc/maven/maven-core/src/main/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilder.java:[65,67] cannot find s

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Karl Heinz Marbaise
Hi, >> The problem is compatibility and the toolchain which already exist and would break.. It is absolutely true that if this feature is introduced Maven less than version X will not accept the POM. The Maven version is not related to this, cause its based on the POM modellVersionwhich

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Arcadiy Ivanov
On 2015-03-21 09:37, Karl Heinz Marbaise wrote: Hi, On 3/21/15 2:14 PM, Arcadiy Ivanov wrote: So Maven pom is set in stone and no changes can be introduced to it? For Model version 4.0.0 at which is Maven at the moment i don't see a chance for such things... But there is no thing which pre

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Arcadiy Ivanov
On 2015-03-21 11:26, Kristian Rosenvold wrote: I read some of the docs you linked to I still have no idea of what it is you want to do. A one-line sales pitch would do a lot of good for lazy folks like me. Currently repositories can be specified by URL only. I'd like to be able to specify a re

Re: 3.3.1: Memory Usage

2015-03-21 Thread Kristian Rosenvold
Does anyone have a publcly available project (that does not require a ton of in-house artifacts/private repositories) that reproduce this ? At one point in time I thought I had such a test case, but it turned out to be an environmental issue. Kristian 2015-03-21 15:18 GMT+01:00 Karl Heinz Marba

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Kristian Rosenvold
I read some of the docs you linked to I still have no idea of what it is you want to do. A one-line sales pitch would do a lot of good for lazy folks like me. Kristian 2015-03-20 23:52 GMT+01:00 Arcadiy Ivanov : > Hi folks, > > I'd like to feel your temperature wrt the following improvement I w

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Karl Heinz Marbaise
Hi, On 3/21/15 3:57 PM, Arcadiy Ivanov wrote: I will definitely take a look, thanks! BTW: You should take a look at those new extensions points which might also be a possibility to change that behaviour..I'm not sure... May be Jason can tell you something about it... Kind regards Kar

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Arcadiy Ivanov
I will definitely take a look, thanks! The point I was trying to make is that I'd like to see that change in the Maven Core, i.e. adding features that can be used by all repository connector implementers if they so choose. Given the artifact-centric nature of Maven, repository encapsulation i

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2 (take 2)

2015-03-21 Thread Karl Heinz Marbaise
Hi Robert, tested with Maven 2.2.1, 3.0.5, 3.2.1, 3.2.2, 3.2.5, 3.3.1 via mvn clean verify without any issue. so +1 from me. Kind regards Karl Heinz Marbaise On 3/21/15 12:45 PM, Robert Scholte wrote: Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&s

Re: 3.3.1: Memory Usage

2015-03-21 Thread Karl Heinz Marbaise
Hi, have you pinned all plugins correctly and get no difference in the plugins version during the different executions? Have you defined any kind of profiles etc. or memory configurations? Which JDK are you using? OS is of course interesting as well... Are you using the exact same machine?

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Karl Heinz Marbaise
Hi, On 3/21/15 2:14 PM, Arcadiy Ivanov wrote: So Maven pom is set in stone and no changes can be introduced to it? For Model version 4.0.0 at which is Maven at the moment i don't see a chance for such things... But there is no thing which prevents us from changing for Maven Model 5.0.0 (Ma

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
You should look at news brought by latest 3.3 from Maven that target extensibility but to my knowledge, extending the format of the POM is not yet supported (see http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/) Regards Jeff On Sat, Mar 21, 2015 at 2:14 PM, Arcadiy Ivanov w

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Arcadiy Ivanov
So Maven pom is set in stone and no changes can be introduced to it? I'm writing this specifically to guage the community interest before starting the work. I.e. my intention is to have a general consensus that 1) it's a good thing to add 2) it's the right way to go about it. Generally speakin

Re: [VOTE] Maven 3.3.1 Release

2015-03-21 Thread Karl Heinz Marbaise
Hi Hervé, On 3/21/15 1:09 PM, Hervé BOUTEMY wrote: great work, thank you! For the long-term, I'd like the content to be stored in maven.apache.org: do you have an idea where to put it? See the last lines of my original post... Regards, Hervé Le mardi 17 mars 2015 23:13:53 Karl Heinz Ma

Re: [VOTE] Maven 3.3.1 Release

2015-03-21 Thread Hervé BOUTEMY
great work, thank you! For the long-term, I'd like the content to be stored in maven.apache.org: do you have an idea where to put it? Regards, Hervé Le mardi 17 mars 2015 23:13:53 Karl Heinz Marbaise a écrit : > Hi, > > i have done a summary as a first step (release notes like): > > http://b

Re: Jekyll experiment

2015-03-21 Thread Hervé BOUTEMY
+1 to testing some solution that has a life outside Maven: this would be great if we could replace Doxia+Doxia Sitetools+skins in the future to be able to integrate it into maven-site-plugin, we'll need to choose a tool that can be integrated in a JVM: does Jekyll provide such integration? Rega

Re: Suggestions User Information about Maven 2.2.1 EoL / Plugins / JDK

2015-03-21 Thread Hervé BOUTEMY
Le vendredi 20 mars 2015 13:32:36 Dennis Lundberg a écrit : > It looks good to me +1 > > On Thu, Mar 19, 2015 at 8:02 PM, Karl Heinz Marbaise wrote: > > Hi, > > > > nothing more to improve ? > > > > Kind regards > > Karl Heinz Marbaise > > > > On 3/18/15 10:21 PM, Karl Heinz Marbaise wrote:

[VOTE] Release Apache Maven Shared Maven Invoker 2.2 (take 2)

2015-03-21 Thread Robert Scholte
Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=18970 There are still 2 issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11761&status=1&component=13271 Staging repo: https://repository.apache.

[CANCELED] [VOTE] Release Apache Maven Shared Maven Invoker 2.2

2015-03-21 Thread Robert Scholte
This release couldn't be built on MAC OS. There's an easy fix for it, so I'll drop this one and do another release. thanks, Robert Op Wed, 18 Mar 2015 23:52:10 +0100 schreef Robert Scholte : Hi, this release contains a critical fix for Windows users who want to invoke Apache Maven 3.3.

Re: 3.3.1: Memory Usage

2015-03-21 Thread Robert Scholte
It also seems to be a time-issue. I would like to see these numbers over, let's say, 10 runs. (OS and JDK the same of course) One thing worth investigating is if the buildplan related instances can be cleaned up. thanks, Robert Op Wed, 18 Mar 2015 11:19:33 +0100 schreef Jörg Schaible :

Re: [DISCUSSION] JEP 238: Multi-Version JAR Files

2015-03-21 Thread Robert Scholte
Not sure I follow. Could you give more detail? Op Sat, 21 Mar 2015 01:00:03 +0100 schreef Tibor Digana : This can be a candidate of Delta SNAPSHOT JAR. Not much advantages with release version JAR, however useful in Release Candidates RCx. -- View this message in context: http://maven.4

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
then your stuff will not be Maven compatible. You will face non adoption from the community Jeff On Sat, Mar 21, 2015 at 9:01 AM, Arcadiy Ivanov wrote: > Presumably, by editing maven-model/src/main/mdo/maven.mdo ? :) > > > On 2015-03-21 03:31, Jeff MAURY wrote: > >> how will you extend the repo

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Arcadiy Ivanov
Presumably, by editing maven-model/src/main/mdo/maven.mdo ? :) On 2015-03-21 03:31, Jeff MAURY wrote: how will you extend the repository element in maven ? Jeff On Fri, Mar 20, 2015 at 11:52 PM, Arcadiy Ivanov wrote: Hi folks, I'd like to feel your temperature wrt the following improvement

Re: Idea RFI: Artifact-based repositories

2015-03-21 Thread Jeff MAURY
how will you extend the repository element in maven ? Jeff On Fri, Mar 20, 2015 at 11:52 PM, Arcadiy Ivanov wrote: > Hi folks, > > I'd like to feel your temperature wrt the following improvement I would > like to make to Maven before I start working on it. > > *== Artifact-based Reposi**tories*