File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -347,11 +347,47 @@ object DottyInjectedPlugin extends AutoPlugin {
347
347
},
348
348
publishArtifact in Test := false ,
349
349
homepage := Some (url(" https://github.com/lampepfl/dotty" )),
350
+ licenses += (" BSD New" ,
351
+ url(" https://github.com/lampepfl/dotty/blob/master/LICENSE.md" )),
350
352
scmInfo := Some (
351
353
ScmInfo (
352
354
url(" https://github.com/lampepfl/dotty" ),
353
355
" scm:git:[email protected] :lampepfl/dotty.git"
354
356
)
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 >
355
391
)
356
392
)
357
393
You can’t perform that action at this time.
0 commit comments