How do I generate & copy the manifest file before the unit tests are executed?
I've got a unit test that tests code that needs to read the META-INF/MANIFEST.MF file, but when I run "mvn test" the classes are compiled, but the manifest file is not generated yet... Cheers, Ernst Note: I previously asked a similar question on this forum about using the JAR. However, I decided I do not want to depend on the package from my unit tests, just on the resources (or at least the manifest file). --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
