While you dont rely on docker for the default build go for it. Side note: there are good docker junit runner integration which can be worth a testing instead of pom hacks. Assume can do the activation trick.
Le lun. 22 oct. 2018 20:38, Mark Struberg <strub...@yahoo.de.invalid> a écrit : > Hi folks! > Today I started playing with a maven profile to start various databases > via Docker.The idea is to be able to start and stop various databases from > the commandline or via jenkins.Had a chat with Francesco and he pointed me > to how they do it in Syncope. Was a good start. > Since most of our tests are unit test and not ITs I think it's for now > better to have to start the databases manually, then do the test and stop > it again. We could also do this in a pre and post step in Jenkins.An > objections?Or should we just move forward and try it out.And later change > it if we find there is a better way? > LieGrue,strub > >