]> git.argeo.org Git - gpl/argeo-slc.git/blob - modules/server/pom.xml
New icons for the tree
[gpl/argeo-slc.git] / modules / server / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 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.slc</groupId>
6 <artifactId>modules</artifactId>
7 <version>0.11.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.modules</groupId>
11 <artifactId>server</artifactId>
12 <packaging>bundles</packaging>
13 <name>SLC Modules Server</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.maven.plugins</groupId>
18 <artifactId>maven-argeo-osgi-plugin</artifactId>
19 <extensions>true</extensions>
20 <configuration>
21 <strictManifestVersion>true</strictManifestVersion>
22 <bundlesPomArtifactId>org.argeo.slc.modules.server.bundles</bundlesPomArtifactId>
23 </configuration>
24 </plugin>
25 </plugins>
26 </build>
27 <dependencies>
28 <dependency>
29 <groupId>org.argeo.slc.dep</groupId>
30 <artifactId>org.argeo.slc.dep.server</artifactId>
31 <version>${project.version}</version>
32 <scope>test</scope>
33 </dependency>
34 </dependencies>
35 </project>