Hi James,

> i would like maven can move the packaged jar to some place specified
after build

The dependency:copy goal might work for your use case. But as Dan says, be
careful with this route: there can be subtle consequences.

http://stackoverflow.com/q/7063475/1207769

Regards,
Curtis

On Thu, Feb 12, 2015 at 11:46 AM, Dan Tran <dant...@gmail.com> wrote:

> You can hook up maven-antrun-plugin to do the copy, use vfs-maven-plugin,
> or wagon-maven-plugin to do remote copy. But think twice before going for
> this route.
>
> -D
>
> On Thu, Feb 12, 2015 at 5:03 AM, James Teng <tenglinx...@outlook.com>
> wrote:
>
> > Due to some causes, i would like maven can move the packaged jar to some
> > place specified after build, does it have a plugin for that except
> directly
> > letting the jar dumped to the target place using maven jar plugin?
> > thanks!
> > uknow.
>

Reply via email to