Hello, I have a question on the *manifestLocation *directive!. Currently my parent pom has the following! *<manifestLocation>* src/main/resources/META-INF*</manifestLocation>* So the MANIFEST.MF is being created at this location as expected. (I had to do this to fool IBM RAD).
Since this file is generated, when I do Mvn Clean should n't the Maven Felix Plugin delete this file if it exists? I think if the maven Felix plugin has the *manifestLocation *entry then it should safely assume that* this file is a generated file* and delete the file MANIFEST.MF. This results in some unwanted behavior even a bug! Sometimes the generated file gets checked in to CVS. Next time when I do a maven install of the bundle the old manifest does not get overridden and gets into the jar file! Any ideas? Thanks in advance! Matt
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
