natives should be found now when running using maven
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -5,6 +5,7 @@
|
|||||||
<artifactId>opsu-dance</artifactId>
|
<artifactId>opsu-dance</artifactId>
|
||||||
<version>0.5.0-SNAPSHOT</version>
|
<version>0.5.0-SNAPSHOT</version>
|
||||||
<properties>
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<timestamp>${maven.build.timestamp}</timestamp>
|
<timestamp>${maven.build.timestamp}</timestamp>
|
||||||
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
||||||
@@ -74,6 +75,7 @@
|
|||||||
<classpath />
|
<classpath />
|
||||||
<argument>${mainClassName}</argument>
|
<argument>${mainClassName}</argument>
|
||||||
</arguments>
|
</arguments>
|
||||||
|
<workingDirectory>${project.build.outputDirectory}/../</workingDirectory>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|||||||
Reference in New Issue
Block a user