mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
disable jsvc arch call to fix wrong cpu problem on darwin i386 daemon
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<plugin>
|
||||
<groupId>sonia.maven</groupId>
|
||||
<artifactId>appassembler-maven-plugin</artifactId>
|
||||
<version>1.2</version>
|
||||
<version>1.2.0.1</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>scm-app</id>
|
||||
@@ -96,6 +96,10 @@
|
||||
<name>configuration.directory</name>
|
||||
<value>conf</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>darwin.arch.enable</name>
|
||||
<value>false</value>
|
||||
</property>
|
||||
</configuration>
|
||||
|
||||
</generatorConfiguration>
|
||||
|
||||
Reference in New Issue
Block a user