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
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
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.
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
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
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
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
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
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