How do I write out the manifest to my src/main/resources dir such that the IDE (in my case Idea, but it could be any IDE) can package it when it does its own exploded deployment.
I see that Gradle adds the manifest to jar creation, but I'd rather not have gradle create a jar just to be un-jarred (unzipped?) to get at the manifest. -- View this message in context: http://old.nabble.com/How-to-write-out-manifest.mf-for-external-IDE-tp27467119p27467119.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
