File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
3636
3737 <distributionManagement >
3838 <repository >
39- <id >nu-maven </id >
40- <name >nu-maven </name >
41- <url >s3p://nu-maven/releases/ </url >
39+ <id >${distMgmtStagingId} </id >
40+ <name >${distMgmtStagingName} </name >
41+ <url >${distMgmtStagingUrl} </url >
4242 </repository >
43+ <snapshotRepository >
44+ <id >${distMgmtSnapshotsId} </id >
45+ <name >${distMgmtSnapshotsName} </name >
46+ <url >${distMgmtSnapshotsUrl} </url >
47+ </snapshotRepository >
48+ <site >
49+ <id >apache.website</id >
50+ <url >scpexe://people.apache.org/www/hadoop.apache.org/docs/r${project.version} </url >
51+ </site >
4352 </distributionManagement >
4453
4554 <repositories >
@@ -132,13 +141,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
132141 </modules >
133142
134143 <build >
135- <extensions >
136- <extension >
137- <groupId >s3-wagon-private</groupId >
138- <artifactId >s3-wagon-private</artifactId >
139- <version >1.3.1</version >
140- </extension >
141- </extensions >
142144 <pluginManagement >
143145 <plugins >
144146 <plugin >
You can’t perform that action at this time.
0 commit comments