Sign in
gdch-oss
/
third_party
/
eclipse-ee4j
/
jersey
/
refs/heads/3.0
/
.
/
etc
/
scripts
/
checkstyle.sh
blob: ad36942e5e5e83bb2bfd33d8b30120a225a7fc9e [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
mvn
-
V
-
U
-
B checkstyle
:
checkstyle
-
aggregate
-
Dcheckstyle
.
output
.
format
=
"plain"
-
Dcheckstyle
.
output
.
file
=
checkstyle
.
log