Skip to content

Commit 2b94611

Browse files
sujithjayguilhermedr
authored andcommitted
Revert "Add Remote Maven Repo: nu-maven"
This reverts commit dee2477.
1 parent ff39640 commit 2b94611

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)