Skip to content

Commit dc38107

Browse files
committed
releng: defined site distribution management in order to deploy the site
on gh-pages branch on GitHub
1 parent 8a15722 commit dc38107

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

Diff for: pom.xml

+2-15
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,9 @@
8383
<url>https://travis-ci.org/mybatis/spring</url>
8484
</ciManagement>
8585
<distributionManagement>
86-
<!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
8786
<site>
88-
<id>mybatis.site</id>
89-
<!--
90-
| make it overridible, FTP is terribly slow when launched from Maven Wagon
91-
| an alternative strategy could be deploying the site locally
92-
|
93-
| -Dsite.deploymentUrl=file://...
94-
|
95-
| then async redeploying it via Filezilla/whatelese
96-
-->
97-
<url>${site.deploymentUrl}</url>
87+
<id>github</id>
88+
<url>gitsite:[email protected]/mybatis/spring.git</url>
9889
</site>
9990
</distributionManagement>
10091

@@ -105,10 +96,6 @@
10596
<gcu.product>Spring</gcu.product>
10697
<osgi.import>org.springframework.batch;resolution:=optional,*</osgi.import>
10798
<osgi.dynamicImport>*</osgi.dynamicImport>
108-
<!--
109-
| see distributionManagement.site.url
110-
-->
111-
<site.deploymentUrl>ftp://${mybatis.host}/spring/</site.deploymentUrl>
11299
</properties>
113100

114101
<dependencies>

0 commit comments

Comments
 (0)