Revize 47e08cac
Přidáno uživatelem Tomáš Šimandl před téměř 6 roky(ů)
sources/pom.xml | ||
---|---|---|
34 | 34 |
<webXml>src\main\webapp\WEB-INF\web.xml</webXml> |
35 | 35 |
</configuration> |
36 | 36 |
</plugin> |
37 |
|
|
38 |
<!-- Static code analyses--> |
|
39 |
<plugin> |
|
40 |
<groupId>com.github.spotbugs</groupId> |
|
41 |
<artifactId>spotbugs-maven-plugin</artifactId> |
|
42 |
<version>3.1.8</version> |
|
43 |
<dependencies> |
|
44 |
<dependency> |
|
45 |
<groupId>com.github.spotbugs</groupId> |
|
46 |
<artifactId>spotbugs</artifactId> |
|
47 |
<version>3.1.9</version> |
|
48 |
</dependency> |
|
49 |
</dependencies> |
|
50 |
</plugin> |
|
37 | 51 |
</plugins> |
38 | 52 |
</build> |
39 | 53 |
|
... | ... | |
45 | 59 |
<version>3.8.0</version> |
46 | 60 |
</dependency> |
47 | 61 |
|
48 |
<!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 --> |
|
49 |
<dependency> |
|
50 |
<groupId>com.google.code.findbugs</groupId> |
|
51 |
<artifactId>jsr305</artifactId> |
|
52 |
<version>3.0.2</version> |
|
53 |
</dependency> |
|
54 | 62 |
<!-- https://mvnrepository.com/artifact/log4j/log4j --> |
55 | 63 |
<dependency> |
56 | 64 |
<groupId>log4j</groupId> |
Také k dispozici: Unified diff
Added spotbugs for static code analysis