]> git.argeo.org Git - lgpl/argeo-commons.git/blob - demo/pom.xml
Deploy Java 11.
[lgpl/argeo-commons.git] / demo / 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.89-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <artifactId>demo</artifactId>
11 <name>Commons Demo</name>
12 <packaging>pom</packaging>
13 <build>
14 </build>
15 <dependencies>
16 <dependency>
17 <groupId>org.argeo.tp.equinox</groupId>
18 <artifactId>org.eclipse.osgi</artifactId>
19 </dependency>
20 <dependency>
21 <groupId>org.argeo.commons</groupId>
22 <artifactId>org.argeo.osgi.boot</artifactId>
23 <version>2.1.89-SNAPSHOT</version>
24 </dependency>
25 </dependencies>
26 <profiles>
27 <profile>
28 <id>argeo_node_rap</id>
29 <build>
30 <plugins>
31 <plugin>
32 <groupId>org.argeo.maven.plugins</groupId>
33 <artifactId>argeo-osgi-plugin</artifactId>
34 <configuration>
35 <systemPropertiesFile>argeo_node_rap.properties</systemPropertiesFile>
36 <execDir>exec/argeo_node_rap</execDir>
37 </configuration>
38 </plugin>
39 </plugins>
40 </build>
41 <dependencies>
42 <dependency>
43 <groupId>org.argeo.commons</groupId>
44 <artifactId>org.argeo.dep.cms.sdk</artifactId>
45 <version>2.1.89-SNAPSHOT</version>
46 </dependency>
47 </dependencies>
48 </profile>
49 <profile>
50 <id>cms-e4-rap</id>
51 <build>
52 <plugins>
53 <plugin>
54 <groupId>org.argeo.maven.plugins</groupId>
55 <artifactId>argeo-osgi-plugin</artifactId>
56 <configuration>
57 <systemPropertiesFile>cms-e4-rap.properties</systemPropertiesFile>
58 <execDir>exec/cms-e4-rap</execDir>
59 </configuration>
60 </plugin>
61 </plugins>
62 </build>
63 <dependencies>
64 <dependency>
65 <groupId>org.argeo.commons</groupId>
66 <artifactId>org.argeo.dep.cms.e4.rap</artifactId>
67 <version>2.1.89-SNAPSHOT</version>
68 </dependency>
69 </dependencies>
70 </profile>
71 </profiles>
72 </project>