SOLR-10912: attempted personality plugins fix: trying just junit/javac instead of unit/compile (which didn't actually do anything at all)

This commit is contained in:
Steve Rowe 2018-03-15 15:38:05 -04:00
parent 63fde153d3
commit bd20e36d2d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
# 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,compile,unit,test4tests"
PLUGIN_LIST="ant,jira,javac,junit,test4tests"
PLUGIN_LIST+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses"
PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
personality_plugins "${PLUGIN_LIST}"