]> git.argeo.org Git - gpl/argeo-suite.git/blob - dist/pom.xml
Adapt to changes in Argeo Commons
[gpl/argeo-suite.git] / dist / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>org.argeo.suite</groupId>
6 <artifactId>argeo-suite</artifactId>
7 <version>2.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>dist</artifactId>
11 <name>Argeo Suite Distributions</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>argeo-suite-standard</module>
15 </modules>
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.codehaus.mojo</groupId>
20 <artifactId>properties-maven-plugin</artifactId>
21 <configuration>
22 <quiet>true</quiet>
23 <files>
24 <file>../../cnf/${version.context}.bnd</file>
25 </files>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30 </project>