This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>-->
|
||||||
|
Reference in New Issue
Block a user