sergey-chugunov-1985 commented on PR #12294: URL: https://github.com/apache/ignite/pull/12294#issuecomment-3232488601
@maksaska, I have an idea where these lines come from: ClassesGenerator is started by exec-maven-plugin with includePluginDependencies set to true. AFAIK this forces the plugin to include dependencies to run-time classpath, and plexus-java is brought in by maven surefire plugin. This `META-INF.versions.9` comes exactly from plexus, you can find it yourself, just find org.codehaus.plexus:plexus-java artifact and inspect its META-INF directory. From classnames.properties perspective this is fine, these entries won't get into resulted file, they'll be filtered out in ClassesGenerator by package prefix `org.apache.ignite`. It is passed to ClassesGenerator from pom file as an argument. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org