set javafx.platform property in profiles (they still can't be enabled simultaneously)
(cherry picked from commit d94e986e8ef491469d70a481ab281999cc4b1c13)
This commit is contained in:
parent
792300d3a6
commit
a265c309c0
|
@ -96,6 +96,9 @@
|
|||
<value>win</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<javafx.platform>win</javafx.platform>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -195,6 +198,9 @@
|
|||
<value>linux</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<javafx.platform>linux</javafx.platform>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -227,6 +233,9 @@
|
|||
<value>mac</value>
|
||||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<javafx.platform>mac</javafx.platform>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- <plugin> <groupId>de.perdian.maven.plugins</groupId> <artifactId>macosappbundler-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue