]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/pom.xml
Improve logging
[gpl/argeo-slc.git] / eclipse / plugins / pom.xml
index f2a08dd4af0293fb007ec2771c33b7118cd8336e..553a0c08c0d9e8ab121d0e5a56e32804f4218d47 100644 (file)
@@ -14,7 +14,6 @@
        <modules>
                <module>org.argeo.slc.client.ui</module>
                <module>org.argeo.slc.client.ui.dist</module>
-               <module>org.argeo.slc.ui.gis</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>