File tree 4 files changed +6
-0
lines changed
MCHECKSTYLE-214-basedir-resource
4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -380,6 +380,7 @@ under the License.
380
380
<plugin >
381
381
<groupId >org.apache.maven.plugins</groupId >
382
382
<artifactId >maven-invoker-plugin</artifactId >
383
+ <version >3.5.0</version >
383
384
<configuration >
384
385
<goals >
385
386
<goal >clean</goal >
Original file line number Diff line number Diff line change 17
17
* specific language governing permissions and limitations
18
18
* under the License.
19
19
*/
20
+ import groovy.xml.XmlSlurper
21
+
20
22
def buildLog = new File ( basedir, ' build.log' )
21
23
22
24
// LICENSE.txt has 2 errors, src/main/resources/README.txt has 1 error
Original file line number Diff line number Diff line change 17
17
* specific language governing permissions and limitations
18
18
* under the License.
19
19
*/
20
+ import groovy.xml.XmlParser
20
21
21
22
assert new File ( basedir, ' target/checkstyle-cachefile' ). exists();
22
23
assert new File ( basedir, ' target/checkstyle-checker.xml' ). exists();
Original file line number Diff line number Diff line change 17
17
* specific language governing permissions and limitations
18
18
* under the License.
19
19
*/
20
+ import groovy.xml.XmlParser
21
+
20
22
assert new File (basedir, ' target/site/checkstyle.html' ). exists();
21
23
22
24
assert new File (basedir, ' target/checkstyle-cachefile' ). exists();
You can’t perform that action at this time.
0 commit comments