Maven Workshop - no classes in jar file Anonymous - Jul 09, 2004 - 05:45 AM Post subject: no classes in jar file
hello
I've installed the maven plugin and I find it OK.
But when a select maven.xml -> run -> maven build -> jar, so a jar file will be generated successfully, but there are NO CLASS FILES in it..
Only the Meta-Inf directory and there the manifest file..
Are there special preferences to set or what the mistake?
Anonymous - Jul 12, 2004 - 07:24 AM Post subject:
It sounds like a problem with your project.xml file. Make sure that the source directory is correct.
Joe
Anonymous - Jul 26, 2004 - 03:41 AM Post subject:
Thanks Joe, the problem was in the project.xml file!