Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 24, 2022 01:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f9e670d1d16833afbd82ed9f22ccbea0 to your computer and use it in GitHub Desktop.
Save parzibyte/f9e670d1d16833afbd82ed9f22ccbea0 to your computer and use it in GitHub Desktop.
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>me.parzibyte.traductorswing.FramePrincipal</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment