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>
5 <groupId>org.argeo.suite</groupId>
6 <artifactId>argeo-suite</artifactId>
7 <version>0.1.12</version>
8 <relativePath>..</relativePath>
10 <artifactId>dep</artifactId>
11 <name>Argeo Suite Dependencies</name>
12 <packaging>pom</packaging>
14 <module>org.argeo.suite.platform</module>
19 <groupId>org.apache.felix</groupId>
20 <artifactId>maven-bundle-plugin</artifactId>
23 <SLC-ModularDistribution>default</SLC-ModularDistribution>
28 <groupId>org.argeo.maven.plugins</groupId>
29 <artifactId>maven-argeo-osgi-plugin</artifactId>
32 <id>generate-descriptors</id>
34 <goal>descriptors</goal>
36 <phase>generate-resources</phase>
45 <groupId>org.argeo.tp.equinox</groupId>
46 <artifactId>org.eclipse.osgi</artifactId>
50 <groupId>org.argeo.tp.sdk</groupId>
51 <artifactId>org.junit</artifactId>
61 <groupId>org.argeo.maven.plugins</groupId>
62 <artifactId>maven-argeo-osgi-plugin</artifactId>
71 <onlyCheck>true</onlyCheck>
81 <groupId>org.argeo.commons</groupId>
82 <artifactId>org.argeo.osgi.boot</artifactId>
83 <version>${version.argeo-commons}</version>