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 61257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:17:26+00:00 2026-05-10T18:17:26+00:00

I want completely automated integration testing for a Maven project. The integration tests require

  • 0

I want completely automated integration testing for a Maven project. The integration tests require that an external (platform-dependent) program is started before running. Ideally, the external program would be killed after the unit tests are finished, but is not necessary.

Is there a Maven plugin to accomplish this? Other ideas?

  • 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. 2026-05-10T18:17:27+00:00Added an answer on May 10, 2026 at 6:17 pm

    You could use the antrun plugin. Inside you would use ant’s exec apply task.

    Something like this.

    <plugin>     <groupId>org.apache.maven.plugins</groupId>     <artifactId>maven-antrun-plugin</artifactId>     <version>1.2</version>     <executions>       <execution>         <phase> <!-- a lifecycle phase --> </phase>         <configuration>            <tasks>             <apply os='unix' executable='cmd'>               <arg value='/c'/>               <arg value='ant.bat'/>               <arg value='-p'/>             </apply>             <apply os='windows' executable='cmd.exe'>               <arg value='/c'/>               <arg value='ant.bat'/>               <arg value='-p'/>             </apply>           </tasks>          </configuration>         <goals>           <goal>run</goal>         </goals>       </execution>     </executions>   </plugin> 

    Ant support os specific commands of course through the condition task.

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

Sidebar

Related Questions

I have a couple old services that I want to completely uninstall. How can
I had just started working on some automated testing tools, namely test complete, which
With reXml using Ruby, I have a particular element and I want to completely
I'm completely new to MATLAB and I want to know what my options are
I'm completely new in web service. I want to study about it and the
Basically I want to setup a replication server for mysql datbase. I am completely
What are some reasons why I wouldn't want to disable IIS logging completely for
I want to make a rotating drillbit animation that shows the complete process of
I want to create applications in windows that has complete portability (within windows OSes
I've been working on a basic testing framework for an automated build. The piece

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.