We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a118c commit 4058353Copy full SHA for 4058353
1 file changed
java-manta-client/pom.xml
@@ -291,6 +291,11 @@
291
For SOME reason Maven can build a sources JAR for this module based on the above workaround
292
*and still* deleting the source files during process-resources in order to avoid the shade plugin
293
detecting overlapping classes.
294
+
295
+ Maintainer beware! You might be tempted to add an invocation of the maven-source-plugin directly here
296
+ and bind it to a phase after the above two but before packaging (in order to avoid the overlapping
297
+ classes error) but this does not work. Relying on the parent-pom definition of maven-source-plugin is
298
+ unexpected but functional so that behavior is documented here.
299
-->
300
</plugins>
301
</build>
0 commit comments