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