File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
mybatis-spring-boot-samples/mybatis-spring-boot-sample-groovy Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 29
29
<properties >
30
30
<module .name>org.mybatis.spring.boot.sample.groovy</module .name>
31
31
<groovy .version>4.0.6</groovy .version>
32
- <maven .site.skip>true</maven .site.skip> <!-- Workaround for build error -->
33
32
</properties >
34
33
<dependencies >
35
34
<dependency >
61
60
<build >
62
61
<sourceDirectory >${project.basedir} /src/main/groovy</sourceDirectory >
63
62
<testSourceDirectory >${project.basedir} /src/test/groovy</testSourceDirectory >
63
+ <pluginManagement >
64
+ <plugins >
65
+ <plugin >
66
+ <groupId >com.github.spotbugs</groupId >
67
+ <artifactId >spotbugs-maven-plugin</artifactId >
68
+ <version >${spotbugs.plugin} </version >
69
+ <configuration >
70
+ <!-- Skip Spotbugs as there is a bug in its bug count that breaks the reporting on groovy project City Class -->
71
+ <skip >true</skip >
72
+ </configuration >
73
+ </plugin >
74
+ </plugins >
75
+ </pluginManagement >
64
76
<plugins >
65
77
<plugin >
66
78
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments