change deploy config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-22 16:15:16 +08:00
parent 461db897b2
commit cef3da052c

View File

@@ -125,12 +125,12 @@
<!-- The commit message --> <!-- The commit message -->
<message>init git maven repository</message> <message>init git maven repository</message>
<!-- The location where the site is uploaded --> <!-- The location where the site is uploaded -->
<repositoryName>mvn-repository</repositoryName> <!-- github repo name --> <repositoryName>maven-repository</repositoryName> <!-- github repo name -->
<repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name --> <repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name -->
<!-- Use merge or override the content --> <!-- Use merge or override the content -->
<merge>true</merge> <merge>true</merge>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory> <outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/mvn-repo</branch> <branch>refs/heads/main</branch>
<!--<includes>--> <!--<includes>-->
<!-- <include>**/*</include>--> <!-- <include>**/*</include>-->
<!--</includes>--> <!--</includes>-->