I saw there was a problem reported on the list with type handlers only
being able to be declared inside maven-core's components.xml, and no
conclusion drawn. This is in fact the case, and I've filed this as MNG-598.
Cheers,
Brett
Kenny thanks for the help, however I am not sure we're on the right track
yet
> You don't need to modify maven-core/META-INF/components.xml. That only
> defines the global lifecycle.
As far as I can tell it also defines other lifecycles such as the
plexus-application lifecycle, which is where I a
On Tue, 5 Jul 2005, Rafal Krzewski wrote:
I'm not a developer, but I can give you some pointers:
You don't need to modify maven-core/META-INF/components.xml. That only
defines the global lifecycle.
The exception you got is because your copy probably specified
the role-hint plexus-application. Th
Matthew Pryor wrote:
So I can see how a custom lifecycle is defined & implemented, but clearly
having to modify maven-core/META-INF/components.xml to get my
lifecycle/packaging registered is BAD
Definetely.
Since the developers didn't pick up the discussion, maybe you should
file a Jira issu
sage-
> From: Matthew Pryor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 5 July 2005 10:44 AM
> To: 'Matthew Pryor'; 'Maven Developers List'
> Subject: RE: help with custom lifecycle
>
> OK so I can define a packaging & lifecycle if I edit maven-core/META-
>
;d love to get this working or sort
out what needs to be changed to enable it
Thanks,
Matthew
> -Original Message-
> From: Matthew Pryor [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 5 July 2005 9:29 AM
> To: 'Maven Developers List'
> Subject: RE: help with custom life
ent: Monday, 4 July 2005 4:11 PM
> To: Maven Developers List
> Subject: Re: help with custom lifecycle
>
> You can see some design docs there :
> http://docs.codehaus.org/display/MAVEN/Lifecycle
>
> Emmanuel
>
>
> Matthew Pryor wrote:
> > I am trying to write/re
Matthew Pryor wrote:
I suppose I could go down the path of trying to treat the
Eclipse specific stuff as real dependencies and create artifacts for them
and write a custom artifact handler that could read them from the Eclipse
plugins folder, but I think that would be a lot of code
You can see some design docs there :
http://docs.codehaus.org/display/MAVEN/Lifecycle
Emmanuel
Matthew Pryor wrote:
I am trying to write/refine the mevenide Eclise PDE builder maven2 plugin.
In essence what this plugin needs to do is to read an XML file (plugin.xml)
and add a bunch of ja