Skip to content

Commit 58c1e71

Browse files
enable maven
1 parent 31f4135 commit 58c1e71

File tree

1 file changed

+52
-26
lines changed

1 file changed

+52
-26
lines changed

pom.xml

Lines changed: 52 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -252,19 +252,32 @@
252252
<enabled>true</enabled>
253253
</snapshots>
254254
</pluginRepository>
255-
<!-- <pluginRepository>-->
256-
<!-- <id>central</id>-->
257-
<!-- &lt;!&ndash; Disable default Maven Central &ndash;&gt;-->
258-
<!-- <name>Maven Central remote repository</name>-->
259-
<!-- <url>https://repo.maven.apache.org/maven2</url>-->
260-
<!-- <layout>default</layout>-->
261-
<!-- <releases>-->
262-
<!-- <enabled>false</enabled>-->
263-
<!-- </releases>-->
264-
<!-- <snapshots>-->
265-
<!-- <enabled>false</enabled>-->
266-
<!-- </snapshots>-->
267-
<!-- </pluginRepository>-->
255+
<!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved -->
256+
<pluginRepository>
257+
<id>airlock-staging</id>
258+
<name>Airlock</name>
259+
<url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url>
260+
<layout>default</layout>
261+
<releases>
262+
<enabled>true</enabled>
263+
</releases>
264+
<snapshots>
265+
<enabled>true</enabled>
266+
</snapshots>
267+
</pluginRepository>
268+
<pluginRepository>
269+
<id>central</id>
270+
<!-- Disable default Maven Central -->
271+
<name>Maven Central remote repository</name>
272+
<url>https://repo.maven.apache.org/maven2</url>
273+
<layout>default</layout>
274+
<releases>
275+
<enabled>false</enabled>
276+
</releases>
277+
<snapshots>
278+
<enabled>false</enabled>
279+
</snapshots>
280+
</pluginRepository>
268281
<pluginRepository>
269282
<id>rso-public-grid</id>
270283
<!-- Disable default sonatype public grid -->
@@ -292,19 +305,32 @@
292305
<enabled>true</enabled>
293306
</snapshots>
294307
</repository>
295-
<!-- <repository>-->
296-
<!-- <id>central</id>-->
297-
<!-- &lt;!&ndash; Disable default Maven Central &ndash;&gt;-->
298-
<!-- <name>Maven Central remote repository</name>-->
299-
<!-- <url>https://repo.maven.apache.org/maven2</url>-->
300-
<!-- <layout>default</layout>-->
301-
<!-- <releases>-->
302-
<!-- <enabled>false</enabled>-->
303-
<!-- </releases>-->
304-
<!-- <snapshots>-->
305-
<!-- <enabled>false</enabled>-->
306-
<!-- </snapshots>-->
307-
<!-- </repository>-->
308+
<!-- Adding a fallback to airlock 3p staging till all the license verification issues are resolved -->
309+
<repository>
310+
<id>airlock-staging</id>
311+
<name>Airlock</name>
312+
<url>artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/ah-3p-staging-maven</url>
313+
<layout>default</layout>
314+
<releases>
315+
<enabled>true</enabled>
316+
</releases>
317+
<snapshots>
318+
<enabled>true</enabled>
319+
</snapshots>
320+
</repository>
321+
<repository>
322+
<id>central</id>
323+
<!-- Disable default Maven Central -->
324+
<name>Maven Central remote repository</name>
325+
<url>https://repo.maven.apache.org/maven2</url>
326+
<layout>default</layout>
327+
<releases>
328+
<enabled>false</enabled>
329+
</releases>
330+
<snapshots>
331+
<enabled>false</enabled>
332+
</snapshots>
333+
</repository>
308334
<repository>
309335
<id>rso-public-grid</id>
310336
<!-- Disable default sonatype public grid -->

0 commit comments

Comments
 (0)