Skip to content

Commit

Permalink
Add custom definition builders module
Browse files Browse the repository at this point in the history
  • Loading branch information
eschleb committed Feb 20, 2024
1 parent b32968f commit 7329025
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions custom-definitions/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-definition-builders-parent</artifactId>
<version>1.0.8-SNAPSHOT</version>
</parent>

<artifactId>custom-definition-builders</artifactId>

<dependencies>
<dependency>
<groupId>com.namics.oss.magnolia</groupId>
<artifactId>magnolia-definition-builders</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</developers>
<modules>
<module>magnolia-builders</module>
<module>custom-definitions</module>
</modules>

<properties>
Expand Down

0 comments on commit 7329025

Please sign in to comment.