Code Monkey home page Code Monkey logo

jboss-as-maven-plugin's Introduction

A simple Maven plug-in to deploy, redeploy or undeploy your web application to JBoss AS7.

Example Usage:
        <!-- Deploy's the application with the default name of the archive file -->
        <plugins>
            <plugin>
                <groupId>org.jboss.as.plugins</groupId>
                <artifactId>jboss-as-maven-plugin</artifactId>
                <version>${jboss-as-maven-plugin-version}</version>
                <executions>
                    <execution>
                        <phase>package</phase>
                        <goals>
                            <goal>deploy</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>


Configuration information can also be specified. The following configurations are available:
- <name /> The name you want to use for the deployment. This defaults to the file name.

- <hostname /> The host name of the server. The default is localhost.

- <port /> The port the server is listening for administration requests on. The default is 9999.

- <username /> The username to connect as if prompted to authenticate by the server.

- <password /> The password to use for authentication if prompted by the server.

- <force /> Whether or not for force the actions, e.g. if the deploy goal is executed redeploy if it already exists. The default is true.

Goals:
jboss-as:deploy
  - Deploys the application.

jboss-as:redeploy
  - Redeploys the application.

jboss-as:undeploy
  - Undeploys the application.

Plugin documentation is at https://docs.jboss.org/jbossas/7/plugins/maven/latest/

jboss-as-maven-plugin's People

Contributors

aslakknutsen avatar darranl avatar jamezp avatar mmeldrum avatar pmuir avatar stuartwdouglas avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.