Skip to content

Commit

Permalink
chore: setup reproducible builds for spoon-core (#4152)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Al-Istannen authored Sep 13, 2021
1 parent cb8159b commit 68c0e4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spoon-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<java.test.version>1.8</java.test.version>
<runtime.log>target/velocity.log</runtime.log>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -108,6 +109,11 @@
<build>
<defaultGoal>clean install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 68c0e4e

Please sign in to comment.