Changed commit message of maven artifact updater

This commit is contained in:
Eric 2016-07-06 21:09:45 +02:00
parent b817bf61ea
commit 99ab436346

View File

@ -149,7 +149,13 @@
<artifactId>site-maven-plugin</artifactId> <artifactId>site-maven-plugin</artifactId>
<version>0.12</version> <version>0.12</version>
<configuration> <configuration>
<message>Maven artifacts for ${project.artifactId} v${project.version}</message> <message>
Updated Maven Artifact
Artifact: ${project.artifactId}
Version: ${project.version}
Timestamp: ${maven.build.timestamp}
</message>
<outputDirectory>${project.build.directory}/gh-pages</outputDirectory> <outputDirectory>${project.build.directory}/gh-pages</outputDirectory>
<branch>refs/heads/gh-pages</branch> <branch>refs/heads/gh-pages</branch>
<merge>true</merge> <merge>true</merge>