Skip to content

Commit 7356725

Browse files
committed
fix branch name for publishing
1 parent d549127 commit 7356725

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,14 @@
163163
</activation>
164164
<build>
165165
<plugins>
166+
<plugin>
167+
<groupId>org.apache.maven.plugins</groupId>
168+
<artifactId>maven-scm-publish-plugin</artifactId>
169+
<version>3.1.0</version>
170+
<configuration>
171+
<scmBranch>gh-pages</scmBranch>
172+
</configuration>
173+
</plugin>
166174
<plugin>
167175
<groupId>org.apache.maven.plugins</groupId>
168176
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)