repo.or.cz
/
fiscal-year.java.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update license to CC0
[fiscal-year.java.git]
/
Makefile
blob
37380fa562c92ffd31ddf637ddb520ab32e5dadf
1
all
:
help
2
3
help
:
4
@echo
""
5
@echo
"-- Help Menu"
6
@echo
""
7
@echo
" 1. make sonar-analysis - perform sonar analysis"
8
9
sonar-analysis
:
10
@mvn sonar
:
sonar
-
Dsonar.host.url
=
http
://
localhost
:
58200
-
Dsonar.jdbc.url
=
jdbc
:
postgresql
://
localhost
:
58300
/
sonar
11