The Maven Plugin-Plugin has the following goals:

[plugin] : Build and install a plugin
  deploy ..................... Install an unpacked version of the plugin
  generate-docs .............. Generate navigation, goals and properties docs
  generate-goals ............. Generate goals.xml for the plugin
  generate-navigation ........ Generate navigation.xml for the plugin
  generate-properties ........ Generate properties.xml for the plugin
  install .................... Install the plugin in Maven's plugins dir

One of those ought to work for ya.

-Kurt

On Fri, 21 Feb 2003, Stanley,Michael P. wrote:

> Hi,
>
> [Some nonsense background, feel free to skip ahead] I'm new to this
> list.  I've been looking over the source of Maven and Jelly the last
> couple of days, and am excited about these two projects.  I think there
> is tremendous potential, and the project has already come a long way
> since the last time I looked at it.  I plan on incorporating maven into
> some of my existing projects, and getting my co-workers to adopt it as a
> standard.  I also hope to contribute to the project, as much as
> possible.
>
> With that said I'm up and running.  I ran into problems building
> individual plugins in Mavens repository (src/plugins-build dir).  I was
> able to build all of them at once, but wanted to build them individually
> by name.  I found no way to do this from src/plugins-build directory,
> but found that there was a plugin-build in the maven.xml of the main
> directory.  However this did not work.  I'm not sure if this is a
> problem due to my environment (Cygwin + WinXP) or if others are having
> similar problems.
>
> I've modified the two maven.xml files.  I feel that this way is a little
> cleaner (correct me if I'm wrong, like I said above I'm new :-), and now
> it works.  Anyway, after looking through most of the documentation, I
> felt that it was a cleaner solution.
>
> Attached are the diffs.
>
> - Mike
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to