My project contains Application classes having main(), which is also mentioned in manifest file as below
Manifest-Version: 1.0
Main-Class: org.carleton.cep.Application
Till now, build artifact option is greyed out, so I tried to add it to artifacts as shown below
When I press OK, I got following error,
Then, I created an unnamed build by selection empty
But Whenever I execute `build artifacts', no JAR file is generated
Do I need to specify main class in pom.xml as well, if yes how ?