[jira] Subscription: Design & Best Practices

2012-05-17 Thread jira
Issue Subscription Filter: Design & Best Practices (25 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

Re: Maven Plugin Tools - renaming "expression"

2012-05-17 Thread Hervé BOUTEMY
I removed readonly and required as attributes of @component (both in javadoc or java 5 annotation form), since they are ignored by the descriptor generation step (see r1339666) I renamed "expression" to "property" for Java 5 annotations in r1339888. Then I tried to add "property" support for ja

Re: Change of behavior with the SCM/Release Plugin?

2012-05-17 Thread Robert Scholte
Hi Chris, I've added org.apache.maven.scm.provider.jazz.command.status.JazzStatusConsumerTest, which contains a test which should succeed according the restrictions due to SCM-674 [1] I don't know if Jazz will keep the starting slash, or if we can assume it'll always start with it (so we

Re: Change of behavior with the SCM/Release Plugin?

2012-05-17 Thread Robert Scholte
The workaround for you is probably: /**/pom.xml.branch /**/pom.xml.backup /**/pom.xml.releaseBackup /**/release.properties /**/pom.xml.next /**/pom.xml.tag -Robert Op Thu, 17 May 2012 02:12:02 +0200 schreef Chris Graham : Is there any way that we can supply our own spec? [IN