Skip to content
Snippets Groups Projects

Update and fix the mapstruct mapper service, sonar+jacoco support

Merged Martin Lowe requested to merge malowe/eclipsefdn-api-common:malowe/main/2.16-upgrade into main
7 files
+ 211
213
Compare changes
  • Side-by-side
  • Inline
Files
7
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<properties>
<sonar.tests></sonar.tests>
</properties>
<parent>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-persistence-parent</artifactId>
Loading