Skip to content

Commit

Permalink
enable maven
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Dec 10, 2024
1 parent 06725ea commit 67436fa
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,19 +252,19 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>central</id>
<!-- Disable default Maven Central -->
<name>Maven Central remote repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
<!-- <pluginRepository>-->
<!-- <id>central</id>-->
<!-- &lt;!&ndash; Disable default Maven Central &ndash;&gt;-->
<!-- <name>Maven Central remote repository</name>-->
<!-- <url>https://repo.maven.apache.org/maven2</url>-->
<!-- <layout>default</layout>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </pluginRepository>-->
<pluginRepository>
<id>rso-public-grid</id>
<!-- Disable default sonatype public grid -->
Expand Down Expand Up @@ -292,19 +292,19 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>central</id>
<!-- Disable default Maven Central -->
<name>Maven Central remote repository</name>
<url>https://repo.maven.apache.org/maven2</url>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<!-- <repository>-->
<!-- <id>central</id>-->
<!-- &lt;!&ndash; Disable default Maven Central &ndash;&gt;-->
<!-- <name>Maven Central remote repository</name>-->
<!-- <url>https://repo.maven.apache.org/maven2</url>-->
<!-- <layout>default</layout>-->
<!-- <releases>-->
<!-- <enabled>false</enabled>-->
<!-- </releases>-->
<!-- <snapshots>-->
<!-- <enabled>false</enabled>-->
<!-- </snapshots>-->
<!-- </repository>-->
<repository>
<id>rso-public-grid</id>
<!-- Disable default sonatype public grid -->
Expand Down

0 comments on commit 67436fa

Please sign in to comment.