I am wanting to start JBoss the deploy my ear and I can't seem to get a
connection:

               <plugin>
                   <groupId>org.codehaus.mojo</groupId>
                   <artifactId>jboss-maven-plugin</artifactId>
                   <version>1.0</version>
                   <executions>
                       <execution>
                           <phase>package</phase>
                           <goals>
                               <goal>start</goal>
                               <goal>undeploy</goal>
                               <goal>deploy</goal>
                               <!--<goal>stop</goal>-->
                           </goals>
                           <configuration>
                               <jbossHome>${jbossPath}</jbossHome>
                               <port>9090</port>
                           </configuration>
                       </execution>
                   </executions>
               </plugin>





--

Thanks

DJ MICK
http://www.djmick.com
http://www.myspace.com/mickknutson

Reply via email to