This commit is contained in:
Guillaume Dugas
2026-02-19 09:58:13 +01:00
commit 7ad05e5b14
16 changed files with 414 additions and 0 deletions

20
pom.xml Normal file
View File

@@ -0,0 +1,20 @@
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>fr.cnd.compositor</groupId>
<artifactId>root</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Blocks</name>
<packaging>pom</packaging>
<modules>
<module>bom</module>
<module>builder</module>
<module>modules/core</module>
</modules>
</project>