update oshi to 5.8.5
This commit is contained in:
parent
8dffb8bd27
commit
f8c155f843
78
pom.xml
78
pom.xml
|
@ -129,35 +129,35 @@
|
|||
<generateInstaller>true</generateInstaller>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>bundling-for-windows</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<platform>windows</platform>
|
||||
<createZipball>true</createZipball>
|
||||
<!-- <administratorRequired>true</administratorRequired>-->
|
||||
<winConfig>
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-windows</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>package</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <platform>windows</platform>-->
|
||||
<!-- <createZipball>true</createZipball>-->
|
||||
<!-- <!– <administratorRequired>true</administratorRequired>–>-->
|
||||
<!-- <winConfig>-->
|
||||
|
||||
<!-- general properties -->
|
||||
<generateSetup>true</generateSetup>
|
||||
<generateMsi>true</generateMsi>
|
||||
<generateMsm>true</generateMsm>
|
||||
<!-- <!– general properties –>-->
|
||||
<!-- <generateSetup>true</generateSetup>-->
|
||||
<!-- <generateMsi>true</generateMsi>-->
|
||||
<!-- <generateMsm>true</generateMsm>-->
|
||||
|
||||
<!-- setup generation properties -->
|
||||
<setupMode>installForAllUsers</setupMode>
|
||||
<createDesktopIconTask>true</createDesktopIconTask>
|
||||
<disableDirPage>false</disableDirPage>
|
||||
<disableFinishedPage>false</disableFinishedPage>
|
||||
<setupLanguages>
|
||||
<english>compiler:Default.isl</english>
|
||||
<!-- <spanish>compiler:Languages\Chinese.isl</spanish>-->
|
||||
</setupLanguages>
|
||||
</winConfig>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- <!– setup generation properties –>-->
|
||||
<!-- <setupMode>installForAllUsers</setupMode>-->
|
||||
<!-- <createDesktopIconTask>true</createDesktopIconTask>-->
|
||||
<!-- <disableDirPage>false</disableDirPage>-->
|
||||
<!-- <disableFinishedPage>false</disableFinishedPage>-->
|
||||
<!-- <setupLanguages>-->
|
||||
<!-- <english>compiler:Default.isl</english>-->
|
||||
<!-- <!– <spanish>compiler:Languages\Chinese.isl</spanish>–>-->
|
||||
<!-- </setupLanguages>-->
|
||||
<!-- </winConfig>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-linux</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
|
@ -170,18 +170,18 @@
|
|||
<!-- <jdkPath>X:\\path\to\linux\jdk</jdkPath>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <id>bundling-for-mac</id>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>package</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <platform>mac</platform>-->
|
||||
<!-- <createTarball>true</createTarball>-->
|
||||
<!--<!– <jdkPath>X:\\path\to\mac\jdk</jdkPath>–>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<execution>
|
||||
<id>bundling-for-mac</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>package</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<platform>mac</platform>
|
||||
<createTarball>true</createTarball>
|
||||
<!-- <jdkPath>X:\\path\to\mac\jdk</jdkPath>-->
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in New Issue