Skip to content

Commit

Permalink
Add project url to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Simpson committed Dec 10, 2021
1 parent 9a18861 commit 4001496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ object ScalaMeterBuild {
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
pomExtra :=
<url>https://github.com/hughsimpson/scalameter/</url>
<licenses>
<license>
<name>BSD-style</name>
Expand Down Expand Up @@ -160,6 +161,7 @@ object ScalaMeterBuild {
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
pomExtra :=
<url>https://github.com/hughsimpson/scalameter/</url>
<licenses>
<license>
<name>BSD-style</name>
Expand Down

0 comments on commit 4001496

Please sign in to comment.