Post subject: no classes in jar file Posted: Jul 09, 2004 - 05:45 AM
Guest
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?
Guest
Post subject:Posted: Jul 12, 2004 - 07:24 AM
It sounds like a problem with your project.xml file. Make sure that the source directory is correct.
Joe
Guest
Post subject:Posted: Jul 26, 2004 - 03:41 AM
Thanks Joe, the problem was in the project.xml file!