jakartaee / rest

Jakarta RESTful Web Services
Other
353 stars 114 forks source link

mvn verify instead of package --file pom.xml #1073

Closed mkarg closed 2 years ago

mkarg commented 2 years ago

This PR replaces the custom configuration "package --file pom.xml" by the usual "verify" configuration which is more stereotypical in Maven projects, which allows to run integration tests, and aligns Github Actions with what we had in Travis CI.

As these are no API changes, this is a fast-track review period of just one day as per our committer rules.