You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/10 21:27:18 UTC

[3/6] incubator-streams git commit: assist for es2 examples in examples repo

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 <sb...@apache.org>
Authored: Thu Oct 6 20:27:39 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
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>