I have a very simple war project and I want to include a folder:META-INF at the top of the classes output folder where all the compiled java classes are.
Im doing ...
I'm using maven to create a self-contained executable jar file with a utility I've written to take a slice of a log file between given date/time stamps & copy this part ...