Open asokolov-a1 opened 10 months ago
I think, your chances to get attention will grow significantly if you provide an MCVE. It is not an everyday thing that a plugin defines its own packaging type, usually accompanied by a custom workflow mapping. Nobody wants to guess what that might look like and invent one by themselves. OTOH, without anything testable, nobody in their right minds would just commit it blindly, hoping to solve your problem. So please, share a link to a full, minimal reproducer. Thank you.
Aspectj-maven-plugin 1.15.0 includes all of the project's dependencies (except
pom
-type) to the-classpath
parameter for AJC (see here). In our project we use some dependencies that haveyaml
packaging type and they are added to the classpath, resulting in a compilation errors like this:It would be great if there was an option to filter out dependency types other than
pom
to prevent them from including in classpath (or, more general, a classpath customization/filtering feature).