jakartaee / rest

Jakarta RESTful Web Services
Other
362 stars 117 forks source link

Fixed pom parent-child relationship #1047

Closed spericas closed 2 years ago

spericas commented 2 years ago

Fixed pom parent-child relationship to make sure deploy works on Jenkins nightly builds. Nightly builds have been failing for a while due to misconfiguration problems. See https://ci.eclipse.org/jaxrs/job/Nightly%20Build/job/master/

Some minor re-formatting too. Fast track.

Signed-off-by: Santiago Pericasgeertsen santiago.pericasgeertsen@oracle.com

spericas commented 2 years ago

Overall, I think this looks good. One thought/question: would it be possible to make the version a property in the parent pom so that we could change it in one place instead of several?

I removed the version from the child poms.

Incidentally, a lot of things can move to the parent pom. I had started doing this in my 4.0 branch. Will come back to that after the release.