Removing buggy shellscripts for copying cdmlib resources. This is handled by maven...
[taxeditor.git] / taxeditor-cdmlib / pom.xml
index 31e55d746025d544f6aecfdab397c9c56244c809..7bcd944239e8aabb92bc073a70928d3239b66663 100644 (file)
@@ -22,7 +22,6 @@
                    <phase>validate</phase>\r
                    <goals>\r
                      <goal>copy-dependencies</goal>\r
-                     <goal>sources</goal>\r
                    </goals>\r
                    <configuration>\r
                      <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
                      <excludeTransitive>true</excludeTransitive>\r
                    </configuration>\r
                  </execution>\r
+                 <execution>\r
+                   <id>copy-dependencies-sources</id>\r
+                   <phase>validate</phase>\r
+                   <goals>\r
+                     <goal>copy-dependencies</goal>\r
+                   </goals>\r
+                   <configuration>\r
+                     <classifier>sources</classifier>\r
+                     <excludeArtifactIds>junit,log4j,unitils</excludeArtifactIds>\r
+                     <outputDirectory>lib</outputDirectory>\r
+                     <overWriteReleases>true</overWriteReleases>\r
+                     <overWriteSnapshots>true</overWriteSnapshots>\r
+                     <excludeTransitive>true</excludeTransitive>\r
+                   </configuration>\r
+                 </execution>\r
                </executions>\r
              </plugin>\r
            </plugins>\r