Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
0b87aa7b
Commit
0b87aa7b
authored
Jul 01, 2015
by
bow
Browse files
Define custom path for ScalaDoc output
parent
ff5fd245
Changes
1
Hide whitespace changes
Inline
Side-by-side
project/SentinelBuild.scala
View file @
0b87aa7b
...
...
@@ -92,9 +92,13 @@ object SentinelBuild extends Build {
lazy
val
jettyRunnerSettings
=
jetty
(
Seq
(
JettyRunnerModule
))
lazy
val
docsSiteSettings
=
site
.
settings
++
site
.
sphinxSupport
()
++
site
.
includeScaladoc
(
s
"scaladoc/$Version"
)
lazy
val
commandAliases
=
addCommandAlias
(
"assembly-fulltest"
,
";test; it:test; assembly"
)
lazy
val
projectSettings
=
ScalatraPlugin
.
scalatraWithJRebel
++
scalariformSettings
++
jettyRunnerSettings
++
site
.
s
ettings
++
site
.
sphinxSupport
()
++
site
.
includeScaladoc
()
++
headerSettings
++
Defaults
.
itSetting
s
++
gitStampSettings
++
addCommandAlias
(
"assembly-fulltest"
,
";test; it:test; assembly"
)
++
Seq
(
headerS
ettings
++
Defaults
.
itSettings
++
docsSiteSettings
++
gitStampSettings
++
commandAliase
s
++
Seq
(
organization
:=
Organization
,
name
:=
Name
,
version
:=
Version
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment