I tried mvn assembly:assembly deploy. The final assembly is deployed using the extension of packacking.
for example if my packaging is pom. The final ouput is my-assembly-vesion-bin.pom -D On 11/29/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > If you run: > > mvn assembly:assembly deploy > > Then the assembly will be deployed, along with the main artifact. > > In future versions, you will be able to specify that an assembly is > always produced so it will just be "mvn deploy" > > - Brett > > On 11/30/05, Stevenson, Chris <[EMAIL PROTECTED]> wrote: > > Does anyone use the/a deploy plugin for putting assemblies onto server > > environments? > > > > I am thinking of writing one that picks up the the result of the > assembly > > task and can scp/ftp it somewhere and execute a command at the other > end. > > This is for deploying our applications to our production servers. > > > > ex. unzip untar plus some other stuff. > > > > Anyone else written/thinking about using deploy for this purpose? > > > > Cheers, > > > > Chris S > > > > > > Chris Stevenson > > > > Dresdner Kleinwort Wasserstein > > > > > > > > > > > > > > > -------------------------------------------------------------------------------- > > The information contained herein is confidential and is intended solely > for the > > addressee. Access by any other party is unauthorised without the express > > written permission of the sender. If you are not the intended recipient, > please > > contact the sender either via the company switchboard on +44 (0)20 7623 > 8000, or > > via e-mail return. If you have received this e-mail in error or wish to > read our > > e-mail disclaimer statement and monitoring policy, please refer to > > http://www.drkw.com/disc/email/ or contact the sender. 3166 > > > -------------------------------------------------------------------------------- > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
