Skip to content

Commit

Permalink
[fix] Adds mainClass to jar manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Apr 4, 2022
1 parent 00c938c commit 8c515e2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,18 +293,6 @@
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<archive>
<manifest>
<mainClass>io.github.apimock.Main</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down

0 comments on commit 8c515e2

Please sign in to comment.