diff --git a/pom.xml b/pom.xml index 5fa7286c223..e9a6a95a628 100644 --- a/pom.xml +++ b/pom.xml @@ -110,6 +110,15 @@ + + + src/main/resources + true + + **/*.properties + + + org.apache.maven.plugins diff --git a/src/main/resources/es-plugin.properties b/src/main/resources/es-plugin.properties index 08c6c9331d4..bd6c82accc0 100644 --- a/src/main/resources/es-plugin.properties +++ b/src/main/resources/es-plugin.properties @@ -1 +1,2 @@ plugin=org.elasticsearch.plugin.mapper.attachments.MapperAttachmentsPlugin +version=${project.version}