Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: dba73d2c by Tony Chemit at 2023-03-13T18:51:27+01:00 Site - add tests report :) - - - - - 2 changed files: - pom.xml - toolkit/api-server/pom.xml Changes: ===================================== pom.xml ===================================== @@ -1283,6 +1283,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/dba73d2c782ba59593f138c803... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/dba73d2c782ba59593f138c803... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT (@tchemit)