We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e506afd commit f8715f6Copy full SHA for f8715f6
.mvn/settings.xml
@@ -24,8 +24,13 @@
24
<username>${env.CI_DEPLOY_USERNAME}</username>
25
<password>${env.CI_DEPLOY_PASSWORD}</password>
26
</server>
27
+ <!-- Used for gh-pages-scm publish via maven-scm-publish-plugin -->
28
<server>
- <id>gh-pages</id>
29
+ <id>gh-pages-scm</id>
30
+ <configuration>
31
+ <scmVersionType>branch</scmVersionType>
32
+ <scmVersion>gh-pages</scmVersion>
33
+ </configuration>
34
35
36
<id>github</id>
0 commit comments