Skip to content

Commit 2c7a257

Browse files
committed
Fix the Maven build
The new checkstyle source naming scheme was not used in the Maven build.
1 parent 217d041 commit 2c7a257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net.sf.eclipsecs.checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<delete dir="${project.build.directory}/checkstyle-src-unpack" />
2222
<delete dir="${project.build.directory}/checkstyle-src" />
2323
<first id="cssrc">
24-
<fileset dir="." includes="checkstyle-*-src.zip" />
24+
<fileset dir="." includes="checkstyle-checkstyle-*.zip" />
2525
</first>
2626
<unzip src="${toString:cssrc}" dest="${project.build.directory}/checkstyle-src-unpack">
2727
<patternset>

0 commit comments

Comments
 (0)