I'm creating a pom.xml for a project that is a library.
Is <main.class>
POM XML element under <properties>
required for this?
(the library has a small test Main.java which I didn't really intend to include in the library JAR file in the first place, so I'd rather not use that test file as main.class unless required).