]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/pom.xml
Improve logging
[gpl/argeo-slc.git] / eclipse / plugins / pom.xml
index 2612c90f4722024dccf671e135de952e091a895b..553a0c08c0d9e8ab121d0e5a56e32804f4218d47 100644 (file)
                                </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>