Skip to content

Commit

Permalink
Fixes #215 - Create Docker module (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Jul 17, 2024
1 parent 600cbca commit 5158c32
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<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.manorrock.aegean</groupId>
<artifactId>project</artifactId>
<version>24.8.0-SNAPSHOT</version>
</parent>
<artifactId>aegean-docker</artifactId>
<packaging>pom</packaging>
<name>Manorrock Aegean - Docker</name>
</project>

1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version>
</properties>
<modules>
<module>docker</module>
<module>repo</module>
<module>ui</module>
<module>api</module>
Expand Down

0 comments on commit 5158c32

Please sign in to comment.