Files
actions/pom.xml
Marcin Grzejszczak 102f96d338 First contract test
2018-06-05 10:48:34 +02:00

29 lines
1.0 KiB
XML

<?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>
<groupId>pl.com.dddbyexamples</groupId>
<artifactId>factory</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<properties>
<main.basedir>${project.basedir}</main.basedir>
</properties>
<modules>
<module>app-monolith</module>
<module>adapter-commons</module>
<module>shared-kernel-model</module>
<module>demand-forecasting-model</module>
<module>demand-forecasting-adapters</module>
<module>shortages-prediction-model</module>
<module>shortages-prediction-adapters</module>
<module>product-management-adapters</module>
<module>production-planning-adapters</module>
</modules>
</project>