File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
46
<runSuite >**/MainTestSuite.class</runSuite >
47
47
<elasticsearch .plugin.name>sql</elasticsearch .plugin.name>
48
- <elasticsearch .plugin.site>true</elasticsearch .plugin.site>
49
- <elasticsearch .plugin.jvm>true</elasticsearch .plugin.jvm>
50
48
<elasticsearch .version>6.2.1</elasticsearch .version>
51
49
<elasticsearch .plugin.classname>org.elasticsearch.plugin.nlpcn.SqlPlug</elasticsearch .plugin.classname>
52
50
</properties >
Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ version=${project.version}
5
5
6
6
name =${elasticsearch.plugin.name}
7
7
8
- site =${elasticsearch.plugin.site}
9
-
10
- jvm =${elasticsearch.plugin.jvm}
11
-
12
8
classname =${elasticsearch.plugin.classname}
13
9
14
10
java.version =1.8
You can’t perform that action at this time.
0 commit comments