You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to convert a grails project from ant build to maven build and I am unable to add any dependencies to MANIFEST.MF file. Is there a way I can add dependencies to the MANIFEST.MF or use my own MANIFEST.MF file with grails-maven-plugin? I have tried to use the maven-resources-plugin for copying the file, but its not working. Any pointers on this would really help :)
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Using own MANIFEST.MF file with grails-maven project
Using own MANIFEST.MF file or adding dependencies with grails-maven-plugin
Mar 7, 2019
I am trying to convert a grails project from ant build to maven build and I am unable to add any dependencies to
MANIFEST.MF
file. Is there a way I can add dependencies to theMANIFEST.MF
or use my ownMANIFEST.MF
file withgrails-maven-plugin
? I have tried to use themaven-resources-plugin
for copying the file, but its not working. Any pointers on this would really help :)Plugins in my pom.xml look like:
MANIFEST.MF generated by maven looks like
Along with this content in
MANIFEST.MF
, I also need to have the dependencies section as belowThe text was updated successfully, but these errors were encountered: