Allow build helper to skip non-existent files

This commit is contained in:
Dave Syer
2014-10-06 16:37:53 +01:00
parent 990dadf5f4
commit 0753a28ca3

View File

@@ -248,6 +248,7 @@
<goal>attach-artifact</goal>
</goals>
<configuration>
<skipAttach>true</skipAttach>
<artifacts>
<artifact>
<file>${project.build.directory}/${project.artifactId}-${project.version}.zip</file>