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

  • Home
  • SEARCH
  • 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 8581983
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T21:10:50+00:00 2026-06-11T21:10:50+00:00

I have written an application in Java that can be used on both Linux

  • 0

I have written an application in Java that can be used on both Linux and Windows. Currently by running mvn package, my maven build system will generate a .msi using WiX.

Is there a way of creating two package ‘tasks’ so I can say either mvn package-windows ormvn package-linux`

  • 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-11T21:10:51+00:00Added an answer on June 11, 2026 at 9:10 pm

    If you want to package both versions (Linux and Windows), you can bind your mvn package phase to an extra phase that would build another artifact.

    ...
     <plugin>
       <groupId>org.group.extra</groupId>
       <artifactId>extra-maven-plugin</artifactId>
       <version>1.4</version>
       <executions>
         <execution>
           [...]
           </configuration>
           <goals>
             <goal>package</goal>
           </goals>
         </execution>
       </executions>
     </plugin>
    ...
    

    It was probably what you have already done with maven-wix-plugin.

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

Sidebar

Related Questions

I have written a Java desktop application in Windows platform that is using the
I have a basic web application written in Java, running on a tomcat on
We have a rather large and complex application written in Java which is running
I have written a java servlet that uploads multiple files, I used cURL to
I have written a java application that sporadically logs events to an SQLite database
All, I have written a PhoneBook application in Java that is command line based.
can a java application call a unix executable written in c++? basically i have
I have my java-written application being killed after some time of work. Java application
I have a self-written Java application - a little mail monitor. It works with
I have web application written in java using Eclipse. It has just one servlet

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.