On 5/23/05, J. Matthew Pryor <[EMAIL PROTECTED]> wrote: > In general, aside from the noted lack of documentation (once again happy to > provide support here) I think the basic approach is the right one.
Cool. BTW, did you get my recent email about the pluginManagement docs you wrote? (4 days ago). > So here are you talking about the plugin or the project that uses the > plugin? The goal definition needs to go into the project to tell Maven to register the goal in the lifecycle. eg: http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-model/pom.xml?rev=169961&view=markup > Assuming the later, I did this: This went missing, but I assume you got it right. > > And got this: > Based on the location of the error, you are using alpha-1. Plugins with arbitrary IDs are only supported from alpha-2 (note that this required some heavy changes to the mojo API, but that is what is documented on the site. So you probably want to switch to alpha-2 anyway, but it will mean regenerating your plugins after the change as it was not backwards compatible). Hope this helps! - Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
