]> git.argeo.org Git - lgpl/argeo-commons.git/blob - server/modules/org.argeo.server.tomcat/pom.xml
Fix loading of CND via testing classpath.
[lgpl/argeo-commons.git] / server / modules / org.argeo.server.tomcat / pom.xml
1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
4 <groupId>org.argeo.commons.server</groupId>
5 <version>1.1.4-SNAPSHOT</version>
6 <artifactId>modules</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.server.tomcat</artifactId>
10 <name>Commons Server Default Tomcat configuration</name>
11 <description>Integrates into OSGi HTTP registry</description>
12 <build>
13 <plugins>
14 <plugin>
15 <groupId>org.apache.felix</groupId>
16 <artifactId>maven-bundle-plugin</artifactId>
17 <configuration>
18 <instructions>
19 <Fragment-Host>org.argeo.dep.osgi.catalina.start</Fragment-Host>
20 </instructions>
21 </configuration>
22 </plugin>
23 </plugins>
24 </build>
25 </project>