We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5d368 commit 7a1dfe6Copy full SHA for 7a1dfe6
pom.xml
@@ -114,6 +114,16 @@
114
115
116
<build>
117
+ <resources>
118
+ <resource>
119
+ <directory>src/main/resources</directory>
120
+ <filtering>true</filtering>
121
+ <includes>
122
+ <include>es-plugin.properties</include>
123
+ </includes>
124
+ </resource>
125
+ </resources>
126
+
127
<plugins>
128
<plugin>
129
<artifactId>maven-compiler-plugin</artifactId>
src/main/resources/es-plugin.properties
@@ -1 +1,2 @@
1
-plugin=org.elasticsearch.plugin.nlpcn.SqlPlug
+plugin=org.elasticsearch.plugin.nlpcn.SqlPlug
2
+version=${project.version}
0 commit comments