+ When you define the main class of your application, you must define the jar + that contains the main class. This is achieved by specifying meta-information + in the pom, using the following syntax for jar files : +
+ ++ If no jars contains this tag (jnlp.main.jar), it's the project jar which will be used. +
+