hi,
i have the following in my pom.xml ( not copying the entire pom file )
i did some reading and found the above code in apache site to include manifest file to
maven, but it doesn't seem to be working. Am I missing something ?
I use the following command to build jar file
> mvn clean install
it cleans, compiles, run testcases and create jar file. If i open the jar file and look for the manifest file, i dont see the entries i made in "src/main/resources/META-INF/MANIFEST.MF", the manifest i find in the jar is auto-generated by maven i guess. I want to add the manifest.m from the resources folder to be added to the generated jar. Any help on this is appreciated.
this is what i have in my manifest
thanks,
Raj
SCJP, SCWCD, SCBCD, Oracle Certified Professional (SQL n PL/SQL)