maven jboss plugin problem

2005-05-02 Thread GOKULAM Jayaram
Hi all, I tried to deploy a war file in JBOSS app server using JBOSS plugin version 1.5. Its giving me a weird problem. It picks up the artifact from the folder c:\Maven1.0.2\bin\target\sample.war and deploys it in the same directory, instead of deploying it to the

Re: maven jboss plugin problem

2005-05-02 Thread Thomas Van de Velde
You expect it to copy your war to your app server's deploy dir? The JBoss plugin doesn't do that. It tells the app server to come look for your war in your workspace by calling a JMX method. Thomas On 5/2/05, GOKULAM Jayaram [EMAIL PROTECTED] wrote: Hi all, I tried to deploy a war file