Skip to content

Instantly share code, notes, and snippets.

@yostane
Created January 4, 2021 11:27
Show Gist options
  • Select an option

  • Save yostane/342fdb35bb511a16eba6e6c41d184064 to your computer and use it in GitHub Desktop.

Select an option

Save yostane/342fdb35bb511a16eba6e6c41d184064 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<mainClass>com.mycompany.app.App</mainClass>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment