mirror of https://github.com/apache/lucene.git
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:
parent
bd20e36d2d
commit
ac9559d70d
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue