]> git.argeo.org Git - gpl/argeo-slc.git/blob - legacy/argeo-commons/dep/pom.xml
Adapt to changes in Argeo Platform.
[gpl/argeo-slc.git] / legacy / argeo-commons / dep / 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.slc.legacy.commons</groupId>
8 <artifactId>argeo-commons-legacy</artifactId>
9 <version>2.1.86-SNAPSHOT</version>
10 <relativePath>..</relativePath>
11 </parent>
12 <artifactId>legacy-dep</artifactId>
13 <name>Commons Modular Distributions (Legacy)</name>
14 <packaging>pom</packaging>
15 <modules>
16 <module>org.argeo.dep.cms.platform</module>
17 </modules>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.apache.felix</groupId>
22 <artifactId>maven-bundle-plugin</artifactId>
23 <configuration>
24 <instructions>
25 <SLC-ModularDistribution>default</SLC-ModularDistribution>
26 </instructions>
27 </configuration>
28 </plugin>
29 <plugin>
30 <groupId>org.argeo.maven.plugins</groupId>
31 <artifactId>argeo-osgi-plugin</artifactId>
32 <executions>
33 <execution>
34 <id>generate-descriptors</id>
35 <goals>
36 <goal>descriptors</goal>
37 </goals>
38 <phase>generate-resources</phase>
39 </execution>
40 </executions>
41 </plugin>
42 <plugin>
43 <artifactId>maven-assembly-plugin</artifactId>
44 <configuration>
45 <attach>false</attach>
46 </configuration>
47 </plugin>
48 </plugins>
49 </build>
50 <dependencies>
51 <dependency>
52 <groupId>org.argeo.tp.equinox</groupId>
53 <artifactId>org.eclipse.osgi</artifactId>
54 <scope>test</scope>
55 </dependency>
56 <dependency>
57 <groupId>org.argeo.tp.sdk</groupId>
58 <artifactId>org.junit</artifactId>
59 <scope>test</scope>
60 </dependency>
61 </dependencies>
62 <profiles>
63 <profile>
64 <id>check-osgi</id>
65 <build>
66 <plugins>
67 <plugin>
68 <groupId>org.argeo.maven.plugins</groupId>
69 <artifactId>argeo-osgi-plugin</artifactId>
70 <executions>
71 <execution>
72 <id>check-osgi</id>
73 <phase>test</phase>
74 <goals>
75 <goal>equinox</goal>
76 </goals>
77 <configuration>
78 <onlyCheck>true</onlyCheck>
79 </configuration>
80 </execution>
81 </executions>
82 </plugin>
83 </plugins>
84 </build>
85 <dependencies>
86 <dependency>
87 <groupId>org.argeo.commons</groupId>
88 <artifactId>org.argeo.osgi.boot</artifactId>
89 <version>${version.argeo-commons}</version>
90 <scope>test</scope>
91 </dependency>
92 </dependencies>
93 </profile>
94 </profiles>
95 </project>