Skip to content

Commit dee2477

Browse files
committed
Add Remote Maven Repo: nu-maven
1 parent b4a785f commit dee2477

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

pom.xml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
3636

3737
<distributionManagement>
3838
<repository>
39-
<id>${distMgmtStagingId}</id>
40-
<name>${distMgmtStagingName}</name>
41-
<url>${distMgmtStagingUrl}</url>
39+
<id>nu-maven</id>
40+
<name>nu-maven</name>
41+
<url>s3p://nu-maven/releases/</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>
5243
</distributionManagement>
5344

5445
<repositories>
@@ -132,6 +123,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
132123
</modules>
133124

134125
<build>
126+
<extensions>
127+
<extension>
128+
<groupId>s3-wagon-private</groupId>
129+
<artifactId>s3-wagon-private</artifactId>
130+
<version>1.3.1</version>
131+
</extension>
132+
</extensions>
135133
<pluginManagement>
136134
<plugins>
137135
<plugin>

0 commit comments

Comments
 (0)