feat: add workspaceRelationship (#7889)

This commit is contained in:
DmitriyLewen
2024-11-29 10:49:41 +06:00
committed by GitHub
parent 06279924ca
commit d622ca2b1f
27 changed files with 614 additions and 136 deletions

View File

@@ -0,0 +1,14 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>module1</artifactId>
<version>1.0.0</version>
<packaging>pom</packaging>
<modules>
<module>module2</module>
</modules>
</project>