repo.or.cz
/
null-analysis.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pom cosmetics
[null-analysis.git]
/
Makefile
blob
106e6c712a455600d179719188219889177be725
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
.PHONY
:
sonar-analysis
10
sonar-analysis
:
11
# http://docs.sonarqube.org/display/SONAR/Analyzing+with+Maven
12
@mvn
clean install
13
@mvn sonar
:
sonar
-
Dsonar.host.url
=
http
://
localhost
:
59000