Skip to content

Commit 34a6f2f

Browse files
committed
build: Make jar executeable
1 parent b5d49a2 commit 34a6f2f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<artifactId>semantic-release-example</artifactId>
99
<version>0</version>
1010

11+
<name>SemanticReleaseExample</name>
12+
1113
<properties>
1214
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1315
</properties>
@@ -37,6 +39,12 @@
3739
<version>3.2.0</version>
3840
<configuration>
3941
<outputDirectory>${project.basedir}/artifacts/</outputDirectory>
42+
<archive>
43+
<manifest>
44+
<addClasspath>true</addClasspath>
45+
<mainClass>gg.nils.semanticrelease.example.Main</mainClass>
46+
</manifest>
47+
</archive>
4048
</configuration>
4149
</plugin>
4250
</plugins>

0 commit comments

Comments
 (0)