Skip to content

Commit 8fe3e37

Browse files
committed
Add developers and license to POM
1 parent 22b40bf commit 8fe3e37

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

project/Build.scala

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,11 +347,47 @@ object DottyInjectedPlugin extends AutoPlugin {
347347
},
348348
publishArtifact in Test := false,
349349
homepage := Some(url("https://github.com/lampepfl/dotty")),
350+
licenses += ("BSD New",
351+
url("https://github.com/lampepfl/dotty/blob/master/LICENSE.md")),
350352
scmInfo := Some(
351353
ScmInfo(
352354
url("https://github.com/lampepfl/dotty"),
353355
"scm:git:[email protected]:lampepfl/dotty.git"
354356
)
357+
),
358+
pomExtra := (
359+
<developers>
360+
<developer>
361+
<id>odersky</id>
362+
<name>Martin Odersky</name>
363+
<email>martin.odersky@epfl.ch</email>
364+
<url>https://github.com/odersky</url>
365+
</developer>
366+
<developer>
367+
<id>DarkDimius</id>
368+
<name>Dmitry Petrashko</name>
369+
<email>me@d-d.me</email>
370+
<url>https://d-d.me</url>
371+
</developer>
372+
<developer>
373+
<id>smarter</id>
374+
<name>Guillaume Martres</name>
375+
<email>smarter@ubuntu.com</email>
376+
<url>http://guillaume.martres.me</url>
377+
</developer>
378+
<developer>
379+
<id>felixmulder</id>
380+
<name>Felix Mulder</name>
381+
<email>felix.mulder@gmail.com</email>
382+
<url>http://felixmulder.com</url>
383+
</developer>
384+
<developer>
385+
<id>liufengyun</id>
386+
<name>Liu Fengyun</name>
387+
<email>liufengyun@chaos-lab.com</email>
388+
<url>http://chaos-lab.com</url>
389+
</developer>
390+
</developers>
355391
)
356392
)
357393

0 commit comments

Comments
 (0)