0

Shorten commit message when pushing artifacts

This commit is contained in:
rjenkinsjr
2016-03-29 20:19:29 -04:00
parent 85c7520682
commit 702d83c38a

View File

@@ -389,8 +389,7 @@
<repositoryName>maven2-test</repositoryName>
<repositoryOwner>rjenkinsjr</repositoryOwner>
<branch>refs/heads/master</branch>
<message>Publishing artifacts for
${project.groupId}:${project.artifactId}:${project.version}</message>
<message>${project.groupId}:${project.artifactId}:${project.version}</message>
<outputDirectory>${maven2.repo.dir}</outputDirectory>
<includes>
<include>**/*</include>