Skip to content

Commit

Permalink
make build reproducible #424
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Aug 7, 2020
1 parent a6432f9 commit 979e363
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
<doxia-sitetoolsVersion>1.7</doxia-sitetoolsVersion>
<pluginVersion>${project.version}</pluginVersion>
<sitePluginVersion>3.7</sitePluginVersion>
<project.build.outputTimestamp>2020-08-07T21:31:00Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -267,13 +268,29 @@
<artifactId>modello-maven-plugin</artifactId>
<version>1.11</version>
</plugin>
<!-- TODO remove when upgrading parent to 60 -->
<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-source-plugin</artifactId>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
<version>3.5.1</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
Expand Down

0 comments on commit 979e363

Please sign in to comment.