Skip to content

Commit

Permalink
Merge 7e846de into 30233d6
Browse files Browse the repository at this point in the history
  • Loading branch information
nrmancuso committed Feb 13, 2021
2 parents 30233d6 + 7e846de commit 814ed5b
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions sevntu-checks/.ci/wercker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ no-exception-struts)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i'' 's/^guava/#guava/' projects-for-wercker.properties
sed -i'' 's/#apache-struts/apache-struts/' projects-for-wercker.properties
groovy ./launch.groovy --listOfProjects projects-for-wercker.properties \
groovy ./diff.groovy --listOfProjects projects-for-wercker.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -47,13 +47,13 @@ no-exception-guava)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i'' 's/^guava/#guava/' projects-for-wercker.properties
sed -i'' 's/#guava/guava/' projects-for-wercker.properties
groovy ./launch.groovy --listOfProjects projects-for-wercker.properties \
groovy ./diff.groovy --listOfProjects projects-for-wercker.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -66,13 +66,13 @@ no-exception-hibernate-orm)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#hibernate-orm/hibernate-orm/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-for-wercker.properties \
groovy ./diff.groovy --listOfProjects projects-for-wercker.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -85,13 +85,13 @@ no-exception-spotbugs)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#spotbugs/spotbugs/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-to-test-on.properties \
groovy ./diff.groovy --listOfProjects projects-to-test-on.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -104,13 +104,13 @@ no-exception-spring-framework)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#spring-framework/spring-framework/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-to-test-on.properties \
groovy ./diff.groovy --listOfProjects projects-to-test-on.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -123,13 +123,13 @@ no-exception-hbase)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#Hbase/Hbase/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-to-test-on.properties \
groovy ./diff.groovy --listOfProjects projects-to-test-on.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -142,15 +142,15 @@ no-exception-Pmd-elasticsearch-lombok-ast)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#pmd/pmd/' projects-to-test-on.properties
sed -i.'' 's/#elasticsearch/elasticsearch/' projects-to-test-on.properties
sed -i.'' 's/#lombok-ast/lombok-ast/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-to-test-on.properties \
groovy ./diff.groovy --listOfProjects projects-to-test-on.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand All @@ -163,7 +163,7 @@ no-exception-alot-of-projects)
--non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
echo CS_version: ${CS_POM_VERSION}
echo SEVNTU_version: ${SEVNTU_POM_VERSION}
checkout_from https://github.com/checkstyle/contribution.git
checkout_from "-b issue-529 https://github.com/nmancus1/contribution.git"
cd .ci-temp/contribution/checkstyle-tester
sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
sed -i.'' 's/#RxJava/RxJava/' projects-to-test-on.properties
Expand All @@ -172,9 +172,9 @@ no-exception-alot-of-projects)
sed -i.'' 's/#apache-ant/apache-ant/' projects-to-test-on.properties
sed -i.'' 's/#apache-jsecurity/apache-jsecurity/' projects-to-test-on.properties
sed -i.'' 's/#android-launcher/android-launcher/' projects-to-test-on.properties
groovy ./launch.groovy --listOfProjects projects-to-test-on.properties \
groovy ./diff.groovy --listOfProjects projects-to-test-on.properties \
--config checks-sevntu-error.xml --checkstyleVersion ${CS_POM_VERSION} \
--sevntuVersion ${SEVNTU_POM_VERSION}
--sevntuVersion ${SEVNTU_POM_VERSION} --allowExcludes
cd ../../
rm -rf contribution
;;
Expand Down

0 comments on commit 814ed5b

Please sign in to comment.