Skip to content

Commit

Permalink
Reproducible Dependencies closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Baitz committed Mar 2, 2018
1 parent b72f579 commit 94d82ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
<phase>generate-resources</phase>

<configuration>
<arguments></arguments>
<!-- If you need reproducible dependencies, which is usually
the case with the continuous integration systems,
you should pass frozen-lockfile flag. -->
<arguments>--frozen-lockfile</arguments>
</configuration>
</execution>
<execution>
Expand Down

0 comments on commit 94d82ac

Please sign in to comment.