Description
Back in the days we introduced the maven variable
-Dsurefire.skip.ut=true which we use on jenkins in order to skip
the unit testing when running the integrationTesting profile.
This is because we have a unittesting profile as well.
The default value for such variable is false anyhow.
Noticed that the pedantic profile does not use such variable and
therefore we have on jenkins the unit testing running twice which
consume resources and time.
Attaching a patch which allows the pendatic to skip running the unit
testing.