[jira] Subscription: Design & Best Practices

2012-03-29 Thread jira
Issue Subscription Filter: Design & Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles https://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

ChangeLogCommandTckTest

2012-03-29 Thread Chris Graham
Argh. I'm really struggling with this bit int he base code: //We should have one log entry for the initial repository ChangeLogScmResult result = provider.changeLog( getScmRepository(), fileSet, null, null, 0, (ScmBranch) null, null ); assertTrue( result.getPro

SCM initRepo method

2012-03-29 Thread Chris Graham
Any ideas of how to get to initialised loggers (from the plexus container) in this method? My only option so far, is a new DefaultLog(). I'd perfer to use the normal ConsoleLogger etc as set up by the container, and available to any descendants of the AbstractCommand... It's just a nice to have.

Re: [PROPOSAL] move doxia-book and doxia-maven-plugin from Doxia base to Doxia Sitetools

2012-03-29 Thread Dennis Lundberg
On 2012-03-29 09:13, Lukas Theussl wrote: > > I agree that they don't belong into core, but I rather thought of moving > them into doxia-tools instead. Not sure what is better. This was my thought also. > OTOH, neither book nor maven-plugin have been maintained (AFAIK) since > they were moved ou

Re: Planning surefire 2.12.1, surefire integration test problem with the "groups" expression

2012-03-29 Thread John Casey
On 3/29/12 2:09 PM, Kristian Rosenvold wrote: I'd like to go for a bug-fix release 2.12.1, since we have a few issues from both 2.11 and 2.12 that should be fixed. We have this interesting problem releated to https://jira.codehaus.org/browse/SUREFIRE-809. A new feature for 2.12, this allows you

Re: How to get the original pom which defines the rule configuration in a child?

2012-03-29 Thread Mirko Friedenhagen
Hello, right now I retrieve the interpolated values, see https://fisheye.codehaus.org/browse/~br=mfriedenhagen/mojo/branches/mfriedenhagen/extra-enforcer-rules/src/main/java/org/apache/maven/plugins/enforcer/RequirePropertyDiverges.java?r=16217#to98. When the project parent pom PPP overrides the

Planning surefire 2.12.1, surefire integration test problem with the "groups" expression

2012-03-29 Thread Kristian Rosenvold
I'd like to go for a bug-fix release 2.12.1, since we have a few issues from both 2.11 and 2.12 that should be fixed. We have this interesting problem releated to https://jira.codehaus.org/browse/SUREFIRE-809. A new feature for 2.12, this allows you to select which "groups" to use with some prett

Re: [PROPOSAL] move doxia-book and doxia-maven-plugin from Doxia base to Doxia Sitetools

2012-03-29 Thread Lukas Theussl
I agree that they don't belong into core, but I rather thought of moving them into doxia-tools instead. Not sure what is better. OTOH, neither book nor maven-plugin have been maintained (AFAIK) since they were moved out of the sandbox, and IMO they don't work too well. In particular there ar

Re: How to get the original pom which defines the rule configuration in a child?

2012-03-29 Thread Stephen Connolly
So what you are trying to enforce is all of: The property is defined in the current Pom If the interplolated parent defines the property, the value defined in the current Pom is not the same as the inherited value Oh are you comparing the expanded or unexpanded value... Just in case the inherited