Maven Release Plugin and Resources

216 views Asked by At

Is it possible to configure the maven release plugin to include unversioned resources in the main jar? I have a static folder under src/main/resources where I output my packaged Javascript file that is ignored by git. I have tried to use a profile and configure the maven resources plugin but with no luck similar to this answer.

Similar Question

I also see that the release plugin creates three jars (main jar,source jar, javadoc jar). Is the solution to extract the main and source contents and repackage them?

0

There are 0 answers