Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cf-dev] Release new milestone

Hi all

Kai and I looked at the release build through Hudson. The following issues popped up:

- Our HIPP needs to be able to write to GitHub to push the release version and tag and next version
- The deploy goal needs both settings, for the Eclipse repo and for Maven Central (maybe that is possible by setting both "Settings" and "Global settings"; otherwise, we might need to put both settings in our project-specific settings.xml)
- We want to deploy only when also the version update to next version and the push to GitHub was successful (otherwise there might be a half-baked deployment that needs manual resolution, for instance when someone pushes to GitHub while the release build is running on Hudson)
- "mvn versions:set -DnewVersion=..." does not work anymore, since the components inherit from parent, but are in different repos :(

Mikael, can you comment if you could enable a push from Hudson to GitHub?

Ciao
Matthias


Back to the top