]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/pom.xml
[maven-release-plugin] prepare release argeo-slc-0.14.0
[gpl/argeo-slc.git] / eclipse / plugins / pom.xml
index ce8b8d2c4caee5b2daa231bb0f5b563c99dfb62a..a1e58f646bf01d2782c1ef78d2320f13dde0b5ab 100644 (file)
@@ -1,10 +1,9 @@
-<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">
+<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.slc</groupId>
                <artifactId>eclipse</artifactId>
-               <version>0.13.1-SNAPSHOT</version>
+               <version>0.14.0</version>
        </parent>
        <groupId>org.argeo.slc.eclipse</groupId>
        <artifactId>plugins</artifactId>
@@ -13,6 +12,7 @@
 
        <modules>
                <module>org.argeo.slc.client.ui</module>
+               <module>org.argeo.slc.client.ui.dist</module>
                <module>org.argeo.slc.client.rcp</module>
                <module>org.argeo.slc.client.rap</module>
        </modules>
                                </includes>
                        </resource>
                </resources>
+               <plugins>
+                       <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>
+               </plugins>
        </build>
 </project>