assist for es2 examples in examples repo
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/3e64eff3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/3e64eff3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/3e64eff3 Branch: refs/heads/master Commit: 3e64eff3d6664bfe5cd1ac4b0555b406a55dc7de Parents: e23901c Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Thu Oct 6 20:27:39 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Thu Oct 6 20:27:39 2016 -0500 ---------------------------------------------------------------------- .../streams-persist-elasticsearch/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/3e64eff3/streams-contrib/streams-persist-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml b/streams-contrib/streams-persist-elasticsearch/pom.xml index 7891baa..338f8a6 100644 --- a/streams-contrib/streams-persist-elasticsearch/pom.xml +++ b/streams-contrib/streams-persist-elasticsearch/pom.xml @@ -240,6 +240,24 @@ </includes> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>**/*.conf</include> + <include>**/*.json</include> + <include>**/*.class</include> + </includes> + </configuration> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
