We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d49a2 commit 34a6f2fCopy full SHA for 34a6f2f
1 file changed
pom.xml
@@ -8,6 +8,8 @@
8
<artifactId>semantic-release-example</artifactId>
9
<version>0</version>
10
11
+ <name>SemanticReleaseExample</name>
12
+
13
<properties>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
</properties>
@@ -37,6 +39,12 @@
37
39
<version>3.2.0</version>
38
40
<configuration>
41
<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>
48
</configuration>
49
</plugin>
50
</plugins>
0 commit comments