]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/pom.xml
[maven-release-plugin] prepare release argeo-commons-1.1.3
[lgpl/argeo-commons.git] / server / plugins / pom.xml
index 3b7006a5d1029b2a4d702b0c2e7f16ec23c97f08..764b16b9ac12c7d4aaa8df9608d4ca0852a87a9f 100644 (file)
@@ -1,13 +1,14 @@
 <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">
        <modelVersion>4.0.0</modelVersion>
        <parent>
-               <groupId>org.argeo.commons.eclipse</groupId>
-               <version>0.2.3-SNAPSHOT</version>
-               <artifactId>eclipse</artifactId>
+               <groupId>org.argeo.commons</groupId>
+               <version>1.1.3</version>
+               <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
+       <groupId>org.argeo.commons.server</groupId>
        <artifactId>plugins</artifactId>
-       <name>Commons Eclipse plugins</name>
+       <name>Commons Server Eclipse Plugins</name>
        <packaging>pom</packaging>
        <modules>
                <module>org.argeo.jcr.ui.explorer</module>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
+                               <configuration>
+                                       <!-- Prevents source jars to contain misleading data -->
+                                       <excludes>
+                                               <exclude>plugin.xml</exclude>
+                                               <exclude>META-INF/MANIFEST.MF</exclude>
+                                       </excludes>
+                               </configuration>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <configuration>
+                                       <instructions>
+                                               <Bundle-SymbolicName>${project.artifactId};singleton:=true</Bundle-SymbolicName>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>
 </project>