http://mojo.codehaus.org/jboss-maven-plugin/examples/deploy-undeploy-examples.html
look under "Deploying the files via JMX/HTTP".

/Anders

On Wed, Jan 20, 2010 at 12:49, sirbul25 <womble.spa...@gmail.com> wrote:

>
> Hi all
>
> I'm using maven 2 with the jboss-maven-plugin from org.codehaus.mojo
> version 1.4
>
> In the usage page on their site shows that I need to specify the jbosshome.
> Which is local to the machine that the maven script is running on.
> I have this working fine on my local box as my jboss test server runs on my
> local box,
> where I run the deploy from.
> So my cifure is as follows:
>
> <plugin>
>  <groupId>org.codehaus.mojo</groupId>
>  <artifactId>jboss-maven-plugin</artifactId>
>  <version>1.4</version>
>  <configuration>
>  <jbossHome>${jbossInvestAdminServerRoot}</jbossHome>
>  <serverName>default</serverName>
>  <fileNames>
>   <fileName>${jbossInvestSpectrumName}</fileName>
>  </fileNames>
>  </configuration>
> </plugin>
>
> and I pull the info for the $properties names from my maven settings.xml
>
> Now if I just want to deploy to a jboss server on a different machine/url
> to
> the build server,
> how would I configure that?
>
> Any assistance will be greatly appreciated.
>
> Thanks
> Craig
> --
> View this message in context:
> http://old.nabble.com/codehaus-jboss-maven-plugin-deploy-question-tp27240471p27240471.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to