NX01: Fixed M2E build cycle into normal maven style compile

This commit is contained in:
Willem Cazander 2026-01-29 12:03:12 +01:00
parent c34b7694c5
commit 2395cd1f1f
14 changed files with 76 additions and 59 deletions

16
pom.xml
View file

@ -33,6 +33,7 @@
<module>nx01-king-java3doc</module>
<module>nx01-king-java3seed</module>
<module>nx01-kode-gen</module>
<module>nx01-kode-gen-nether</module>
<module>nx01-mushroom-mais</module>
<module>nx01-mushroom-mais-duytsdoc</module>
<module>nx01-mushroom-mais-fc18</module>
@ -259,11 +260,6 @@
<artifactId>nx01-jpp-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-tone</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-dial-based</artifactId>
@ -274,6 +270,11 @@
<artifactId>nx01-jpp-nether-dial-lingua</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-jpp-nether-tone</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-king-java3</artifactId>
@ -304,6 +305,11 @@
<artifactId>nx01-kode-gen</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-kode-gen-nether</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>love.distributedrebirth.nx01</groupId>
<artifactId>nx01-mushroom-mais</artifactId>