Skip to content

Commit

Permalink
Add missing SBT setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 10, 2018
1 parent b20aa67 commit 84b645b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sonatype.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Configuration for sbt-sonatype plugin

pomExtra :=
<scm>
<url>git@github.com:jpsacha/sbt-install4j.git</url>
<connection>scm:git@github.com:jpsacha/sbt-install4j.git</connection>
</scm>
<developers>
<developer>
<id>jpsacha</id>
<name>Jarek Sacha</name>
<url>https://github.com/jpsacha</url>
</developer>
</developers>

0 comments on commit 84b645b

Please sign in to comment.