> On May 17, 2021, at 10:52 AM, Emmanuel Lécharny <[email protected]> wrote: > > On 17/05/2021 15:07, Shawn McKinney wrote: >>> On May 16, 2021, at 8:51 AM, Emmanuel Lécharny <[email protected]> wrote: >>> >>> Hi ! >>> >>> yesterday, I tried to launch a mvn clean install on fortress-cofre, but it >>> seems there is an issue with a LDAP server that is not available. >>> >>> Should I use one of the QUICKSTART to run the tests ? >>> >> Hi Emmanuel, >> mvn install doesn’t run the tests by design. > > Actually, it does. >
You’re saying that mvn projects generally runs the tests on install? No argument there. But, fortress core doesn’t because (rationale) they take too long to run, and (more important) having an environment setup to run them is non trivial. So, the user must invoke by name, e.g. mvn -Dtest=FortressJUnitTest test You already know this as we’ve discussed (debated?) many times, but wanted to point it out in case I’m missing something else. > But, if you want to run them, yes, the docker quickstarts are probably best > because they don’t require installing bins to your machine, other than docker > of course. > > Ok, will follow the guide. > > Thanks Shawn ! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
