Skip to content
Snippets Groups Projects
Commit a925e41a authored by Lyn Elisa Goltz's avatar Lyn Elisa Goltz
Browse files

XPLANBOX-2659 - fixed merge; removed outdated xplan-cli/xplan-cli-docker

parent 3b3ab777
No related branches found
No related tags found
No related merge requests found
<?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>
<artifactId>xplan-cli-docker</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>de.latlon.product.xplanbox</groupId>
<artifactId>xplan-cli</artifactId>
<version>7.2-SNAPSHOT</version>
</parent>
<properties>
<docker-image.skip>false</docker-image.skip>
<docker-image.name>xplan-cli</docker-image.name>
<docker-contextTarFile.expectedSizeInMbAt10pct>697</docker-contextTarFile.expectedSizeInMbAt10pct>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<configuration>
<excludeTransitive>true</excludeTransitive>
<excludeTypes>pom</excludeTypes>
<outputDirectory>${project.build.directory}/unpacked-deps</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xplan-manager-cli</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xplan-transform-cli</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>xplan-update-data-cli</artifactId>
<version>${project.version}</version>
<type>zip</type>
</dependency>
<dependency> <!-- faked maven dependency to be after volume initializer in the reactor build -->
<groupId>${project.groupId}</groupId>
<artifactId>xplan-docker-volume-init</artifactId>
<version>${project.version}</version>
<type>pom</type>
<optional>true</optional>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.