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/06/01 17:40:53 UTC

[04/32] 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/eea09756
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/eea09756
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/eea09756

Branch: refs/feature/STREAMS-389,398
Commit: eea09756b2388acca625e2e752be127874a52599
Parents: 6501b27
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Mon Mar 28 08:32:27 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Mon Mar 28 08:32: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/eea09756/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>