Skip to content

Commit

Permalink
update pom and plugin xmls
Browse files Browse the repository at this point in the history
  • Loading branch information
Framonti committed May 3, 2021
1 parent 8fc81e6 commit 18d541d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<properties>
<tests.jvms>1</tests.jvms>
<es.logger.level>INFO</es.logger.level>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
Expand All @@ -24,7 +25,6 @@
<version>7.12.0</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.elasticsearch.test</groupId>
<artifactId>framework</artifactId>
Expand Down Expand Up @@ -54,7 +54,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<appendAssemblyId>true</appendAssemblyId>
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
<descriptors>
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>
Expand Down
13 changes: 11 additions & 2 deletions src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
<?xml version="1.0"?>
<assembly>
<id>plugin</id>
<id>0.2.0</id>
<formats>
<format>zip</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<outputDirectory>/</outputDirectory>
<directory>src/main/resources</directory>
<includes>
<include>*.properties</include>
</includes>
</fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
Expand All @@ -19,7 +28,7 @@
<useProjectArtifact>true</useProjectArtifact>
<useTransitiveFiltering>true</useTransitiveFiltering>
<includes>
<include>com.cleafy.elasticsearch:elasticsearch6-http-basic</include>
<include>com.cleafy.elasticsearch:elasticsearch-http-basic</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 18d541d

Please sign in to comment.