Skip to content

Commit

Permalink
The apache-jar-resource-bundle was processed twice with different ver…
Browse files Browse the repository at this point in the history
…sions, causing new jars and because of that recompilations. (#14038)
  • Loading branch information
rfscholte committed Sep 19, 2024
1 parent e163668 commit 3a16c6b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2782,21 +2782,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<properties>
<projectName>Apache Pinot</projectName>
</properties>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
<configuration>
<properties>
<projectName>Apache Pinot</projectName>
</properties>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 3a16c6b

Please sign in to comment.