Tony CHEMIT pushed to branch develop-9.0.x at ultreiaio / ird-observe Commits: 6a89943c by Tony Chemit at 2023-03-13T18:51:11+01:00 Site - add tests report :) - - - - - 2 changed files: - pom.xml - toolkit/api-server/pom.xml Changes: ===================================== pom.xml ===================================== @@ -1286,6 +1286,18 @@ </reportSet> </reportSets> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>${plugin.version.surefire}</version> + <reportSets> + <reportSet> + <reports> + <report>report-only</report> + </reports> + </reportSet> + </reportSets> + </plugin> </plugins> </reporting> </profile> ===================================== toolkit/api-server/pom.xml ===================================== @@ -63,6 +63,11 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> </dependency> + <dependency> + <groupId>io.ultreia.java4all.config</groupId> + <artifactId>config-api</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6a89943cb769a15ad5c5263be4... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/6a89943cb769a15ad5c5263be4... You're receiving this email because of your account on gitlab.com.