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:38:12 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master 63fde153d -> bd20e36d2


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/bd20e36d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/bd20e36d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/bd20e36d

Branch: refs/heads/master
Commit: bd20e36d2dd58cb291b0cb3b59bd9e240136a5d2
Parents: 63fde15
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 15:38:05 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/bd20e36d/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}"