[maven-release-plugin] prepare for next development iteration
[lgpl/argeo-commons.git] / server / plugins / pom.xml
index 3b7006a5d1029b2a4d702b0c2e7f16ec23c97f08..113b81a265223760b1cb49668b65a8194d0611ab 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>0.3.5-SNAPSHOT</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>