Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ee4j-build] First working release job

On 10/4/18 11:32 PM, Bill Shannon wrote:
[..]
What's the difference between "install:install" and "install"?
Ditto "deploy:deploy"?

in short:

install:install - executes 'install' goal of 'install' plugin and nothing else install - executes install life cycle phase and all goals bound to it in pom (..so this includes validate, compile, package..)


Aren't some of those Maven steps implied by install or deploy?

they are but 'gpg:sign install:install' and 'gpg:sign install' lead to different result, where the former command results in valid deployment to mvn central repo and the latter one to invalid deployment due to invalid signature files (the latter will repackage the jar so the signature created earlier by gpg:sign becomes invalid)

HTH,
--lukas


If this just deploys to a staging repository, how does it get pushed out
to the real repository?

If the artifact I deploy is a SNAPSHOT release, do I need to change anything
in the above mvn command?
_______________________________________________
ee4j-build mailing list
ee4j-build@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ee4j-build



Back to the top