jbonofre commented on code in PR #2322:
URL: https://github.com/apache/karaf/pull/2322#discussion_r2935274386
##########
archetypes/kar/src/main/resources/archetype-resources/pom.xml:
##########
@@ -67,6 +67,11 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>3.3.1</version>
Review Comment:
Yes and no: the majority of the plugin versions is coming from the Apache
POM (`pluginManagement`).
For archetype, that's OK.
I'm not sure anyone is using the archetype actually. I think we could
consider removing the archetypes soon.
--
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]