-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.sbt
40 lines (28 loc) · 1.09 KB
/
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
35
36
37
38
39
sbtPlugin := false
name := "org.omg.oti.uml.canonical_xmi.loader"
description := "OMG Tool-Interoperability (OTI) API parser for OMG Canonical XMI 2.5 serialization."
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="melaasar",
name="Maged Elaasar",
email="[email protected]",
url=url("https://gateway.jpl.nasa.gov/personal/melaasar/default.aspx")),
Developer(
id="ybernard",
name="Yves Bernard",
email="[email protected]",
url=url("http://airbus.com")))