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

View file

@ -7,4 +7,11 @@
<version>5786.SHEVAT〄.1-SNAPSHOT</version>
</parent>
<artifactId>nx01-kode-gen</artifactId>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>