You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2018/03/15 19:26:24 UTC

[2/2] lucene-solr:master: SOLR-10912: excluding apparently unnecessary plugins: 'junit' and 'javac' (the 'unit' and 'compile' plugins are producing output but the 'j' ones aren't)

SOLR-10912: excluding apparently unnecessary plugins: 'junit' and 'javac' (the 'unit' and 'compile' plugins are producing output but the 'j' ones aren't)


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/cc1ad49e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/cc1ad49e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/cc1ad49e

Branch: refs/heads/master
Commit: cc1ad49e72bb6753997711e3cd7fb05d3c319598
Parents: 67dab22
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 15 15:22:42 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 15 15:26:14 2018 -0400

----------------------------------------------------------------------
 dev-tools/test-patch/lucene-solr-yetus-personality.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/cc1ad49e/dev-tools/test-patch/lucene-solr-yetus-personality.sh
----------------------------------------------------------------------
diff --git a/dev-tools/test-patch/lucene-solr-yetus-personality.sh b/dev-tools/test-patch/lucene-solr-yetus-personality.sh
index e519639..39929c5 100644
--- a/dev-tools/test-patch/lucene-solr-yetus-personality.sh
+++ b/dev-tools/test-patch/lucene-solr-yetus-personality.sh
@@ -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"