Hi,

Is there a way to create MANIFEST.MF (which is to be added to the jar file automatically) with dependencies as entries under Class-Path attribute?  For e.g., if I have dependency, say util.jar, the output jar file created by maven should have a manifest file, MANIFEST.MF with an entry "Class-Path:  util.jar"

I hope my question is clear.

Thanks,
Vamsi

Reply via email to