Skip to content

Commit

Permalink
fix repository setup; testing parquet-hadoop all good
Browse files Browse the repository at this point in the history
Change-Id: I1851c66396638cc316367eb9e1ac4802edf84875
  • Loading branch information
steveloughran committed Aug 22, 2024
1 parent 00b1d0b commit d50dcc9
Showing 1 changed file with 10 additions and 52 deletions.
62 changes: 10 additions & 52 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
<name>Jitpack.io repository</name>
<!-- needed for brotli-codec -->
</repository>
<repository>
<id>ASF Staging</id>
<url>https://repository.apache.org/content/groups/staging/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>

<properties>
Expand Down Expand Up @@ -658,57 +668,5 @@
<module>parquet-plugins/parquet-plugins-benchmarks</module>
</modules>
</profile>

<profile>
<id>asf-staging</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<!-- override point for ASF staging/snapshot repos -->
<asf.staging>https://repository.apache.org/content/groups/staging/</asf.staging>
<asf.snapshots>https://repository.apache.org/content/repositories/snapshots/</asf.snapshots>
</properties>

<pluginRepositories>
<pluginRepository>
<id>ASF Staging</id>
<url>${asf.staging}</url>
</pluginRepository>
<pluginRepository>
<id>ASF Snapshots</id>
<url>${asf.snapshots}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>

</pluginRepositories>
<repositories>
<repository>
<id>ASF Staging</id>
<url>${asf.staging}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>ASF Snapshots</id>
<url>${asf.snapshots}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
</profile>
</profiles>
</project>

0 comments on commit d50dcc9

Please sign in to comment.