File tree 1 file changed +2
-15
lines changed
1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 83
83
<url >https://travis-ci.org/mybatis/spring</url >
84
84
</ciManagement >
85
85
<distributionManagement >
86
- <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
87
86
<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 >
98
89
</site >
99
90
</distributionManagement >
100
91
105
96
<gcu .product>Spring</gcu .product>
106
97
<osgi .import>org.springframework.batch;resolution:=optional,*</osgi .import>
107
98
<osgi .dynamicImport>*</osgi .dynamicImport>
108
- <!--
109
- | see distributionManagement.site.url
110
- -->
111
- <site .deploymentUrl>ftp://${mybatis.host} /spring/</site .deploymentUrl>
112
99
</properties >
113
100
114
101
<dependencies >
You can’t perform that action at this time.
0 commit comments