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)
Java Maven: instead of Implementation-Version program returns Java-Runtime Version
I've been working on this for a while and tried every possible solution on here, but nothing seems to works. Apparently, I couldn't find anyone having the same problem on here as well. Please help :)
...
Anna Pixie
Votes: 0
Answers: 1
Maven generated zip file contains old war file
I have a multi-module Maven projet, and I want to build a zip file containing all of the files to deliver on the production server, which means a war file and a bunch of shellscripts.
Here some extrac...
Alexis Dufrenoy
Votes: 0
Answers: 1
How do I create a zip file from a jar with dependencies?
I want to generate a zip file which contains:
A fat jar
Some other static .bat files
I tried to use maven-assembly-plugin because it seems to be able to do that.
Here is my attempt:
pom.xml
<?xml...

Guerric P
Votes: 0
Answers: 1
`outputFileNameMapping` uses the name of the artifact running the plugin instead of the dependency
I'm using maven-assembly-plugin v.3.3.0 with the following configuration in my assembly file (the module name is example):
pom file:
<?xml version="1.0" encoding="UTF-8"?>
&l...

Roberto Morávia
Votes: 0
Answers: 0