]> git.argeo.org Git - lgpl/argeo-commons.git/blob - pom.xml
53703a122c7fafe62b0d06aab321e6b6d060abd0
[lgpl/argeo-commons.git] / 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</groupId>
5 <version>1.1.6</version>
6 <artifactId>server</artifactId>
7 <relativePath>..</relativePath>
8 </parent>
9 <groupId>org.argeo.commons.server</groupId>
10 <artifactId>plugins</artifactId>
11 <name>Commons Server Eclipse Plugins</name>
12 <packaging>pom</packaging>
13 <modules>
14 <module>org.argeo.jcr.ui.explorer</module>
15 </modules>
16 <build>
17 <plugins>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-source-plugin</artifactId>
21 <configuration>
22 <!-- Prevents source jars to contain misleading data -->
23 <excludes>
24 <exclude>plugin.xml</exclude>
25 <exclude>META-INF/MANIFEST.MF</exclude>
26 </excludes>
27 </configuration>
28 </plugin>
29 <plugin>
30 <groupId>org.apache.felix</groupId>
31 <artifactId>maven-bundle-plugin</artifactId>
32 <configuration>
33 <instructions>
34 <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
35 </instructions>
36 </configuration>
37 </plugin>
38 </plugins>
39 </build>
40 </project>