Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9148357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:14:59+00:00 2026-06-17T11:14:59+00:00

How can I make Jenkins deploy my project to JBoss EAP(AS7)? I see that

  • 0

How can I make Jenkins deploy my project to JBoss EAP(AS7)?

I see that Jenkins can deploy a project to JBoss 5.x if it builds ok but how can I make it deploy to AS7 or EAP if it builds ok? Can someone please tell me if this can be done.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:15:00+00:00Added an answer on June 17, 2026 at 11:15 am

    You can use the official JBoss Application Server Maven Plugin.

    Attach it to the install phase and configure Jenkins to execute mvn clean install. If you don’t feel comfortable attaching the execution, you can call it directly:
    mvn jboss-as:deploy

    Here is an example of a build setup:

        <plugin>
            <groupId>org.jboss.as.plugins</groupId>
            <artifactId>jboss-as-maven-plugin</artifactId>
            <version>7.1.1.Final</version>
            <configuration>
                <hostname>${deploy.jboss.host}</hostname>
                <port>${deploy.jboss.port}</port>
                <username>${deploy.jboss.user}</username>
                <password>${deploy.jboss.password}</password>
                <name>${backend.deployment-name}</name>
                <filename>${project.build.finalName}.war</filename>
                <skip>${skipDeployment}</skip>
            </configuration>
            <executions>
                <execution>
                    <id>deploy-jar</id>
                    <phase>install</phase>
                    <goals>
                        <goal>deploy</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
    </build>
    

    EDIT Jenkins config – after you create a maven project, there is a setting for what goals to execute. Search for the Build config, and there, for the input labeled goals and options – enter the goals into this input.

    Configuring the Jboss AS plugin – see the <configuration> part in the pom snippet above – you can set the <hostname> to 127.0.0.1 to test locally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone tell me how I can make an IBAction that opens the current
Can someone tell me how I can make a table be 100% height in
Can someone tell me how I can make the following output? I have a
I can make a new , and that seems to work. But edit/update does
I have a jenkins project with few svn locations. How can I make them
How can I make a project file (VS 2008) that just has some data
How can make a link within a facebox window that redirects it to another
I can make a single row IKImageBrowserView by setting the [imageBrowser setContentResizingMask:NSViewWidthSizable]; but in
I can make a log in for easily, so that's not the problem. What
I can make query to get the Master -Chile records. But how to display

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.