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