Re: plexus-component-factories 1.0-alpha-7

2006-07-08 Thread Brett Porter
That's not a JAR, it's a parent pom. IT changed recently when someone tweaked the ant factory I think. - Brett On 9/07/2006 9:56 AM, Jochen Wiedmann wrote: Hi, the maven trunk currently fails to build, due to a missing jar file plexus-component-factories, version 1.0-alpha-7. The jar file i

Re: Archetype Component Development Questions

2006-07-08 Thread Rinku
Hi, You should be able to create your own implementation of for Archetype ROLE and assign it a 'role-hint'. And, then use that 'role-hint' to obtain your custom implementation from the container. See sources for Plexus archiver - how DefaultArchiverManager performs component look up based

plexus-component-factories 1.0-alpha-7

2006-07-08 Thread Jochen Wiedmann
Hi, the maven trunk currently fails to build, due to a missing jar file plexus-component-factories, version 1.0-alpha-7. The jar file is not on repo1.maven.org and a tag isn't set in the plexus svn repository. Any hints? Regards, Jochen

Re: [discuss] Java 5

2006-07-08 Thread Jason van Zyl
On 7 Jul 06, at 2:36 AM 7 Jul 06, Brett Porter wrote: Hi, I wanted to get thoughts on starting to require a Java 5 JVM to run stuff we build. We currently restrict to 1.4 across the board. I think before this can be done we need to make sure we're not making life difficult for people.

Re: svn commit: r419367 - /maven/plugins/trunk/maven-jar-plugin/pom.xml

2006-07-08 Thread Dennis Lundberg
There was trouble downloading the parent pom. Since I was working on a plugin I had only added a snapshot repo for plugins. But somewhere higher up in the hierarchy chain there was a snapshot version of a pom that was *not* in the plugins snapshot repo, instead it was in the regular snapshot re

Re: [discuss] Java 5

2006-07-08 Thread Carlos Sanchez
We can do a placeholder under java group and then com.sun.java, com.ibm.java,... This won't work very well until we have some "provides" mechanism that will pick one implementation and only one. On 7/7/06, Alan D. Cabrera <[EMAIL PROTECTED]> wrote: Yikes. That strikes me as truly scary and ass

Re: Guide for relocating artifacts from one groupId to another

2006-07-08 Thread Carlos Sanchez
Some comments - add SHA1 checksums where you mention MD5. Maven2 uses first SHA1 if present - Maven2 to Maven 2 / Releasing the next version When the next release of <<>> is made, you only need to publish a Maven 2 pom with a groupId of <<>>, since users of previous versions have already been i