File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 145145 <generate-readme .phase>prepare-package</generate-readme .phase>
146146 <generate-cloud-resources .phase>generate-resources</generate-cloud-resources .phase>
147147 <central-publishing-maven-plugin .version>0.7.0</central-publishing-maven-plugin .version>
148+ <node-download-url >https://nodejs.org/dist</node-download-url >
148149 </properties >
149150 <dependencyManagement >
150151 <dependencies >
11291130 <configuration >
11301131 <!-- TODO: remove when CI upgrades past ubuntu 1804 -->
11311132 <nodeVersion >${node.version} </nodeVersion >
1133+ <!-- The default value for node-download-url is set in the properties of this POM -->
1134+ <!-- This can be overriden in the Maven settings.xml or via the command line -->
1135+ <!-- On Jenkins we override this property in Maven settings.xml to point to USW1 to download Node -->
1136+ <!-- When pointing to USW1 we use the serverId spring-commercial-release in settings.xml to authenticate with USW1 -->
1137+ <nodeDownloadUrl >${node-download-url} </nodeDownloadUrl >
1138+ <nodeDownloadServerId >spring-commercial-release</nodeDownloadServerId >
11321139 <options >
11331140 <option >--to-dir=target/antora/site</option >
11341141 <option >--stacktrace</option >
You can’t perform that action at this time.
0 commit comments