in src/main/java/org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.java [48:51]
private List<String> findStaticMainVersions() {
// TODO: Execute the static main methods of classes with 'Version' in their name.
return Collections.emptyList();
}