How to add exclusions in gitlab pipeline using jacoco with ant for code coverage of java in gitlab? we are not using sonar.
Is there any direct command/property to add exclusions in gitlab? just direct property like sonar as below -Dsonar.coverage.exclusions="/testsrc/,/soap/,Exception.java"