File tree Expand file tree Collapse file tree 3 files changed +13
-36
lines changed Expand file tree Collapse file tree 3 files changed +13
-36
lines changed Original file line number Diff line number Diff line change 20
20
</properties >
21
21
22
22
<build >
23
- <finalName >convex-gui</finalName >
24
23
<plugins >
25
- <plugin >
26
- <artifactId >maven-assembly-plugin</artifactId >
27
- <version >3.7.1</version >
28
- <configuration >
29
- <finalName >convex-desktop</finalName >
30
- <outputDirectory >${project.directory} </outputDirectory >
31
- <archive >
32
- <manifest >
33
- <mainClass >convex.gui.MainGUI</mainClass >
34
- </manifest >
35
- </archive >
36
- <descriptorRefs >
37
- <descriptorRef >jar-with-dependencies</descriptorRef >
38
- </descriptorRefs >
39
- <appendAssemblyId >false</appendAssemblyId >
40
- <!-- We want differentiated outputs
41
- <appendAssemblyId>false</appendAssemblyId> -->
42
- </configuration >
43
- <executions >
44
- <execution >
45
- <id >create-archive</id >
46
- <phase >package</phase >
47
- <goals >
48
- <goal >single</goal >
49
- </goals >
50
- </execution >
51
- </executions >
52
- </plugin >
53
24
</plugins >
54
25
</build >
55
26
Original file line number Diff line number Diff line change 24
24
<plugin >
25
25
<groupId >org.apache.maven.plugins</groupId >
26
26
<artifactId >maven-compiler-plugin</artifactId >
27
- <version >3.12.1</version >
28
27
<configuration >
29
28
<annotationProcessorPaths >
30
29
<annotationProcessorPath >
Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >world.convex</groupId >
4
6
<artifactId >convex</artifactId >
25
27
<properties >
26
28
<maven .compiler.release>21</maven .compiler.release>
27
29
<maven .compiler.source>21</maven .compiler.source>
28
- <maven .compiler.target>21</maven .compiler.target>
30
+ <maven .compiler.target>21</maven .compiler.target>
29
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30
32
<logback .version>1.5.6</logback .version>
31
33
<jmh .version>1.37</jmh .version>
158
160
</executions >
159
161
</plugin >
160
162
<plugin >
161
- <groupId >org.apache.maven.plugins</groupId >
162
- <artifactId >maven-compiler-plugin</artifactId >
163
- <version >3.13.0</version >
164
- </plugin >
163
+ <groupId >org.apache.maven.plugins</groupId >
164
+ <artifactId >maven-compiler-plugin</artifactId >
165
+ <version >3.13.0</version >
166
+ </plugin >
167
+ <plugin >
168
+ <groupId >org.apache.maven.plugins</groupId >
169
+ <artifactId >maven-surefire-plugin</artifactId >
170
+ <version >3.4.0</version >
171
+ </plugin >
165
172
166
173
<plugin >
167
174
<groupId >org.sonatype.plugins</groupId >
You can’t perform that action at this time.
0 commit comments