File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11* .class
2- * .jar
32* .zip
43/build /
54/bin /
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def pluginName = 'elasticsearch-http-basic'
1010def elasticVersion = ' 2.3.4'
1111
1212jar {
13- jar. baseName = " elasticsearch-http-basic" + version
13+ jar. baseName = " elasticsearch-http-basic"
1414 manifest {
1515 attributes ' Implementation-Title' : ' elasticsearch-http-basic' ,
1616 ' Implementation-Version' : version
@@ -74,7 +74,7 @@ uploadArchives {
7474
7575task makePluginDescriptor (type : Copy ) {
7676 from ' src/main/templates'
77- into ' build/tmp/plugin '
77+ into ' src/main/resources '
7878 expand([
7979 ' descriptor' : [
8080 ' name' : pluginName,
Original file line number Diff line number Diff line change 1+ classname =com.asquera.elasticsearch.plugins.http.HttpBasicServerPlugin
2+ name =elasticsearch-http-basic
3+ description =Plugin to enable HTTP basic authentication and/or Ip based authentication
4+ jvm =true
5+ site =false
6+ isolated =true
7+ version =2.3.4
8+ java.version =1.8
9+ elasticsearch.version =2.3.4
You can’t perform that action at this time.
0 commit comments