]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/pom.xml
Read the message body using the same method as ActiveMQ web
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / 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.server</groupId>
6 <artifactId>deploy</artifactId>
7 <version>0.11.3-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc.server</groupId>
11 <artifactId>org.argeo.slc.server.bundles</artifactId>
12 <packaging>bundles</packaging>
13 <name>Argeo SLC Server Bundles</name>
14 <build>
15 <plugins>
16 <plugin>
17 <groupId>org.argeo.slc.maven</groupId>
18 <artifactId>maven-argeo-osgi-plugin</artifactId>
19 <extensions>true</extensions>
20 <configuration>
21 <strictManifestVersion>true</strictManifestVersion>
22 </configuration>
23 </plugin>
24 </plugins>
25 </build>
26 </project>