Hi,
I'm maven'izing a large enterprise project (from ant) and am looking
for any recommendations on how to do releases to non-maven environments.
After doing the maven build (multi-module) and producing all the
artifacts in the repository, I need to deploy them to different
environments.
I may have 20 jars from 20 modules, 1 war and script files/webstart jnlp
files, etc (binaries), all these need to go into a certain directory
structure on the environments, eg. the war in the webapps directory, all
the libs in a lib directory without any poms and maven versioning data
in the filenames or the classpath will need to constantly be updated.
Currently, my thinking is to use the assembly plugin to group the jars,
create jars of the binaries so they can be deployed.
The deploy plugin seem to be to deploy to a another maven repository
which isn't really what I want to do.
So my question is whether there is a plugin suitable for this, or do I
need to break it up into more steps, eg. copy to a remote machine,
unpack the binaries, etc.
What are everyone experience with this, perhaps others have a different
way of achieving this..
Thanks
Jesper
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]