]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/pom.xml
Runtime improvements
[gpl/argeo-slc.git] / dep / 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>argeo-slc</artifactId>
7 <version>0.11.4-SNAPSHOT</version>
8 <relativePath>..</relativePath>
9 </parent>
10 <groupId>org.argeo.slc</groupId>
11 <artifactId>dep</artifactId>
12 <packaging>pom</packaging>
13 <name>Argeo SLC Dependencies</name>
14 <modules>
15 <module>org.argeo.slc.dep.server</module>
16 </modules>
17 <build>
18 <resources>
19 <resource>
20 <directory>.</directory>
21 <includes>
22 <include>META-INF/MANIFEST.MF</include>
23 </includes>
24 </resource>
25 </resources>
26 <plugins>
27 <plugin>
28 <artifactId>maven-jar-plugin</artifactId>
29 <configuration>
30 <archive>
31 <manifestFile>META-INF/MANIFEST.MF</manifestFile>
32 </archive>
33 </configuration>
34 </plugin>
35 </plugins>
36 </build>
37 </project>