]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - server/plugins/pom.xml
[maven-release-plugin] prepare release argeo-commons-0.3.2
[lgpl/argeo-commons.git] / server / plugins / pom.xml
index 2cdd39de5d2fb679aad3d8d9271fc4e7b6d6eb14..728533db6fd7a20f0d6bb9a706bb63a99f156def 100644 (file)
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.3.1-SNAPSHOT</version>
+               <version>0.3.2</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
                        <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>