mirror of https://github.com/apache/lucene.git
SOLR-10912: excluding apparently unnecessary plugins: 'junit' and 'javac' (the 'unit' and 'compile' plugins are producing output but the 'j' ones aren't)
This commit is contained in:
parent
67dab22f29
commit
cc1ad49e72
|
@ -28,8 +28,9 @@
|
|||
# 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,testoutput,jira,compile,javac,junit,unit,test4tests,checkluceneversion"
|
||||
PLUGIN_LIST+=",ratsources,checkforbiddenapis,checklicenses,validatesourcepatterns,validaterefguide"
|
||||
PLUGIN_LIST="ant,jira,compile,unit,test4tests"
|
||||
PLUGIN_LIST+=",testoutput,checkluceneversion,ratsources,checkforbiddenapis,checklicenses"
|
||||
PLUGIN_LIST+=",validatesourcepatterns,validaterefguide"
|
||||
personality_plugins "${PLUGIN_LIST}"
|
||||
|
||||
add_test_type "checkluceneversion"
|
||||
|
|
Loading…
Reference in New Issue