no message

This commit is contained in:
Jochen Stärk
2020-10-17 18:08:03 +02:00
parent 89892898f7
commit 48f2df5f90

20
pom.xml
View File

@@ -66,31 +66,31 @@
</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<!--<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<configuration>
<message>Maven artifacts for ${project.version}</message>
<!-- git commit message -->
- git commit message -
<noJekyll>true</noJekyll>
<!-- disable webpage processing -->
- disable webpage processing -
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<!-- matches distribution management repository url above -->
- matches distribution management repository url above -
<branch>refs/heads/mvn-repo</branch>
<!-- remote branch name -->
- remote branch name -
<includes>
<include>**/*</include>
</includes>
<merge>true</merge>
<repositoryName>mustangproject</repositoryName>
<!-- github repo name -->
- github repo name -
<repositoryOwner>ZUGFeRD</repositoryOwner>
<!-- github username -->
- github username -
</configuration>
<executions>
<!-- run site-maven-plugin's 'site' target as part of the build's normal
'deploy' phase -->
- run site-maven-plugin's 'site' target as part of the build's normal
'deploy' phase -
<execution>
<goals>
<goal>site</goal>
@@ -98,7 +98,7 @@
<phase>deploy</phase>
</execution>
</executions>
</plugin>
</plugin>-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>