Re: [PROPOSAL] POM Version-Expression Transformation

2009-07-02 Thread Brett Porter
Does this page need to be marked out of date since it was pulled from 2.2.0? I was also thinking further about this - what extent would separating the resolution metadata in the repository from the POM help? I think this has been mentioned before - so if a 4.0.0 POM in the current format,

Re: Gathering Artifact repository discovery requirements

2009-07-02 Thread Brett Porter
On 11/05/2009, at 11:12 AM, Brian Fox wrote: It's time to start looking at the problems with the current 2.x resolution scheme as it specifically relates to repository declaration and discovery. Sorry for the delay in responding to this, I'm still catching up on May. I think the first few

[jira] Subscription: Design & Best Practices

2009-07-02 Thread jira
Issue Subscription Filter: Design & Best Practices (28 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: Prevent posts to issues@

2009-07-02 Thread Benjamin Bentmann
Brett Porter wrote: I'm pretty sure that's possible, would you mind filing it in the INFRA JIRA? OK, tracked in INFRA-2125. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Incorrect license metadata after inheriting org.apache:apache:6

2009-07-02 Thread David Jencks
These are added by the maven-remote-resources-plugin and you can customize the output using per-project velocity templates in src/main/ appended-resources/META-INF/ to add stuff to the basic LICENSE and NOTICE files. The plugin docs have more instructions. I think I saw that someone figured

Re: Making the Ant Tasks obey mirrorOf external:*

2009-07-02 Thread Jason van Zyl
That issue covers it. Committed on r790596. I'm using this now in the 3.x bootstrap and is working on the grid where the previous released version is not. On 2-Jul-09, at 6:59 AM, Paul Gier wrote: Does this fix MANTTASKS-141? If not, a new jira issue for the changes would be good. But yo

Re: Making the Ant Tasks obey mirrorOf external:*

2009-07-02 Thread Paul Gier
Does this fix MANTTASKS-141? If not, a new jira issue for the changes would be good. But you don't have to attach a patch, I can just take a look after you commit. Thanks! Jason van Zyl wrote: Paul, I made some changes to the Ant Tasks to have the same logic as 2.2 and 3.0 insofar as proc

Re: svn commit: r789993 - in /maven/components/trunk/maven-core/src: main/java/org/apache/maven/ main/java/org/apache/maven/execution/ main/java/org/apache/maven/lifecycle/ main/java/org/apache/mave

2009-07-02 Thread Igor Fedorenko
Olivier, What are the advantages of using an interface in this particular case? Abstract class will allow core to add new callback methods without breaking all existing participants, assuming participants honour beforeXXX/afterXXX naming convention. -- Regards, Igor Olivier Lamy wrote: Wh

Incorrect license metadata after inheriting org.apache:apache:6

2009-07-02 Thread Jukka Zitting
Hi, In Jackrabbit we recently upgraded to the org.apache:apache:6 parent POM to get the latest repository.apache.org settings, but as a side-effect we started getting extra LICENSE, NOTICE, and DEPENDENCIES files in the META-INF directories of our jar artifacts. This would be nice if the included