[m2] problem with new packaging

2005-12-16 Thread Chris Berry
Greetings, I am trying to create my own packaging type (named car -- a configuration archive). I need to do this so that I can find all dependencies of type car in a project and process them specially. A car is really just a jar that requires special processing. So I created a special Car Plugin

Re: [m2] problem with new packaging

2005-12-16 Thread dan tran
perhaps you should remove packaging in ArtifactHandler component roleorg.apache.maven.artifact.handler.ArtifactHandler/role role-hintcar/role-hint implementation org.apache.maven.artifact.handler.DefaultArtifactHandler/implementation configuration typecar/type

Re: [m2] problem with new packaging

2005-12-16 Thread Chris Berry
Thanks Dan !! That did the trick. I'm confused though. The writeup on the m2 site ( http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html) appears to indicate that this XML element is required?? Of course, teh whole components.xml and packaging stuff is a bit like black