Questions tagged [java]
Java is a general-purpose programming language and a computing platform called the Java Virtual Machine (JVM). Use this tag when you are dealing with a java program, installing java, or configuring a java installation.
1 questions from the last 30 days
1
vote
1
answer
38
views
Adding new file to JAR, works when placing it at the root, but not for a nested destination
When I run make build I want to run mvn clean package, npm run build, then include a file from the NPM build output into the newly created JAR.
This is successful when running the following commands ...