Added one more prop for the .md5 extension to be added to that one instead of docs.deployed

This commit is contained in:
Marcin Grzejszczak
2020-04-01 18:21:15 +02:00
parent 21f60d469e
commit 126d39dd11

View File

@@ -1386,7 +1386,7 @@
<file>
${project.build.directory}/${project.artifactId}-${project.version}.zip
</file>
<type>zip;zip.type=docs;zip.deployed=false</type>
<type>zip;zip.type=docs;zip.deployed=false;test=test</type>
</artifact>
</artifacts>
</configuration>