Fix Windows classpath generation
This commit is contained in:
parent
dcd75264a7
commit
d7a499cdc3
@ -25,6 +25,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
<groupId>com.akathist.maven.plugins.launch4j</groupId>
|
||||||
<artifactId>launch4j-maven-plugin</artifactId>
|
<artifactId>launch4j-maven-plugin</artifactId>
|
||||||
|
<version>1.7.23</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>l4j-clui</id>
|
<id>l4j-clui</id>
|
||||||
@ -33,9 +34,13 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<headerType>console</headerType>
|
<headerType>console</headerType>
|
||||||
<outfile>target/openrefine.exe</outfile>
|
<outfile>target/openrefine.exe</outfile>
|
||||||
<jar>${rootdir}/server/target/openrefine-${project.version}-server.jar</jar>
|
<jar>server/target/lib/openrefine-${project.version}-server.jar</jar>
|
||||||
|
<dontWrapJar>true</dontWrapJar>
|
||||||
|
<saveConfig>true</saveConfig>
|
||||||
<classPath>
|
<classPath>
|
||||||
<mainClass>com.google.refine.Refine</mainClass>
|
<mainClass>com.google.refine.Refine</mainClass>
|
||||||
|
<jarLocation>server/target/lib/</jarLocation>
|
||||||
|
<postCp>server/target/lib/*.jar</postCp>
|
||||||
</classPath>
|
</classPath>
|
||||||
<jre>
|
<jre>
|
||||||
<minVersion>1.8.0</minVersion>
|
<minVersion>1.8.0</minVersion>
|
||||||
|
Loading…
Reference in New Issue
Block a user