forked from JavaTX/JavaCompilerCore
Make jar with dependencies executable
This commit is contained in:
parent
647c9e6c21
commit
d1138540de
5
pom.xml
5
pom.xml
@ -110,6 +110,11 @@ http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>de.dhbwstuttgart.core.ConsoleInterface</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
</descriptorRefs>
|
||||
|
Loading…
Reference in New Issue
Block a user