forked from JPL-IMCE/gov.nasa.jpl.omf.scala.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.sbt
31 lines (18 loc) · 846 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
sbtPlugin := false
name := "gov.nasa.jpl.omf.scala.core"
description := "Core, Generic Functional API for the Ontological Modeling Framework (OMF)."
moduleName := name.value
organization := "gov.nasa.jpl.imce"
organizationName := "JPL-IMCE"
organizationHomepage := Some(url(s"https://github.com/${organizationName.value}"))
homepage := Some(url(s"https://jpl-imce.github.io/${moduleName.value}"))
git.remoteRepo := s"[email protected]:${organizationName.value}/${moduleName.value}.git"
scmInfo := Some(ScmInfo(
browseUrl = url(s"https://github.com/${organizationName.value}/${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")))