]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
4a19907a33a9ba2d11dc3572e0eda78ec88bc0b7
[lgpl/argeo-commons.git] / pom.xml
1 <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/maven-v4_0_0.xsd">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons</groupId>
5 <version>2.1.90-SNAPSHOT</version>
6 <artifactId>dist</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>containers</artifactId>
10 <packaging>pom</packaging>
11 <name>Argeo OCI Containers</name>
12 <!-- <build> -->
13 <!-- <plugins> -->
14 <!-- <plugin> -->
15 <!-- <artifactId>maven-resources-plugin</artifactId> -->
16 <!-- <executions> -->
17 <!-- <execution> -->
18 <!-- <id>copy-resources</id> -->
19 <!-- <phase>validate</phase> -->
20 <!-- <goals> -->
21 <!-- <goal>copy-resources</goal> -->
22 <!-- </goals> -->
23 <!-- <configuration> -->
24 <!-- <outputDirectory>${basedir}</outputDirectory> -->
25 <!-- <resources> -->
26 <!-- <resource> -->
27 <!-- <directory>filtered</directory> -->
28 <!-- <filtering>true</filtering> -->
29 <!-- </resource> -->
30 <!-- </resources> -->
31 <!-- </configuration> -->
32 <!-- </execution> -->
33 <!-- </executions> -->
34 <!-- </plugin> -->
35 <!-- </plugins> -->
36 <!-- </build> -->
37 </project>