Skip to content
Discussion options

You must be logged in to vote

Creating a pom.xml file in base path of codestart of runtime module works successfully, pom.xml contains the root node and the property, default strategy for merge pom files on codestarts is smart-pom-merge so this property is added to target pom file.

Example path inside runtime module:
runtime/src/main/codestarts/quarkus/my-codestart/base/pom.xml

pom.xml

<?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">
    <properties>
        <sonar.coverage.jacoco.xmlReportPaths>target/jacoco-report/…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jorgecastro05
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by jorgecastro05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants