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/16 00:58:10 UTC

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

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


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

Branch: refs/heads/branch_7x
Commit: 077f19bdc5bc6b4a27d5604f6e83f166457374a7
Parents: 285bc55
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 15 15:38:05 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 15 20:57:22 2018 -0400

----------------------------------------------------------------------
 dev-tools/test-patch/lucene-solr-yetus-personality.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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