1
Guys I have a MAVEN project, when Gero the project, it generates the main JAR and the LIB folder, which contain the library, all right up to there, what I need is to include another folder with other files so that my jar can access when necessary. I used command below, only it imports the files into Jar which does not solve my problem, being:
Someone can give me a light to create the folder when BUILD MAVEN?
See if it helps: How to generate an executable . jar using Maven?
– Math
This I Nao helped, I can generate, only I need when generating, generate a folder with some files, which is what I’m not getting.
– HimorriveL
To generate with the files I think is the part
<descriptorRef>jar-with-dependencies</descriptorRef>
, in renan’s response– Math