Do not attach sources to features
[odlparent.git] / abstract-feature-parent / pom.xml
index 8108fdf462a77831e6fd4d1364f411dfd939d326..73ecb30e88b3b79fc0cedfa31fea905e453cb877 100644 (file)
@@ -35,6 +35,9 @@
 
         <!-- We typically do not have code in feature artifacts, which throws off maven-dependency-plugin -->
         <odlparent.dependency.skip>true</odlparent.dependency.skip>
+
+        <!-- Do not attach sources -->
+        <maven.source.skip>true</maven.source.skip>
     </properties>
 
     <build>