holgerfriedrich opened a new pull request, #2322: URL: https://github.com/apache/karaf/pull/2322
This basically allows building Karaf with maven4-rc5. First addition is the directory `.mvn` to mark the top directory of the workspace. Not strictly necessary, but it suppresses the warning about missing top level directory marker during build with Maven 4. The approach to add .mvn dir is the option that does not impact our standard builds with Maven 3. The second addition is a missing version specification in a pom file. Without it, Maven4 just picks the wrong version of the maven-resources-plugin, which is built against an old API and is causing the build to fail. We still get warnings about BOM import. This is a bigger change an currently does not break the build. It is not in scope of this PR. -- 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]
