Skip to content

Commit

Permalink
Merge pull request #35 from hboutemy/patch-1
Browse files Browse the repository at this point in the history
make build reproducible
  • Loading branch information
jamesward authored Aug 5, 2022
2 parents a296f0b + a3df529 commit 86d3085
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<upstream.url>https://github.com/openlayers/ol3/releases/download/v${version.unsnapshot}</upstream.url>
<destDir>${project.build.outputDirectory}/META-INF/resources/webjars/${project.artifactId}/${project.version}</destDir>
<requirejs>
Expand Down Expand Up @@ -112,7 +113,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.1</version>
<version>3.0.0-M6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 86d3085

Please sign in to comment.