Skip to content

Commit

Permalink
[build] Upgrade maven-jar-plugin: fixes Reproducible Builds issue 1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored Jul 12, 2024
1 parent 8fd462a commit a8c1b3d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
7 changes: 0 additions & 7 deletions paimon-filesystems/paimon-oss-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifestEntries>
Expand Down
7 changes: 0 additions & 7 deletions paimon-filesystems/paimon-s3-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<archive>
<manifestEntries>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,12 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
<version>3.4.2</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<archive>
<manifestEntries>
<SCM-Revision>${git.commit.id}</SCM-Revision>
<SCM-Branch>${git.branch}</SCM-Branch>
<SCM-Branch>${git.branch}</SCM-Branch><!-- TODO: remove this non-reproducible config once maven-jar-plugin upgrade works -->
</manifestEntries>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
Expand Down

0 comments on commit a8c1b3d

Please sign in to comment.