]> git.argeo.org Git - lgpl/argeo-commons.git/blob - osgi/dep/pom.xml
Make HTTP realm name configurable
[lgpl/argeo-commons.git] / osgi / dep / 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 <version>1.1.3-SNAPSHOT</version>
7 <artifactId>osgi</artifactId>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.commons.osgi</groupId>
11 <artifactId>dep</artifactId>
12 <name>Commons OSGi Dependencies</name>
13 <packaging>pom</packaging>
14 <modules>
15 <module>org.argeo.osgi.dep.stdruntime</module>
16 <module>org.argeo.osgi.dep.jackrabbit</module>
17 </modules>
18 <profiles>
19 <profile>
20 <id>check-osgi</id>
21 <build>
22 <plugins>
23 <plugin>
24 <groupId>org.argeo.maven.plugins</groupId>
25 <artifactId>maven-argeo-osgi-plugin</artifactId>
26 <executions>
27 <execution>
28 <id>check-osgi</id>
29 <phase>test</phase>
30 <goals>
31 <goal>equinox</goal>
32 </goals>
33 <configuration>
34 <onlyCheck>true</onlyCheck>
35 </configuration>
36 </execution>
37 </executions>
38 </plugin>
39 </plugins>
40 </build>
41 <dependencies>
42 <!-- OSGi test -->
43 <dependency>
44 <groupId>org.argeo.commons.osgi</groupId>
45 <artifactId>org.argeo.osgi.boot</artifactId>
46 <version>1.1.3-SNAPSHOT</version>
47 <scope>test</scope>
48 </dependency>
49 </dependencies>
50 </profile>
51 </profiles>
52 </project>