<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>com.palmer.bethan.App</mainClass>
</manifest>
</archive>
</configuration>
- Maven will generate javadocs for the App class.
- Maven will generate an executable JAR, which can be used to run the App class.
- Maven will include only the App class when it compiles the source code.
- Maven will add an empty main method to the App class.