I have a project that works great with maven managed dependencies. But I have a requirement to provide my jar files as one.
For this, I use the maven-shade plugin ( http://maven.apache.org/plugins/maven-shade-plugin/ ). All class files are exported correctly, but when I try to start the application, I get an error message:
Can find the author for the multipart / form-data type of the content type: org.jboss.reasteasy.plugins.provider.multipart.MultipartFormDataOutput
Any help would be great, thanks.
Note. I had a similar problem with spring, the main reason for which is the configuration files. Many jar files contain a configuraiton file of the same name. All configuration files try to override the rest. After merging this file with the configuration problem, maven-shade was resolved.
java maven jax-rs maven-shade-plugin resteasy
mcadirci
source share