Init (1)
Some checks failed
Maven build / build (push) Failing after 22s

This commit is contained in:
Guillaume Dugas
2026-02-19 09:58:35 +01:00
parent 7ad05e5b14
commit d389cc2019
43 changed files with 2376 additions and 7 deletions

21
modules/core/pom.xml Normal file
View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>fr.cnd.compositor</groupId>
<artifactId>builder</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../builder/pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>core-parent</artifactId>
<name>Core - Parent</name>
<modules>
<module>deployment</module>
<module>runtime</module>
</modules>
</project>