Skip to content

Commit

Permalink
activate Reproducible Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jan 21, 2020
1 parent 56f96f6 commit fe3c592
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus</artifactId>
<version>5.1</version>
<version>6.1</version>
</parent>

<artifactId>plexus-io</artifactId>
Expand Down Expand Up @@ -32,6 +32,7 @@
<properties>
<cobertura.skip>true</cobertura.skip>
<javaVersion>7</javaVersion>
<project.build.outputTimestamp>2020-01-20T18:52:37Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -92,17 +93,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>never</forkMode>
<forkMode>never</forkMode>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit fe3c592

Please # to comment.