Skip to content

Commit

Permalink
Issue checkstyle#7914: add spoon project to no-exception testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-kumar09 committed Mar 21, 2020
1 parent f9131f9 commit 2c1b0c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .ci/wercker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,20 @@ no-exception-spotbugs)
rm -rf contribution
;;

no-exception-spoon)
CS_POM_VERSION=$(mvn -e -q -Dexec.executable='echo' -Dexec.args='${project.version}' \
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#spoon/spoon/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-for-wercker.properties \
--config checks-nonjavadoc-error.xml --checkstyleVersion ${CS_POM_VERSION}
cd ../../
rm -rf contribution
;;

no-exception-spring-framework)
CS_POM_VERSION=$(mvn -e -q -Dexec.executable='echo' -Dexec.args='${project.version}' \
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
Expand Down

0 comments on commit 2c1b0c2

Please sign in to comment.