-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.sbt
30 lines (18 loc) · 876 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
sbtPlugin := false
name := "imce.oti.mof.magicdraw.dynamicscripts"
description := "JPL IMCE MagicDraw Dynamic Scripts for operating on MD models through the OMG Tool-Neutral Interoperability (OTI) MOF Information Schema & API"
moduleName := name.value
organization := "org.omg.tiwg"
homepage := Some(url(s"https://tiwg.github.io/${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")))