]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/containers/pom.xml
Ignore target directory.
[lgpl/argeo-commons.git] / dist / containers / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.argeo.commons</groupId>
7 <version>2.1.84-SNAPSHOT</version>
8 <artifactId>dist</artifactId>
9 <relativePath>..</relativePath>
10 </parent>
11 <artifactId>containers</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo OCI Containers</name>
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-resources-plugin</artifactId>
18 <executions>
19 <execution>
20 <id>copy-resources</id>
21 <phase>validate</phase>
22 <goals>
23 <goal>copy-resources</goal>
24 </goals>
25 <configuration>
26 <outputDirectory>${basedir}</outputDirectory>
27 <resources>
28 <resource>
29 <directory>filtered</directory>
30 <filtering>true</filtering>
31 </resource>
32 </resources>
33 </configuration>
34 </execution>
35 </executions>
36 </plugin>
37 </plugins>
38 </build>
39 </project>