Skip to content

Commit 7c047e8

Browse files
committed
Pom updates
1 parent df54f1b commit 7c047e8

File tree

3 files changed

+13
-36
lines changed

3 files changed

+13
-36
lines changed

convex-gui/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,36 +20,7 @@
2020
</properties>
2121

2222
<build>
23-
<finalName>convex-gui</finalName>
2423
<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>
5324
</plugins>
5425
</build>
5526

convex-restapi/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<plugin>
2525
<groupId>org.apache.maven.plugins</groupId>
2626
<artifactId>maven-compiler-plugin</artifactId>
27-
<version>3.12.1</version>
2827
<configuration>
2928
<annotationProcessorPaths>
3029
<annotationProcessorPath>

pom.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>world.convex</groupId>
46
<artifactId>convex</artifactId>
@@ -25,7 +27,7 @@
2527
<properties>
2628
<maven.compiler.release>21</maven.compiler.release>
2729
<maven.compiler.source>21</maven.compiler.source>
28-
<maven.compiler.target>21</maven.compiler.target>
30+
<maven.compiler.target>21</maven.compiler.target>
2931
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3032
<logback.version>1.5.6</logback.version>
3133
<jmh.version>1.37</jmh.version>
@@ -158,10 +160,15 @@
158160
</executions>
159161
</plugin>
160162
<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>
165172

166173
<plugin>
167174
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)