matteodg commented on pull request #2467: URL: https://github.com/apache/netbeans/pull/2467#issuecomment-711349713
Not sure looking for properties is the safest approach: what about checking the `configuration/mainClass` tag in the `exec-maven-plugin` configuration (and there resolve if any property is used) or the `configuration/archive/manifest/mainClass` tag in the `maven-jar-plugin` configuration (See [Make The Jar Executable](http://maven.apache.org/shared/maven-archiver/examples/classpath.html#Make))? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
