Skip to content

Commit

Permalink
[pom] Add snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JingsongLi committed Oct 7, 2023
1 parent a0f2697 commit 55d8ddb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,24 @@ under the License.
</plugins>
</pluginManagement>
</build>

<!--
Uncomment the following "repositories" tag if your maven fails to download paimon-shade snapshot files.
We comment these tags by default because downloading from apache repositories is very slow for both github and developers.
-->

<!--
<repositories>
<repository>
<id>apache-releases</id>
<name>apache releases</name>
<url>https://repository.apache.org/content/repositories/releases/</url>
</repository>
<repository>
<id>apache-snapshots</id>
<name>apache snapshots</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
</repositories>
-->
</project>

0 comments on commit 55d8ddb

Please sign in to comment.