Skip to content

Commit

Permalink
make build reproducible
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Dec 13, 2020
1 parent 9b3fb19 commit 39616d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j-version>1.6.1</slf4j-version>
<project.build.outputTimestamp>2020-12-13T17:04:00Z</project.build.outputTimestamp>

This comment has been minimized.

Copy link
@gnodet

gnodet Dec 14, 2020

Member

Is that property set by the release plugin somehow ? Or does it need to be set explicitely before the release ?

This comment has been minimized.

Copy link
@hboutemy

hboutemy Dec 14, 2020

Author Collaborator

its value is updated automatically by release plugin
the plugin can update, but not inject initial value: that's why we need to inject first value by hand
but once the property exists, there is no more manual work needed

This comment has been minimized.

Copy link
@gnodet

gnodet Dec 15, 2020

Member

Awesome, thx !

</properties>

<url>http://fusesource.github.io/jansi</url>
Expand Down Expand Up @@ -172,6 +173,7 @@
org.fusesource.jansi.internal;
-noimport:=true
</Export-Package>
<_removeheaders>Bnd-LastModified</_removeheaders>
</instructions>
</configuration>
</execution>
Expand Down Expand Up @@ -265,7 +267,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<version>3.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down

0 comments on commit 39616d3

Please sign in to comment.