Tootfinder

Opt-in global Mastodon full text search. Join the index!

@al3x@hachyderm.io
2025-06-13 13:52:35

As far as I can tell, a #Maven plugin can be configured:
1. inside <pluginManagement/> or <plugins/>
2. using <configuration/> or <execution>
Does anyone know where can I read how this works and what is the priority order in which such configurations are considered?
@… any help?

@al3x@hachyderm.io
2025-06-06 22:24:48

Tonight #Maven and Maven Exec plugin in combination with Weld brought me to me knees.
Weld refused to load my classes and resources even if Maven reports compilation is successful, I can see the classes in target/classes, and when using -X I see it adds the jars and target/classes to the classpath.
Still Weld throws a bunch of ClassNotFound exceptions.
To make things a lot worse, there're no good hits when searching.
😖 emoji-with-pulling-my-hair emoji-with-me-banging-my-head-against-the-desk 😩