You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by T N N A C <tn...@yahoo.com.br> on 2010/02/09 20:26:26 UTC

General question about remote deploy

Hi,

Excuse me for the noob questions:

Which are the options to do a remote deploy in JBoss with Maven? 
Can I do a remote hard deploy?

Thanks,

Marco.


      ____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: General question about remote deploy

Posted by Anders Hammar <an...@hammar.net>.
Here's the JBoss maven plugin:
http://mojo.codehaus.org/jboss-maven-plugin/

/Anders

On Tue, Feb 9, 2010 at 21:05, Wendy Smoak <ws...@gmail.com> wrote:

> On Tue, Feb 9, 2010 at 12:26 PM, T N N A C <tn...@yahoo.com.br> wrote:
>
> > Which are the options to do a remote deploy in JBoss with Maven?
> > Can I do a remote hard deploy?
>
> Take a look at the Cargo plugin to see if it supports what you need.
> If not, there might be a plugin specific to JBoss.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: General question about remote deploy

Posted by David Hoffer <dh...@gmail.com>.
Don't know for sure...I've only tried localhost.

-Dave

On Tue, Feb 9, 2010 at 1:40 PM, T N N A C <tn...@yahoo.com.br> wrote:

> Thank you for answers.
>
> But doubt persists: in the case of hard deploy, it only work on the
> localhost? or can I do a hard deploy on a remote server?
>
> Thanks,
>
> Marco.
>
> --- Em ter, 9/2/10, David Hoffer <dh...@gmail.com> escreveu:
>
> > De: David Hoffer <dh...@gmail.com>
> > Assunto: Re: General question about remote deploy
> > Para: "Maven Users List" <us...@maven.apache.org>
> > Data: Terça-feira, 9 de Fevereiro de 2010, 12:27
> > There is...
> >
> >  <groupId>org.codehaus.mojo</groupId>
> >  <artifactId>jboss-maven-plugin</artifactId>
> >  <version>1.4</version>
> >
> > I'd be interested in comparing features with Cargo.
> >
> > -Dave
> >
> > On Tue, Feb 9, 2010 at 1:05 PM, Wendy Smoak <ws...@gmail.com>
> > wrote:
> >
> > > On Tue, Feb 9, 2010 at 12:26 PM, T N N A C <tn...@yahoo.com.br>
> > wrote:
> > >
> > > > Which are the options to do a remote deploy in
> > JBoss with Maven?
> > > > Can I do a remote hard deploy?
> > >
> > > Take a look at the Cargo plugin to see if it supports
> > what you need.
> > > If not, there might be a plugin specific to JBoss.
> > >
> > > --
> > > Wendy
> > >
> > >
> > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>
>
>
>  ____________________________________________________________________________________
> Veja quais são os assuntos do momento no Yahoo! +Buscados
> http://br.maisbuscados.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: General question about remote deploy

Posted by T N N A C <tn...@yahoo.com.br>.
Thank you for answers.

But doubt persists: in the case of hard deploy, it only work on the localhost? or can I do a hard deploy on a remote server?

Thanks,

Marco.

--- Em ter, 9/2/10, David Hoffer <dh...@gmail.com> escreveu:

> De: David Hoffer <dh...@gmail.com>
> Assunto: Re: General question about remote deploy
> Para: "Maven Users List" <us...@maven.apache.org>
> Data: Terça-feira, 9 de Fevereiro de 2010, 12:27
> There is...
> 
>  <groupId>org.codehaus.mojo</groupId>
>  <artifactId>jboss-maven-plugin</artifactId>
>  <version>1.4</version>
> 
> I'd be interested in comparing features with Cargo.
> 
> -Dave
> 
> On Tue, Feb 9, 2010 at 1:05 PM, Wendy Smoak <ws...@gmail.com>
> wrote:
> 
> > On Tue, Feb 9, 2010 at 12:26 PM, T N N A C <tn...@yahoo.com.br>
> wrote:
> >
> > > Which are the options to do a remote deploy in
> JBoss with Maven?
> > > Can I do a remote hard deploy?
> >
> > Take a look at the Cargo plugin to see if it supports
> what you need.
> > If not, there might be a plugin specific to JBoss.
> >
> > --
> > Wendy
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 


      ____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: General question about remote deploy

Posted by David Hoffer <dh...@gmail.com>.
There is...

 <groupId>org.codehaus.mojo</groupId>
 <artifactId>jboss-maven-plugin</artifactId>
 <version>1.4</version>

I'd be interested in comparing features with Cargo.

-Dave

On Tue, Feb 9, 2010 at 1:05 PM, Wendy Smoak <ws...@gmail.com> wrote:

> On Tue, Feb 9, 2010 at 12:26 PM, T N N A C <tn...@yahoo.com.br> wrote:
>
> > Which are the options to do a remote deploy in JBoss with Maven?
> > Can I do a remote hard deploy?
>
> Take a look at the Cargo plugin to see if it supports what you need.
> If not, there might be a plugin specific to JBoss.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: General question about remote deploy

Posted by Wendy Smoak <ws...@gmail.com>.
On Tue, Feb 9, 2010 at 12:26 PM, T N N A C <tn...@yahoo.com.br> wrote:

> Which are the options to do a remote deploy in JBoss with Maven?
> Can I do a remote hard deploy?

Take a look at the Cargo plugin to see if it supports what you need.
If not, there might be a plugin specific to JBoss.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org