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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:28:19+00:00 2026-05-12T15:28:19+00:00

Note: This question has been originally posted by Lahiru Gunathilake as an answer to

  • 0

Note: This question has been originally posted by Lahiru Gunathilake as an answer to another question. I’m moving it here as a separated question for the sake of clarity.

When we are doing a release we just build in our local machine and do the QA and then we host it in to repository. If we run mvn deploy does it create new artifacts, this cause having different artifact in the repository and in binary distribution because we are creating the binary distribution from our local repository. But if someone get the source code and do the build they’ll get a different one. But if mvn deploy doesn’t build but only deploy it’s fine.

  • 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-05-12T15:28:19+00:00Added an answer on May 12, 2026 at 3:28 pm

    As explained in Build Lifecycle Basics:

    A Build Lifecycle is Made Up of Phases

    Each of these build lifecycles is defined by a different list of build phases, wherein a build phase represents a stage in the lifecycle.

    For example, the default lifecycle has the following build phases (for a complete list of the build phases, refer to the Lifecycle Reference):

    • validate – validate the project is correct and all necessary information is available
    • compile – compile the source code of the project
    • test – test the compiled source code using a suitable unit testing framework. These tests should not require the code be packaged or deployed
    • package – take the compiled code and package it in its distributable format, such as a JAR.
    • integration-test – process and deploy the package if necessary into an environment where integration tests can be run
    • verify – run any checks to verify the package is valid and meets quality criteria
    • install – install the package into the local repository, for use as a dependency in other projects locally
    • deploy – done in an integration or release environment, copies the final package to the remote repository for sharing with other developers and projects.

    These build phases (plus the other build phases not shown here) are executed sequentially to complete the default lifecycle. Given the build phases above, this means that when the default lifecycle is used, Maven will first validate the project, then will try to compile the sources, run those against the tests, package the binaries (e.g. jar), run integration tests against that package, verify the package, install the verifed package to the local repository, then deploy the installed package in a specified environment.

    To do all those, you only need to call the last build phase to be executed, in this case, deploy:

    mvn deploy
    

    That is because if you call a build phase, it will execute not only that build phase, but also every build phase prior to the called build phase.

    So, the answer is yes, mvn deploy will execute install and build the project artifacts. But if you don’t change anything, this will produce exactly the same artifact.

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

Sidebar

Related Questions

This question has been asked here in one form or another but not quite
Note: Originally this question was asked for PostgreSQL, however, the answer applies to almost
NOTE: Updated and rewritten This question has been redone and updated. Please pardon outdated
(Note, this question has been marked answered in Debugging Sharepoint timer jobs but I'm
Moderator note: This question is not a good fit for our question and answer
Note This is not a REBOL-specific question. You can answer it in any language.
Update: this question has been answered (see below). I'll leave it up in case
Apologies if this question has been asked before. I'm hoping that someone can step
(This question has been rewritten from an issue with NSTextView following some further research)
I know this question has been asked for many times. I've searched but didn't

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.