On 23/11/2019 14:00, Gilles Sadowski wrote:
Sorry, I had understood that there was no Jenkins project.
I've just created a "commons-codec-test" (to avoid breaking anything);
it seems that the "deploy" maven goal was missing.
The "test" project created the snapshots:
     
https://repository.apache.org/content/repositories/snapshots/commons-codec/commons-codec/1.14-SNAPSHOT/

I can now login and administer Jenkins.

Looking at a few of the other commons projects some use 'deploy' in the maven goals and some use a post-build action to deploy the artifacts. The later seems to be relevant for multi-module builds to prevent deploying some modules but not all of them due to a build error part way through process.

Since it worked for your test project and this is a single module build I have added 'deploy -Dgpg.skip' to the maven goals on the standard commons-codec project.

I suggest we delete 'commons-codec-test' and see if the snapshots keep updating.

Alex




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to