SOLR-10912: reverting personality plugins changes to include junit+unit and javac+compile, since this combo works, and neither one individually does.

This commit is contained in:
Steve Rowe 2018-03-15 15:41:59 -04:00
parent bd20e36d2d
commit ac9559d70d
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@
# 4) Add a "<plugin>_rebuild" function to call out to ant to perform the validation method.
# See examples of the above-described function types ^^ below.
PLUGIN_LIST="ant,jira,javac,junit,test4tests"
# Both compile+javac plugins are required, as well as unit+junit: in both cases, neither work individually
PLUGIN_LIST="ant,jira,compile,javac,unit,junit,test4tests"
PLUGIN_LIST+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses"
PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
personality_plugins "${PLUGIN_LIST}"