On 11 February 2013 01:17, Reinhard Nägele <[email protected]> wrote:
> A couple of years ago I used a plugin execution in the validate phase to
> bootstrap jars that were not available on Maven Central as suggested in [1].
> I needed to do the same thing again today but noticed that this approach
> does not seem to work any more with Maven 3. Right after running Maven,
> dependency resolution kicks in making the build fail even before the install
> plugin gets a chance to install the missing dependency. Here's what I'm
> doing:
>
<snip/>
> [1]
> http://www.blackbit.be/2010/04/15/maven-automatically-install-dependencies-during-build/
>
> Is this no longer possible? I'd really prefer this approach over using a
> system dependency.

You can probably do this (or something very similar) using a multi-module build.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to