mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-12 13:41:06 +00:00
Changed commit message of maven artifact updater
This commit is contained in:
parent
b817bf61ea
commit
99ab436346
8
pom.xml
8
pom.xml
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user