File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 117117 <defaultGoal >clean verify apache-rat:check japicmp:cmp checkstyle:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal >
118118 <pluginManagement >
119119 <plugins >
120- <plugin >
121- <groupId >org.apache.rat</groupId >
122- <artifactId >apache-rat-plugin</artifactId >
123- <version >${commons.rat.version} </version >
124- <!-- Should agree with config in build section -->
125- <configuration >
126- <excludes >
127- <exclude >.asf.yaml</exclude >
128- </excludes >
129- </configuration >
130- </plugin >
131120 <plugin >
132121 <groupId >org.apache.maven.plugins</groupId >
133122 <artifactId >maven-checkstyle-plugin</artifactId >
198187 <groupId >com.github.spotbugs</groupId >
199188 <artifactId >spotbugs-maven-plugin</artifactId >
200189 </plugin >
201- <plugin >
202- <groupId >org.apache.rat</groupId >
203- <artifactId >apache-rat-plugin</artifactId >
204- <version >${commons.rat.version} </version >
205- <!-- Should agree with config in build section -->
206- <configuration >
207- <excludes >
208- <exclude >.asf.yaml</exclude >
209- </excludes >
210- </configuration >
211- </plugin >
212190 <plugin >
213191 <artifactId >maven-pmd-plugin</artifactId >
214192 <configuration >
You can’t perform that action at this time.
0 commit comments