mirror of https://github.com/apache/lucene.git
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:
parent
63fde153d3
commit
bd20e36d2d
|
@ -28,7 +28,7 @@
|
||||||
# 4) Add a "<plugin>_rebuild" function to call out to ant to perform the validation method.
|
# 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.
|
# 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+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses"
|
||||||
PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
|
PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
|
||||||
personality_plugins "${PLUGIN_LIST}"
|
personality_plugins "${PLUGIN_LIST}"
|
||||||
|
|
Loading…
Reference in New Issue