mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-21 00:16:30 -05:00
Create runner jar
This commit is contained in:
parent
59b6845107
commit
7760125ea4
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -16,17 +16,17 @@
|
|||
<version>2.4</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>sandbox</id>
|
||||
<id>runner</id>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifest>
|
||||
<mainClass>org.rairlab.planner.Py4JServer</mainClass>
|
||||
<mainClass>org.rairlab.planner.utils.Runner</mainClass>
|
||||
</manifest>
|
||||
</archive>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
</descriptorRefs>
|
||||
<finalName>sandbox</finalName>
|
||||
<finalName>runner</finalName>
|
||||
</configuration>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
|
|
Loading…
Reference in a new issue