Skip to content

Commit 693dcca

Browse files
authored
Merge pull request #39 from lefou/readme
Added info about the built artifact and plugin interoperability
2 parents 7cd1edd + b81f599 commit 693dcca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ And to `build.sbt`:
2727
enablePlugins(ReproducibleBuildsPlugin)
2828
```
2929

30+
The built artifact can be found under `target/scala-${scalaBinaryVersion}/stripped/${reproducibleBuildsPackageName}-${version}.jar`.
31+
32+
### Interoperability with other sbt plugins
33+
34+
#### sbt-osgi
35+
36+
As this plugin as well as the sbt-osgi plugin redefine the `packageBin` task, it is necessary to re-apply the plugin settings after the application of the osgi settings. You can find an example under [` src/sbt-test/sbt-reproducible-builds/osgi/build.sbt`](src/sbt-test/sbt-reproducible-builds/osgi/build.sbt).
37+
3038
### Describe your build as a 'buildinfo' certification
3139

3240
You can now generate a signed description of the build environment with the

0 commit comments

Comments
 (0)