Introduced maven wrapper and simple travisci build script#11
Conversation
gbatalski
commented
May 4, 2019
- For simpler builds and CI scenarios it is helpful to use maven wrapper
- Initial travisci script for alternative CI pipelines, which allows contributors to test changes without on-premise infrastructure, introduced
Signed-off-by: Ghenadii Batalski <[email protected]>
Signed-off-by: Ghenadii Batalski <[email protected]>
|
Nice to introduce the possibility to run a Travis CI build. |
|
With maven wrapper one doesn't even need to have docker or maven installed: only the jdk. For an opensource project i think, travis ci is a very nice and simple integration solution. The maven wrapper would simplify the test environment even more. The setup i propose works just fine and is very simple (https://travis-ci.org/gbatalski/directory-ldap-api/builds/528122540) especially for occasionally contributor like me. The needless complexity of jenkins setup looks to me just not state-of-the-art. |
|
I'm willing to merge this RC, but I have one question: does it impact the existing code and build in any way ? Also we need to maintain this wrapper in the long run, that would require a minimum documentation for us to get a grip on this piece of code. |