]> git.argeo.org Git - gpl/argeo-suite.git/blob - dist/pom.xml
Use released Argeo Maven plugin
[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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <parent>
7 <groupId>org.argeo.suite</groupId>
8 <artifactId>argeo-suite</artifactId>
9 <version>2.3-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>dist</artifactId>
13 <name>Argeo Suite Distributions</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>argeo-suite-standard</module>
17 </modules>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.codehaus.mojo</groupId>
22 <artifactId>properties-maven-plugin</artifactId>
23 <configuration>
24 <quiet>true</quiet>
25 <files>
26 <file>../../cnf/${version.context}.bnd</file>
27 </files>
28 </configuration>
29 </plugin>
30 </plugins>
31 </build>
32 </project>