Generate a maven property in pom.xml with custom extension and codestart #30721
-
Hello,
What configuration is required on extension or codestart to includde a specific property in pom.xml in the generated project? Putting the property on parent extension pom.xml or runtime module doesn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
/cc @ia3andy (codestart), @quarkusio/devtools (codestart,maven) |
Beta Was this translation helpful? Give feedback.
-
@jorgecastro05 is this extension meant to be published or just for company or personal use? the problem I see if this is published is that this would make the codestart incompatible with the other buildtool (Gradle, ...) |
Beta Was this translation helpful? Give feedback.
-
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: pom.xml
|
Beta Was this translation helpful? Give feedback.
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