]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/pom.xml
Initiate 2.3.2 release
[lgpl/argeo-commons.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.commons</groupId>
8 <artifactId>argeo-commons</artifactId>
9 <version>2.3-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>dist</artifactId>
13 <name>Commons Deployable Distributions</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>osgi-boot</module>
17 <!-- <module>argeo-cli</module> -->
18 <module>argeo-node</module>
19 <module>containers</module>
20 </modules>
21 <build>
22 <plugins>
23 <plugin>
24 <groupId>org.codehaus.mojo</groupId>
25 <artifactId>properties-maven-plugin</artifactId>
26 <configuration>
27 <quiet>true</quiet>
28 <files>
29 <file>../../cnf/${version.context}.bnd</file>
30 </files>
31 </configuration>
32 </plugin>
33 </plugins>
34 </build>
35 </project>