Skip to content
Snippets Groups Projects
Commit f70c04ac authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4561 OZG-4603 Adjust maven modules

parent 1330b60d
No related branches found
No related tags found
No related merge requests found
......@@ -28,13 +28,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>1.18.0-SNAPSHOT</version>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>goofy-client</artifactId>
<artifactId>alfa-client</artifactId>
<name>Alfa Client</name>
<packaging>pom</packaging>
<build>
......
......@@ -3,30 +3,30 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>1.18.0-SNAPSHOT</version>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>goofy-server</artifactId>
<name>Goofy Server</name>
<artifactId>alfa-server</artifactId>
<name>Alfa Server</name>
<properties>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<spring-boot.build-image.imageName>docker.ozg-sh.de/goofy:build-latest</spring-boot.build-image.imageName>
<spring-boot.build-image.imageName>docker.ozg-sh.de/alfa:build-latest</spring-boot.build-image.imageName>
</properties>
<dependencies>
<dependency>
<groupId>de.itvsh.ozg</groupId>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa-service</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>de.itvsh.ozg</groupId>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa-xdomea</artifactId>
<version>${project.version}</version>
</dependency>
......@@ -110,7 +110,7 @@
<resources>
<resource>
<directory>
../${project.parent.artifactId}-client/dist/apps/goofy/
../${project.parent.artifactId}-client/dist/apps/alfa/
</directory>
</resource>
</resources>
......
......@@ -30,9 +30,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>1.18.0-SNAPSHOT</version>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>alfa-service</artifactId>
......
......@@ -30,9 +30,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>1.18.0-SNAPSHOT</version>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>alfa-xdomea</artifactId>
......@@ -48,7 +48,7 @@
<dependencies>
<dependency>
<groupId>de.itvsh.ozg</groupId>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa-service</artifactId>
<version>${project.version}</version>
</dependency>
......@@ -69,7 +69,7 @@
<artifactId>spring-oxm</artifactId>
</dependency>
<dependency>
<groupId>de.itvsh.ozg</groupId>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa-service</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
......
......@@ -34,15 +34,15 @@
<version>2.3.1</version>
</parent>
<groupId>de.itvsh.ozg</groupId>
<artifactId>goofy</artifactId>
<version>1.18.0-SNAPSHOT</version>
<name>Goofy Parent</name>
<groupId>de.ozgcloud.alfa</groupId>
<artifactId>alfa</artifactId>
<version>2.0.0-SNAPSHOT</version>
<name>Alfa Parent</name>
<packaging>pom</packaging>
<modules>
<module>goofy-client</module>
<module>goofy-server</module>
<module>alfa-client</module>
<module>alfa-server</module>
<module>alfa-xdomea</module>
<module>alfa-service</module>
</modules>
......@@ -75,7 +75,7 @@
<exclude>**/README</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>**/goofy-e2e/reports/videos/**</exclude>
<exclude>**/alfa-e2e/reports/videos/**</exclude>
<exclude>**/.angular/cache/**</exclude>
</excludes>
</licenseSet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment