-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.sbt
35 lines (23 loc) · 956 Bytes
/
project.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
sbtPlugin := false
name := "org.omg.oti.uml.change_migration"
description := "xmi:ID and xmi:UUID change/migration support for the OMG Tool-Neutral Interoperability (OTI) API."
moduleName := name.value
organization := "org.omg.tiwg"
homepage := Some(url(s"https://github.com/TIWG/${moduleName.value}"))
organizationName := "OMG Tool-Infrastructure Working Group"
organizationHomepage := Some(url(s"https://github.com/TIWG"))
git.remoteRepo := s"[email protected]:TIWG/${moduleName.value}"
scmInfo := Some(ScmInfo(
browseUrl = url(s"https://github.com/TIWG/${moduleName.value}"),
connection = "scm:"+git.remoteRepo.value))
developers := List(
Developer(
id="NicolasRouquette",
name="Nicolas F. Rouquette",
email="[email protected]",
url=url("https://github.com/NicolasRouquette")),
Developer(
id="ybernard",
name="Yves Bernard",
email="[email protected]",
url=url("http://airbus.com")))