tiagobento commented on PR #2223: URL: https://github.com/apache/incubator-kie-tools/pull/2223#issuecomment-2035662997
@pefernan I just remembered something. For Maven packages to successfully be installed and not require the -D properties we require during the build, we need to run a Maven plugin called `flatten-maven-plugin`. The configuration is standard, and I think you can just configure it at the `maven-base` package, in the `<build><plugins>`. Every Maven package on `kie-tools` need to run it so that the published `pom.xml` doesn't depend on the build properties we pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
