Hi All,
I'm attempting to write a plug-in for writing Eclipse plug-ins that scans the project dependencies for eclipse JARs and copies them from the local eclipse installation into the local maven repo.
Obviously, I would like this new goal to decorate the build process
*before* maven attempts to obtain the project dependencies. I tried to a create a pregoal for build:start but this didn't seem to work either!
Is this possible? If so, how so? Or, should I be looking at doing this differently?
Also, is it possible to install pre/post goals with plugins so that an installed plugin permenantly decorates existing maven goals?
-- Ricardo Gladwell
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
