1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <artifactId >gui</artifactId >
5
- <packaging >jar</packaging >
1
+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2
+ <modelVersion >4.0.0</modelVersion >
3
+ <artifactId >gui</artifactId >
4
+ <packaging >jar</packaging >
6
5
7
- <parent >
8
- <groupId >com.devonfw.cobigen</groupId >
9
- <artifactId >core-parent</artifactId >
10
- <version >${revision} </version >
11
- </parent >
6
+ <parent >
7
+ <groupId >com.devonfw.cobigen</groupId >
8
+ <artifactId >core-parent</artifactId >
9
+ <version >${revision} </version >
10
+ </parent >
12
11
13
- <properties >
14
- <skip .deployment>false</skip .deployment>
15
- <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
- <maven .compiler.release>11</maven .compiler.release>
17
- <java .version>11</java .version>
18
- <javafx .version>18</javafx .version>
19
- <javafx .maven.plugin.version>0.0.6</javafx .maven.plugin.version>
20
- </properties >
12
+ <properties >
13
+ <skip .deployment>false</skip .deployment>
14
+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
+ <maven .compiler.release>11</maven .compiler.release>
16
+ <java .version>11</java .version>
17
+ <javafx .version>18</javafx .version>
18
+ <javafx .maven.plugin.version>0.0.6</javafx .maven.plugin.version>
19
+ </properties >
21
20
22
- <dependencies >
23
- <dependency >
24
- <groupId >org.openjfx</groupId >
25
- <artifactId >javafx-controls</artifactId >
26
- <version >${javafx.version} </version >
27
- </dependency >
28
- <dependency >
29
- <groupId >org.openjfx</groupId >
30
- <artifactId >javafx-fxml</artifactId >
31
- <version >${javafx.version} </version >
32
- </dependency >
33
- <dependency >
34
- <groupId >junit</groupId >
35
- <artifactId >junit</artifactId >
36
- <version >4.13.1</version >
37
- </dependency >
38
- <dependency >
39
- <groupId >org.testfx</groupId >
40
- <artifactId >testfx-core</artifactId >
41
- <version >4.0.16-alpha</version >
42
- <scope >test</scope >
43
- </dependency >
44
- <dependency >
45
- <groupId >org.testfx</groupId >
46
- <artifactId >testfx-junit</artifactId >
47
- <version >4.0.15-alpha</version >
48
- <scope >test</scope >
49
- </dependency >
50
- <dependency >
51
- <groupId >org.assertj</groupId >
52
- <artifactId >assertj-core</artifactId >
53
- <version >3.13.2</version >
54
- <scope >test</scope >
55
- </dependency >
56
- <dependency >
57
- <groupId >org.kordamp.ikonli</groupId >
58
- <artifactId >ikonli-javafx</artifactId >
59
- <version >11.3.5</version >
60
- </dependency >
61
- <dependency >
62
- <groupId >org.kordamp.ikonli</groupId >
63
- <artifactId >ikonli-materialdesign-pack</artifactId >
64
- <version >11.3.5</version >
65
- </dependency >
66
- </dependencies >
67
- <build >
68
- <plugins >
69
- <plugin >
70
- <groupId >org.apache.maven.plugins</groupId >
71
- <artifactId >maven-compiler-plugin</artifactId >
72
- <configuration >
73
- <release >${maven.compiler.release} </release >
74
- </configuration >
75
- </plugin >
76
- <plugin >
77
- <groupId >org.openjfx</groupId >
78
- <artifactId >javafx-maven-plugin</artifactId >
79
- <version >${javafx.maven.plugin.version} </version >
80
- <configuration >
81
- <mainClass >com.devonfw.cobigen.gui.App</mainClass >
82
- </configuration >
83
- </plugin >
84
- <plugin >
85
- <groupId >org.apache.maven.plugins</groupId >
86
- <artifactId >maven-surefire-plugin</artifactId >
87
- <configuration >
88
- <!-- allow to use unnamed modules -->
89
- <useModulePath >false</useModulePath >
90
- </configuration >
91
- </plugin >
92
- </plugins >
93
- </build >
21
+ <dependencies >
22
+ <dependency >
23
+ <groupId >org.openjfx</groupId >
24
+ <artifactId >javafx-controls</artifactId >
25
+ <version >${javafx.version} </version >
26
+ </dependency >
27
+ <dependency >
28
+ <groupId >org.openjfx</groupId >
29
+ <artifactId >javafx-fxml</artifactId >
30
+ <version >${javafx.version} </version >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >junit</groupId >
34
+ <artifactId >junit</artifactId >
35
+ <version >4.13.1</version >
36
+ </dependency >
37
+ <dependency >
38
+ <groupId >org.testfx</groupId >
39
+ <artifactId >testfx-core</artifactId >
40
+ <version >4.0.16-alpha</version >
41
+ <scope >test</scope >
42
+ </dependency >
43
+ <dependency >
44
+ <groupId >org.testfx</groupId >
45
+ <artifactId >testfx-junit</artifactId >
46
+ <version >4.0.15-alpha</version >
47
+ <scope >test</scope >
48
+ </dependency >
49
+ <dependency >
50
+ <groupId >org.assertj</groupId >
51
+ <artifactId >assertj-core</artifactId >
52
+ <version >3.13.2</version >
53
+ <scope >test</scope >
54
+ </dependency >
55
+ <dependency >
56
+ <groupId >org.kordamp.ikonli</groupId >
57
+ <artifactId >ikonli-javafx</artifactId >
58
+ <version >11.3.5</version >
59
+ </dependency >
60
+ <dependency >
61
+ <groupId >org.kordamp.ikonli</groupId >
62
+ <artifactId >ikonli-materialdesign-pack</artifactId >
63
+ <version >11.3.5</version >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >com.devonfw.cobigen</groupId >
67
+ <artifactId >core-artifact-retriever</artifactId >
68
+ <version >${revision} </version >
69
+ </dependency >
70
+ </dependencies >
71
+ <build >
72
+ <plugins >
73
+ <plugin >
74
+ <groupId >org.apache.maven.plugins</groupId >
75
+ <artifactId >maven-compiler-plugin</artifactId >
76
+ <configuration >
77
+ <release >${maven.compiler.release} </release >
78
+ </configuration >
79
+ </plugin >
80
+ <plugin >
81
+ <groupId >org.openjfx</groupId >
82
+ <artifactId >javafx-maven-plugin</artifactId >
83
+ <version >${javafx.maven.plugin.version} </version >
84
+ <configuration >
85
+ <mainClass >com.devonfw.cobigen.gui.App</mainClass >
86
+ </configuration >
87
+ </plugin >
88
+ <plugin >
89
+ <groupId >org.apache.maven.plugins</groupId >
90
+ <artifactId >maven-surefire-plugin</artifactId >
91
+ <configuration >
92
+ <!-- allow to use unnamed modules -->
93
+ <useModulePath >false</useModulePath >
94
+ </configuration >
95
+ </plugin >
96
+ </plugins >
97
+ </build >
94
98
</project >
0 commit comments