forked from skinny-framework/skinny-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublish.sh
More file actions
executable file
·46 lines (44 loc) · 1.09 KB
/
publish.sh
File metadata and controls
executable file
·46 lines (44 loc) · 1.09 KB
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
40
41
42
43
44
45
#!/bin/sh
sbt ++2.11.6 \
clean \
common/publishSigned \
assets/publishSigned \
httpClient/publishSigned \
json/publishSigned \
oauth2/publishSigned \
oauth2Controller/publishSigned \
twitterController/publishSigned \
orm/publishSigned \
factoryGirl/publishSigned \
validator/publishSigned \
framework/publishSigned \
mailer/publishSigned \
standalone/publishSigned \
task/publishSigned \
scaldi/publishSigned \
test/publishSigned \
freemarker/publishSigned \
thymeleaf/publishSigned \
velocity/publishSigned \
worker/publishSigned \
++2.10.5 \
clean \
common/publishSigned \
assets/publishSigned \
httpClient/publishSigned \
json/publishSigned \
oauth2/publishSigned \
oauth2Controller/publishSigned \
twitterController/publishSigned \
orm/publishSigned \
factoryGirl/publishSigned \
validator/publishSigned \
framework/publishSigned \
mailer/publishSigned \
standalone/publishSigned \
task/publishSigned \
test/publishSigned \
freemarker/publishSigned \
thymeleaf/publishSigned \
velocity/publishSigned \
worker/publishSigned