diff --git a/pom.xml b/pom.xml
index c88cba0..19ff03e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,9 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
         <version>2.1.2</version>
+		<configuration>
+		  <excludeResources>true</excludeResources>
+		</configuration>
         <executions>
           <execution>
             <id>attach-sources</id>