Hi all, I recently started using Maven, generated a directory with the genapp goal and did maven jar. Everything is in the jar as it should, except my Main-class attribute isn't set. If that is set, then users can open my J2SE application by just double clicking on the jar.
Can I tell Maven in the POM what my main class for the jar is? Thank you for any and all help, Geoffrey
