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/12 17:41:36 UTC

[03/38] incubator-streams git commit: test pom for streams-plugin-pojo

test pom for streams-plugin-pojo


Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/387da685
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/387da685
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/387da685

Branch: refs/heads/master
Commit: 387da685f37a7135d556f4f645a3e77e6138f958
Parents: 7d318c3
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Mon Mar 28 08:32:27 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Jun 1 12:49:27 2016 -0500

----------------------------------------------------------------------
 .../src/test/resources/streams-plugin-pojo/pom.xml        | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/387da685/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
index b1de7b8..fbb2864 100644
--- a/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
+++ b/streams-plugins/streams-plugin-pojo/src/test/resources/streams-plugin-pojo/pom.xml
@@ -4,10 +4,10 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.streams.plugins</groupId>
-    <artifactId>streams-plugin-hive-test</artifactId>
+    <artifactId>streams-plugin-pojo-test</artifactId>
     <version>0.3-incubating-SNAPSHOT</version>
     <packaging>jar</packaging>
-    <name>Test StreamsPojoHiveMojo</name>
+    <name>Test StreamsPojoMojo</name>
 
     <dependencies>
         <dependency>
@@ -21,18 +21,18 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.streams.plugins</groupId>
-                <artifactId>streams-plugin-hive</artifactId>
+                <artifactId>streams-plugin-pojo</artifactId>
                 <version>0.3-incubating-SNAPSHOT</version>
                 <configuration>
                     <packages>
                         <package>org.apache.streams.pojo.json</package>
                     </packages>
-                    <target>target/test-classes/streams-hive-plugin/</target>
+                    <target>target/test-classes/streams-pojo-plugin/</target>
                 </configuration>
                 <executions>
                     <execution>
                         <goals>
-                            <goal>hive</goal>
+                            <goal>pojo</goal>
                         </goals>
                     </execution>
                 </executions>