|
9 | 9 | <version>${revision}</version>
|
10 | 10 | </parent>
|
11 | 11 |
|
12 |
| - |
13 | 12 | <modelVersion>4.0.0</modelVersion>
|
14 |
| - |
15 | 13 | <artifactId>jsgenerator-desktop</artifactId>
|
16 |
| - |
17 | 14 | <name>jsgenerator-desktop</name>
|
18 | 15 |
|
19 | 16 | <properties>
|
20 |
| - <javafx.version>17.0.2</javafx.version> |
21 |
| - <javafx.plugin.version>0.0.8</javafx.plugin.version> |
22 |
| - <mainClass>com.osscameroon.jsgenerator.desktop.HelloApplication</mainClass> |
| 17 | + <start-class>com.osscameroon.jsgenerator.desktop.autoconfigure.JsGeneratorDesktop</start-class> |
23 | 18 | </properties>
|
24 | 19 |
|
25 |
| - |
26 | 20 | <dependencies>
|
27 |
| - |
28 |
| - <dependency> |
29 |
| - <groupId>org.springframework.boot</groupId> |
30 |
| - <artifactId>spring-boot-starter</artifactId> |
31 |
| - </dependency> |
32 |
| - |
33 | 21 | <dependency>
|
34 | 22 | <groupId>com.osscameroon</groupId>
|
35 | 23 | <artifactId>jsgenerator-core</artifactId>
|
36 | 24 | </dependency>
|
37 |
| - |
38 |
| - |
39 |
| - <dependency> |
40 |
| - <groupId>org.openjfx</groupId> |
41 |
| - <artifactId>javafx-controls</artifactId> |
42 |
| - <version>${javafx.version}</version> |
43 |
| - </dependency> |
44 | 25 | <dependency>
|
45 | 26 | <groupId>org.openjfx</groupId>
|
46 | 27 | <artifactId>javafx-fxml</artifactId>
|
47 |
| - <version>${javafx.version}</version> |
48 |
| - </dependency> |
49 |
| - <dependency> |
50 |
| - <groupId>org.openjfx</groupId> |
51 |
| - <artifactId>javafx-web</artifactId> |
52 |
| - <version>${javafx.version}</version> |
53 | 28 | </dependency>
|
54 |
| - <dependency> |
55 |
| - <groupId>org.controlsfx</groupId> |
56 |
| - <artifactId>controlsfx</artifactId> |
57 |
| - <version>11.1.1</version> |
58 |
| - </dependency> |
59 |
| - <dependency> |
60 |
| - <groupId>com.dlsc.formsfx</groupId> |
61 |
| - <artifactId>formsfx-core</artifactId> |
62 |
| - <version>11.5.0</version> |
63 |
| - <exclusions> |
64 |
| - <exclusion> |
65 |
| - <groupId>org.openjfx</groupId> |
66 |
| - <artifactId>*</artifactId> |
67 |
| - </exclusion> |
68 |
| - </exclusions> |
69 |
| - </dependency> |
70 |
| - <dependency> |
71 |
| - <groupId>net.synedra</groupId> |
72 |
| - <artifactId>validatorfx</artifactId> |
73 |
| - <version>0.4.0</version> |
74 |
| - <exclusions> |
75 |
| - <exclusion> |
76 |
| - <groupId>org.openjfx</groupId> |
77 |
| - <artifactId>*</artifactId> |
78 |
| - </exclusion> |
79 |
| - </exclusions> |
80 |
| - </dependency> |
81 |
| - <dependency> |
82 |
| - <groupId>org.kordamp.ikonli</groupId> |
83 |
| - <artifactId>ikonli-javafx</artifactId> |
84 |
| - <version>12.3.1</version> |
85 |
| - </dependency> |
86 |
| - <dependency> |
87 |
| - <groupId>org.kordamp.bootstrapfx</groupId> |
88 |
| - <artifactId>bootstrapfx-core</artifactId> |
89 |
| - <version>0.4.0</version> |
90 |
| - </dependency> |
91 |
| - <dependency> |
92 |
| - <groupId>eu.hansolo</groupId> |
93 |
| - <artifactId>tilesfx</artifactId> |
94 |
| - <version>17.1.9</version> |
95 |
| - <exclusions> |
96 |
| - <exclusion> |
97 |
| - <groupId>org.openjfx</groupId> |
98 |
| - <artifactId>*</artifactId> |
99 |
| - </exclusion> |
100 |
| - </exclusions> |
101 |
| - </dependency> |
102 |
| - |
103 |
| - <!-- Dependency of eu.hansolo.tilesfx |
104 |
| - We added it in pom in order to avoid "module not found: eu.hansolo.fx.countries" |
105 |
| - --> |
106 |
| - |
107 |
| - <dependency> |
108 |
| - <groupId>eu.hansolo.fx</groupId> |
109 |
| - <artifactId>countries</artifactId> |
110 |
| - <version>17.0.22</version> |
111 |
| - |
112 |
| - </dependency> |
113 |
| - |
114 |
| - |
115 |
| - <!-- Dependency of eu.hansolo.tilesfx |
116 |
| - We added it in pom in order to avoid "module not found: eu.hansolo.fx.heatmap" |
117 |
| - --> |
118 |
| - |
119 |
| - <dependency> |
120 |
| - <groupId>eu.hansolo.fx</groupId> |
121 |
| - <artifactId>heatmap</artifactId> |
122 |
| - <version>17.0.9</version> |
123 |
| - |
124 |
| - </dependency> |
125 |
| - |
126 |
| - |
127 |
| - <!-- Dependency of eu.hansolo.tilesfx |
128 |
| - We added it in pom in order to avoid "module not found: eu.hansolo.toolboxfx" |
129 |
| - --> |
130 |
| - <dependency> |
131 |
| - <groupId>eu.hansolo</groupId> |
132 |
| - <artifactId>toolboxfx</artifactId> |
133 |
| - <version>17.0.28</version> |
134 |
| - |
135 |
| - </dependency> |
136 |
| - |
137 |
| - |
138 |
| - <!-- Dependency of eu.hansolo.tilesfx |
139 |
| - We added it in pom in order to avoid "module not found: eu.hansolo.toolbox" |
140 |
| - --> |
141 |
| - |
142 |
| - <dependency> |
143 |
| - <groupId>eu.hansolo</groupId> |
144 |
| - <artifactId>toolbox</artifactId> |
145 |
| - <version>17.0.22</version> |
146 |
| - |
147 |
| - </dependency> |
148 |
| - |
149 |
| - <!-- Dependency of eu.hansolo.tilesfx |
150 |
| - We added it in pom in order to avoid "module not found: javafx.swing" |
151 |
| - --> |
152 |
| - |
153 |
| - |
154 |
| - <dependency> |
155 |
| - <groupId>org.openjfx</groupId> |
156 |
| - <artifactId>javafx-swing</artifactId> |
157 |
| - <version>20-ea+4</version> |
158 |
| - </dependency> |
159 |
| - |
160 |
| - |
161 |
| - |
162 | 29 | </dependencies>
|
163 | 30 |
|
164 | 31 | <build>
|
165 | 32 | <plugins>
|
166 | 33 | <plugin>
|
167 |
| - <groupId>org.openjfx</groupId> |
168 |
| - <artifactId>javafx-maven-plugin</artifactId> |
169 |
| - <version>${javafx.plugin.version}</version> |
170 |
| - <executions> |
171 |
| - <execution> |
172 |
| - <!-- Default configuration for running with: mvn clean javafx:run --> |
173 |
| - <id>default-cli</id> |
174 |
| - <configuration> |
175 |
| - <mainClass>${mainClass}</mainClass> |
176 |
| - <launcher>app</launcher> |
177 |
| - <jlinkZipName>app</jlinkZipName> |
178 |
| - <jlinkImageName>app</jlinkImageName> |
179 |
| - <noManPages>true</noManPages> |
180 |
| - <stripDebug>true</stripDebug> |
181 |
| - <noHeaderFiles>true</noHeaderFiles> |
182 |
| - </configuration> |
183 |
| - </execution> |
184 |
| - </executions> |
| 34 | + <groupId>org.graalvm.buildtools</groupId> |
| 35 | + <artifactId>native-maven-plugin</artifactId> |
| 36 | + </plugin> |
| 37 | + <plugin> |
| 38 | + <groupId>org.springframework.boot</groupId> |
| 39 | + <artifactId>spring-boot-maven-plugin</artifactId> |
| 40 | + <configuration> |
| 41 | + <skip>false</skip> |
| 42 | + </configuration> |
| 43 | + </plugin> |
| 44 | + <plugin> |
| 45 | + <groupId>org.apache.maven.plugins</groupId> |
| 46 | + <artifactId>maven-compiler-plugin</artifactId> |
| 47 | + <configuration> |
| 48 | + <source>22</source> |
| 49 | + <target>22</target> |
| 50 | + </configuration> |
185 | 51 | </plugin>
|
186 | 52 | </plugins>
|
187 | 53 | </build>
|
|
0 commit comments