python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
reference maven shade plugin 3.3.1-SNAPSHOT in pom
According to the site
https://maven.apache.org/plugins-archives/maven-shade-plugin-LATEST/shade-mojo.html
the latest version of the maven shade plugin is 3.3.1-SNAPSHOT and exists since 2021-07-14.
To...

datahaki
Votes: 0
Answers: 1
From shading to modules: How to avoid version conflicts?
My context is that I have written a java library that does something "useful" and this library is (as is common for libraries) to be used in other applications.
Among other things my library...
Niels Basjes
Votes: 0
Answers: 0
I created a JavaFX App and I get an the following error: "JavaFX runtime components are missing, and are required to run this application"
I use "mvn clean package" command to get an jar file.
But when I call it I get the following error:
Error: JavaFX runtime components are missing, and are required to run this application
I e...
sm-a
Votes: 0
Answers: 0
Maven shade plugin does not exclude an artifact
I need to exclude the log4j artifact from the shade plug-in to avoid the log4j vulnerability, however, the exclude tag under artifactSet does not seem to work. Any suggestion to fix this?
<groupId&...
Anup
Votes: 0
Answers: 1