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 2015/05/08 23:53:38 UTC

[17/51] [abbrv] incubator-streams git commit: [maven-release-plugin] prepare release streams-project-0.2-incubating-rc2

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-gnip/gnip-edc-reddit/src/test/resources/redditTest.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/src/test/resources/redditTest.xml b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/src/test/resources/redditTest.xml
deleted file mode 100644
index bd15166..0000000
--- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/src/test/resources/redditTest.xml
+++ /dev/null
@@ -1 +0,0 @@
-<entry xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/"		xmlns:service="http://activitystrea.ms/service-provider" xmlns:thr="http://purl.org/syndication/thread/1.0"		xmlns:gnip="http://www.gnip.com/schemas/2010">		<id>1088dt</id>		<published>2012-09-21T03:28:15Z</published>		<updated>2012-09-21T03:28:15Z</updated>		<title>Precious_Zest posted an article Reddit</title>		<category term="ArticlePosted" label="Article Posted"/>		<link rel="alternate" type="text/html" href="http://www.reddit.com/r/atheism/comments/1088dt/a_classy_new_way_to_respond_to_stupid_fundie/"/>		<source>			<link rel="self" type="application/json" href="http://org.apache.streams.facebook.api.reddit.com/search.json?q=%22zest%22%20%20%22%22%20%20--%22%22&amp;limit=100&amp;after=t3_1brddb"/>			<title>Reddit - Keyword - Search (Recent) - "zest"  ""  --""</title>			<updated>2013-08-28T17-54-04Z</updated>			<gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">"zest"  ""  --""   
          </gnip:rule>		</source>		<service:provider>			<name>Reddit</name>			<uri>www.reddit.com</uri>		</service:provider>		<activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>		<activity:object>			<activity:object-type>http://activitystrea.ms/schema/1.0/article</activity:object-type>			<id>1088dt</id>			<title>A classy new way to respond to stupid fundie claims (X-post from r/funny) </title>			<link rel="alternate" type="text/html" href="http://www.reddit.com/r/atheism/comments/1088dt/a_classy_new_way_to_respond_to_stupid_fundie/"/>			<link rel="enclosure" type="text/html" href="http://i.imgur.com/ZphAO.png"/>			<link rel="preview" type="image/jpeg" href="http://a.thumbs.redditmedia.com/iL3sa_rwh2j-WA7H.jpg"/>			<gnip:statistics upVotes="220" downVotes="69"/>		</activity:object>		<author>			<name>Precious_Zest</name>			<uri>http://www.reddit.com/user/Precious_Zest</uri>		</author>		<activity:actor>			<activity:object-type>http://activitystrea.ms/schema/1.0/person
 </activity:object-type>			<link rel="alternate" type="text/html" length="0" href="http://www.reddit.com/user/Precious_Zest"/>			<id>http://www.reddit.com/user/Precious_Zest</id>		</activity:actor>		<gnip:matching_rules>			<gnip:matching_rule rel="source" tag="Zest">"zest"  ""  --""</gnip:matching_rule>		</gnip:matching_rules>	</entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YouTubeEDCSerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YouTubeEDCSerDeTest.java b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YouTubeEDCSerDeTest.java
index b24ee9b..b811744 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YouTubeEDCSerDeTest.java
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YouTubeEDCSerDeTest.java
@@ -18,12 +18,11 @@
 
 package com.gnip.test;
 
-//import org.codehaus.jackson.map.ObjectMapper;
-
 import com.fasterxml.jackson.databind.DeserializationFeature;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import com.fasterxml.jackson.dataformat.xml.XmlMapper;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -32,16 +31,10 @@ import java.io.BufferedReader;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 
-//import com.fasterxml.jackson.xml.XmlMapper;
-//import com.gnip.xmlpojo.generated.FacebookEDC;
-
 /**
- * Created with IntelliJ IDEA.
- * User: rebanks
- * Date: 8/21/13
- * Time: 11:53 AM
- * To change this template use File | Settings | File Templates.
+ * Tests serialization of YoutubeEDC inputs
  */
+@Ignore("ignore until test resources are available.")
 public class YouTubeEDCSerDeTest {
 
     private final static Logger LOGGER = LoggerFactory.getLogger(YouTubeEDCSerDeTest.class);

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YoutubeEDCAsActivityTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YoutubeEDCAsActivityTest.java b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YoutubeEDCAsActivityTest.java
index 2e54631..c8ea6e7 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YoutubeEDCAsActivityTest.java
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/java/com/gnip/test/YoutubeEDCAsActivityTest.java
@@ -18,8 +18,6 @@
 
 package com.gnip.test;
 
-//import org.codehaus.jackson.map.ObjectMapper;
-
 import com.fasterxml.jackson.databind.DeserializationFeature;
 import com.fasterxml.jackson.databind.ObjectMapper;
 import com.fasterxml.jackson.dataformat.xml.XmlMapper;
@@ -36,16 +34,10 @@ import java.io.BufferedReader;
 import java.io.InputStream;
 import java.io.InputStreamReader;
 
-//import com.fasterxml.jackson.xml.XmlMapper;
-//import com.gnip.xmlpojo.generated.FacebookEDC;
-
 /**
- * Created with IntelliJ IDEA.
- * User: rebanks
- * Date: 8/21/13
- * Time: 11:53 AM
- * To change this template use File | Settings | File Templates.
+ * Tests conversion of YoutubeEDC inputs to Activity
  */
+@Ignore("ignore until test resources are available.")
 public class YoutubeEDCAsActivityTest {
 
     private final static Logger LOGGER = LoggerFactory.getLogger(YoutubeEDCAsActivityTest.class);
@@ -86,7 +78,6 @@ public class YoutubeEDCAsActivityTest {
 
                 Activity activity = jsonMapper.readValue(fixedObject.toString(), Activity.class);
 
-                //LOGGER.debug(des);
             }
         } catch( Exception e ) {
             e.printStackTrace();

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/resources/YoutubeEDC.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/resources/YoutubeEDC.xml b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/resources/YoutubeEDC.xml
deleted file mode 100644
index 014f514..0000000
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/src/test/resources/YoutubeEDC.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/9wWOaUX8e7U</id>  <published>2013-08-21T14:11:40.000Z</published>  <updated>2013-08-21T14:15:11.000Z</updated>  <title>girls fail compilation posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=9wWOaUX8e7U&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=%28%28maybelline%20%7C%20maybellines%20%7C%20mybelline%20%7C%20mybellines%20%7C%20mayballine%20%7C%20mayballines%29%20%28makeover%20%7C%20makeovers%20%7C%20%22make%20over%22%20%7C%20%22make%20overs%22%20%7C%20nail%20%7C%20nails%20%7C%20manicure%20%7C%20manicures%20%7C%20pedicure%20%7C%20pedicures%20%7C%20mani%20%7C%20pedi%20%7C%20foundation%20%7C%20mascara%20%7C%20mascaras%20%7C%20concealer%20%7C%20c&a
 mp;orderby=published"/>    <title>YouTube - Keyword - Uploads - ((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</title>    <updated>2013-08-21T09-04-45Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activity
 :verb>  <activity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/9wWOaUX8e7U</id>    <title type="text">Maybelline Makeup Tutorial 2013 BIBHU MOHAPATRA Fall HD</title>    <content type="text">Fail Compilation 2013 HD FAILS / WINS COMPILATION 2013 funny videos to share, failure compilation funny videos to see, funny video to watch funny vid video, ...</content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=9wWOaUX8e7U&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/9wWOaUX8e7U?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="113"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" href="http://i.ytimg.com/vi/9wWOaUX8e7U/0
 .jpg" atommedia1:height="360" atommedia1:width="480" atommedia1:duration="00:00:56.500"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Comedy"/>  </activity:object>  <author>    <name>girls fail compilation</name>    <uri>http://www.youtube.com/user/girls fail compilation</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/girls fail compilation"/>    <id>http://gdata.youtube.com/feeds/api/users/us7R7STuzmlwhqKH481qWg</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/girls fail compilation"/>    <id>http://gdata.youtube.co
 m/feeds/api/users/us7R7STuzmlwhqKH481qWg</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Maybelline_CA">((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/IMtFtwzGyo4</id>  <published>2013-08-21T11:55:58.000Z</published>  <updated>2013-08-21T11:55:58.000Z</updated>  <title>Hannah Marie posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=IMtFtwzGyo4&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=%28%28maybelline%20%7C%20maybellines%20%7C%20mybelline%20%7C%20mybellines%20%7C%20mayballine%20%7C%20mayballines%29%20%28makeover%20%7C%20makeovers%20%7C%20%22make%20over%22%20%7C%20%22make%20overs%22%20%7C%20nail%20%7C%20nails%20%7C%20manicure%20%7C%20manicures%20%7C%20pedicure%20%7C%20pedicures%20%7C%20mani%20%7C%20pedi%20%7C%20foundation%20%7C%20mascara%20%7C%20mascaras%20%7C%20concealer%20%7C%20c&amp;orderby
 =published"/>    <title>YouTube - Keyword - Uploads - ((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</title>    <updated>2013-08-21T09-04-45Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activity:verb>  <a
 ctivity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/IMtFtwzGyo4</id>    <title type="text">Summer Must Haves - Make Up | Hann.</title>    <content type="text">'iya beauties. today I'm bringing you part two of my summer must haves! This is strictly make up related!! Don't forget to subscribe for more videos and all ...</content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=IMtFtwzGyo4&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/IMtFtwzGyo4?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="886"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" href="http://i.ytimg.com/vi/IMtFtwzGyo4/0.jpg" atommedia1:height="360" 
 atommedia1:width="480" atommedia1:duration="00:07:23"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Howto"/>  </activity:object>  <author>    <name>Hannah Marie</name>    <uri>http://www.youtube.com/user/Hannah Marie</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/Hannah Marie"/>    <id>http://gdata.youtube.com/feeds/api/users/lilstarh220</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/Hannah Marie"/>    <id>http://gdata.youtube.com/feeds/api/users/lilstarh220</id>  </activity:actor>  <gnip:matching_rules>    <gnip:
 matching_rule rel="source" tag="Maybelline_CA">((maybelline | maybellines | mybelline | mybellines | mayballine | mayballines) (makeover | makeovers | "make over" | "make overs" | nail | nails | manicure | manicures | pedicure | pedicures | mani | pedi | foundation | mascara | mascaras | concealer | c</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/t-Mnb5eZxn8</id>  <published>2013-08-21T16:01:26.000Z</published>  <updated>2013-08-21T16:01:26.000Z</updated>  <title>ontsofa posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=t-Mnb5eZxn8&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=%28Wilkinson%29%20%28rasatura%20%7C%20rasarsi%20%7C%20barba%20%7C%20%22rasoio%20power%22%20%7C%20rasoi%20%7C%20%22rasoio%20manuale%22%20%7C%20%22rasoio%20elettrico%22%20%7C%20rasoio%20%7C%20manico%20%7C%20impugnatura%20%7C%20lama%20%7C%20lame%20%7C%20lamette%20%7C%20testina%20%7C%20%22crema%20idratante%22%20%7C%20%22balsamo%20dopo%20barba%22%20%7C%20%22gel%20da%20barba%22%20%7C%20%22schiuma%20da%20barba%22%20%7C%20s&
 amp;orderby=published"/>    <title>YouTube - Keyword - Uploads - (Wilkinson) (rasatura | rasarsi | barba | "rasoio power" | rasoi | "rasoio manuale" | "rasoio elettrico" | rasoio | manico | impugnatura | lama | lame | lamette | testina | "crema idratante" | "balsamo dopo barba" | "gel da barba" | "schiuma da barba" | s</title>    <updated>2013-08-21T09-06-48Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">(Wilkinson) (rasatura | rasarsi | barba | "rasoio power" | rasoi | "rasoio manuale" | "rasoio elettrico" | rasoio | manico | impugnatura | lama | lame | lamette | testina | "crema idratante" | "balsamo dopo barba" | "gel da barba" | "schiuma da barba" | s</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activit
 y:verb>  <activity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/t-Mnb5eZxn8</id>    <title type="text">Lloyd Wilkinson - Tricks Of The Trade (Paulo Nutini Cover) - Ont' Sofa Prime Studios Sessions</title>    <content type="text">The genius that is Lloyd Wilkinson popped in for a sit ont' sofa recently and played this cracking cover of 'Tricks of the Trade' by Paulo Nutini - hope you ...</content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=t-Mnb5eZxn8&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/t-Mnb5eZxn8?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="133"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" hr
 ef="http://i.ytimg.com/vi/t-Mnb5eZxn8/0.jpg" atommedia1:height="360" atommedia1:width="480" atommedia1:duration="00:01:06.500"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Music"/>    <gnip:statistics xmlns:gnip="http://www.gnip.com/schemas/2010" favoriteCount="0" viewCount="19"/>  </activity:object>  <author>    <name>ontsofa</name>    <uri>http://www.youtube.com/user/ontsofa</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/ontsofa"/>    <id>http://gdata.youtube.com/feeds/api/users/ontsofa</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http:
 //www.youtube.com/user/ontsofa"/>    <id>http://gdata.youtube.com/feeds/api/users/ontsofa</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Wilkinson_IT">(Wilkinson) (rasatura | rasarsi | barba | "rasoio power" | rasoi | "rasoio manuale" | "rasoio elettrico" | rasoio | manico | impugnatura | lama | lame | lamette | testina | "crema idratante" | "balsamo dopo barba" | "gel da barba" | "schiuma da barba" | s</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/jNluNACoEk0</id>  <published>2013-08-21T13:35:44.000Z</published>  <updated>2013-08-21T13:38:14.000Z</updated>  <title>Girl Funny Videosx posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=jNluNACoEk0&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=fructis&amp;orderby=published"/>    <title>YouTube - Keyword - Uploads - fructis</title>    <updated>2013-08-21T09-07-02Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">fructis</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb
  xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activity:verb>  <activity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/jNluNACoEk0</id>    <title type="text">garnier fructis commercial india Pelo con Volumen Peinado Cardado</title>    <content type="text">ail Compilation June 2013 Week 1 Fail Compilation April 2013 Fail Compilation 2013 Win Compilation May 2013 Win Compilation June 2013 Win Compilation July 20...</content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=jNluNACoEk0&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/jNluNACoEk0?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="185"/>    <link x
 mlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" href="http://i.ytimg.com/vi/jNluNACoEk0/0.jpg" atommedia1:height="360" atommedia1:width="480" atommedia1:duration="00:01:32.500"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Entertainment"/>  </activity:object>  <author>    <name>Girl Funny Videosx</name>    <uri>http://www.youtube.com/user/Girl Funny Videosx</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/Girl Funny Videosx"/>    <id>http://gdata.youtube.com/feeds/api/users/dqBhZLxFPLwKbv9q9Y7BXQ</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/h
 tml" length="0" href="http://www.youtube.com/user/Girl Funny Videosx"/>    <id>http://gdata.youtube.com/feeds/api/users/dqBhZLxFPLwKbv9q9Y7BXQ</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Fructis_MX">fructis</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gnip="http://www.gnip.com/schemas/2010">  <id>http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>  <published>2013-09-06T17:11:01.000Z</published>  <updated>2013-09-06T17:11:01.000Z</updated>  <title>magazin dünyası posted a video to YouTube</title>  <category label="Video Posted" term="VideoPosted"/>  <link href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata" rel="alternate" type="text/html"/>  <source>    <link href="http://gdata.youtube.com/feeds/api/videos?q=%28Olay%20%7C%20Olays%20%7C%20%22Olay%27s%22%20%7C%20%23Olay%20%7C%20%23Olays%20%7C%20%22Professional%20Pro-X%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duo%22%20%7C%20%22Professional%20ProX%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duos%22%20%7C%20%22fresh%20effects%22%20%7C%20fresheffects%20%7C%20%22fresh%20effect%22%20%7C%20fresheffect%20%7C%20%22total%20effects%22%20%7C&amp;orderby=published" rel="self" type="a
 pplication/atom+xml"/>    <title>YouTube - Keyword - Uploads - (Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</title>    <updated>2013-09-06T13-13-32Z</updated>    <gnip:rule>(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activity:verb>  <activity:object xmlns:activity="http:/
 /activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>    <title type="text">Ebru Şancı Olay Yaratan Elbisesi Canay tv</title>    <content type="text">empty</content>    <link href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata" rel="alternate" type="text/html"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" atommedia1:duration="172" href="http://www.youtube.com/v/Hqwi278mioE?version=3&amp;f=videos&amp;app=youtube_gdata" rel="enclosure" type="application/x-shockwave-flash"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" atommedia1:duration="00:01:26" atommedia1:height="360" atommedia1:width="480" href="http://i.ytimg.com/vi/Hqwi278mioE/0.jpg" rel="preview"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Entertainment"/>  </activity:object>  <author> 
    <name>magazin dünyası</name>    <uri>http://www.youtube.com/user/magazin dünyası</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link href="http://www.youtube.com/user/magazin dünyası" length="0" rel="alternate" type="text/html"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link href="http://www.youtube.com/user/magazin dünyası" length="0" rel="alternate" type="text/html"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Olay_CA">(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair
  Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns="http://www.w3.org/2005/Atom" xmlns:gnip="http://www.gnip.com/schemas/2010">  <id>http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>  <published>2013-09-06T17:11:01.000Z</published>  <updated>2013-09-06T17:11:01.000Z</updated>  <title>magazin dünyası posted a video to YouTube</title>  <category label="Video Posted" term="VideoPosted"/>  <link href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata" rel="alternate" type="text/html"/>  <source>    <link href="http://gdata.youtube.com/feeds/api/videos?q=%28Olay%20%7C%20Olays%20%7C%20%22Olay%27s%22%20%7C%20%23Olay%20%7C%20%23Olays%20%7C%20%22Professional%20Pro-X%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duo%22%20%7C%20%22Professional%20ProX%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duos%22%20%7C%20%22fresh%20effects%22%20%7C%20fresheffects%20%7C%20%22fresh%20effect%22%20%7C%20fresheffect%20%7C%20%22total%20effects%22%20%7C&amp;orderby=published" rel="self" type="a
 pplication/atom+xml"/>    <title>YouTube - Keyword - Uploads - (Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</title>    <updated>2013-09-06T13-13-32Z</updated>    <gnip:rule>(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</activity:verb>  <activity:object xmlns:activity="http:/
 /activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>    <title type="text">Ebru Şancı Olay Yaratan Elbisesi Canay tv</title>    <content type="text">empty</content>    <link href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata" rel="alternate" type="text/html"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" atommedia1:duration="172" href="http://www.youtube.com/v/Hqwi278mioE?version=3&amp;f=videos&amp;app=youtube_gdata" rel="enclosure" type="application/x-shockwave-flash"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" atommedia1:duration="00:01:26" atommedia1:height="360" atommedia1:width="480" href="http://i.ytimg.com/vi/Hqwi278mioE/0.jpg" rel="preview"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="Entertainment"/>  </activity:object>  <author> 
    <name>magazin dünyası</name>    <uri>http://www.youtube.com/user/magazin dünyası</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link href="http://www.youtube.com/user/magazin dünyası" length="0" rel="alternate" type="text/html"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link href="http://www.youtube.com/user/magazin dünyası" length="0" rel="alternate" type="text/html"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Olay_CA">(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair
  Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>  <published>2013-09-06T17:11:01.000Z</published>  <updated>2013-09-06T17:11:01.000Z</updated>  <title>magazin d&#xFC;nyas&#x131; posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=%28Olay%20%7C%20Olays%20%7C%20%22Olay%27s%22%20%7C%20%23Olay%20%7C%20%23Olays%20%7C%20%22Professional%20Pro-X%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duo%22%20%7C%20%22Professional%20ProX%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duos%22%20%7C%20%22fresh%20effects%22%20%7C%20fresheffects%20%7C%20%22fresh%20effect%22%20%7C%20fresheffect%20%7C%20%22total%20effects%22
 %20%7C&amp;orderby=published"/>    <title>YouTube - Keyword - Uploads - (Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</title>    <updated>2013-09-06T13-13-32Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post</
 activity:verb>  <activity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/Hqwi278mioE</id>    <title type="text">Ebru &#x15E;anc&#x131; Olay Yaratan Elbisesi Canay tv</title>    <content type="text"></content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=Hqwi278mioE&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/Hqwi278mioE?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="172"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" href="http://i.ytimg.com/vi/Hqwi278mioE/0.jpg" atommedia1:height="360" atommedia1:width="480" atommedia1:duration="00:01:26"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categorie
 s.cat" term="Entertainment"/>  </activity:object>  <author>    <name>magazin d&#xFC;nyas&#x131;</name>    <uri>http://www.youtube.com/user/magazin d&#xFC;nyas&#x131;</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/magazin d&#xFC;nyas&#x131;"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/magazin d&#xFC;nyas&#x131;"/>    <id>http://gdata.youtube.com/feeds/api/users/o0xt0oPAqrzC9CVg-DLDcA</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Olay_C
 A">(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:matching_rule>  </gnip:matching_rules></entry>
-<entry xmlns:gnip="http://www.gnip.com/schemas/2010" xmlns="http://www.w3.org/2005/Atom">  <id>http://gdata.youtube.com/feeds/api/videos/s6Xsa8B4vL4</id>  <published>2013-09-06T16:01:11.000Z</published>  <updated>2013-09-06T16:01:11.000Z</updated>  <title>YDS Video Ders Say&#x131;sal posted a video to YouTube</title>  <category term="VideoPosted" label="Video Posted"/>  <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=s6Xsa8B4vL4&amp;feature=youtube_gdata"/>  <source>    <link rel="self" type="application/atom+xml" href="http://gdata.youtube.com/feeds/api/videos?q=%28Olay%20%7C%20Olays%20%7C%20%22Olay%27s%22%20%7C%20%23Olay%20%7C%20%23Olays%20%7C%20%22Professional%20Pro-X%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duo%22%20%7C%20%22Professional%20ProX%22%20%7C%20%22Smooth%20Finish%20Facial%20Hair%20Removal%20Duos%22%20%7C%20%22fresh%20effects%22%20%7C%20fresheffects%20%7C%20%22fresh%20effect%22%20%7C%20fresheffect%20%7C%20%22total%20effects%
 22%20%7C&amp;orderby=published"/>    <title>YouTube - Keyword - Uploads - (Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</title>    <updated>2013-09-06T12-23-07Z</updated>    <gnip:rule xmlns:gnip="http://www.gnip.com/schemas/2010">(Olay | Olays | "Olay's" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:rule>  </source>  <service:provider xmlns:service="http://activitystrea.ms/service-provider">    <name>YouTube</name>    <uri>http://www.youtube.com/</uri>    <icon/>  </service:provider>  <activity:verb xmlns:activity="http://activitystrea.ms/spec/1.0/">http://activitystrea.ms/schema/1.0/post
 </activity:verb>  <activity:object xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/video</activity:object-type>    <id>object:http://gdata.youtube.com/feeds/api/videos/s6Xsa8B4vL4</id>    <title type="text">Fotoelektrik Olay   2</title>    <content type="text"></content>    <link rel="alternate" type="text/html" href="http://www.youtube.com/watch?v=s6Xsa8B4vL4&amp;feature=youtube_gdata"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="enclosure" type="application/x-shockwave-flash" href="http://www.youtube.com/v/s6Xsa8B4vL4?version=3&amp;f=videos&amp;app=youtube_gdata" atommedia1:duration="857"/>    <link xmlns:atommedia1="http://purl.org/syndication/atommedia" rel="preview" href="http://i.ytimg.com/vi/s6Xsa8B4vL4/0.jpg" atommedia1:height="360" atommedia1:width="480" atommedia1:duration="00:07:08.500"/>    <category scheme="http://gdata.youtube.com/schemas/2007/categories.cat" term="People"/>  </
 activity:object>  <author>    <name>YDS Video Ders Say&#x131;sal</name>    <uri>http://www.youtube.com/user/YDS Video Ders Say&#x131;sal</uri>  </author>  <activity:author xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/YDS Video Ders Say&#x131;sal"/>    <id>http://gdata.youtube.com/feeds/api/users/7jgS9i6n8p5Qs6vUwPLuEg</id>  </activity:author>  <activity:actor xmlns:activity="http://activitystrea.ms/spec/1.0/">    <activity:object-type>http://activitystrea.ms/schema/1.0/person</activity:object-type>    <link rel="alternate" type="text/html" length="0" href="http://www.youtube.com/user/YDS Video Ders Say&#x131;sal"/>    <id>http://gdata.youtube.com/feeds/api/users/7jgS9i6n8p5Qs6vUwPLuEg</id>  </activity:actor>  <gnip:matching_rules>    <gnip:matching_rule rel="source" tag="Olay_CA">(Olay | Olays | "Olay'
 s" | #Olay | #Olays | "Professional Pro-X" | "Smooth Finish Facial Hair Removal Duo" | "Professional ProX" | "Smooth Finish Facial Hair Removal Duos" | "fresh effects" | fresheffects | "fresh effect" | fresheffect | "total effects" |</gnip:matching_rule>  </gnip:matching_rules></entry>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
index b8236c5..417c89e 100644
--- a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
@@ -77,20 +77,6 @@
         </testResources>
         <plugins>
             <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>target</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
                 <executions>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gmail/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gmail/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java b/streams-contrib/streams-provider-google/google-gmail/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
new file mode 100644
index 0000000..13fa25a
--- /dev/null
+++ b/streams-contrib/streams-provider-google/google-gmail/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
@@ -0,0 +1,67 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package com.google.gmail.test;
+
+import com.fasterxml.jackson.databind.DeserializationFeature;
+import com.fasterxml.jackson.databind.ObjectMapper;
+import org.junit.Assert;
+import org.junit.Ignore;
+import org.junit.Test;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import java.io.BufferedReader;
+import java.io.InputStream;
+import java.io.InputStreamReader;
+
+/**
+ * Tests conversion of gplus inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
+public class GMailMessageSerDeTest {
+
+    private final static Logger LOGGER = LoggerFactory.getLogger(GMailMessageSerDeTest.class);
+
+    private ObjectMapper mapper = new ObjectMapper();
+
+    @Ignore
+    @Test
+    public void Tests()
+    {
+        mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, Boolean.TRUE);
+        mapper.configure(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY, Boolean.TRUE);
+        mapper.configure(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, Boolean.TRUE);
+
+        InputStream is = GMailMessageSerDeTest.class.getResourceAsStream("/datasift_jsons.txt");
+        InputStreamReader isr = new InputStreamReader(is);
+        BufferedReader br = new BufferedReader(isr);
+
+        try {
+            while (br.ready()) {
+                String line = br.readLine();
+                LOGGER.debug(line);
+
+                // implement
+            }
+        } catch( Exception e ) {
+            e.printStackTrace();
+            Assert.fail();
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
index c6c1e01..fbf456f 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-google/google-gplus/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Apache Streams (incubating)
+# Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 gplus {
     protocol = "https"
     host = "www.googleapis.com/plus"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
deleted file mode 100644
index 83cc230..0000000
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gmail/test/GMailMessageSerDeTest.java
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package com.google.gmail.test;
-
-import com.fasterxml.jackson.databind.DeserializationFeature;
-import com.fasterxml.jackson.databind.ObjectMapper;
-import org.junit.Assert;
-import org.junit.Ignore;
-import org.junit.Test;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-import java.io.BufferedReader;
-import java.io.InputStream;
-import java.io.InputStreamReader;
-
-/**
- * Created with IntelliJ IDEA.
- * User: sblackmon
- * Date: 8/20/13
- * Time: 5:57 PM
- * To change this template use File | Settings | File Templates.
- */
-@Ignore
-public class GMailMessageSerDeTest {
-
-    private final static Logger LOGGER = LoggerFactory.getLogger(GMailMessageSerDeTest.class);
-
-    private ObjectMapper mapper = new ObjectMapper();
-
-    @Ignore
-    @Test
-    public void Tests()
-    {
-        mapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES, Boolean.TRUE);
-        mapper.configure(DeserializationFeature.ACCEPT_SINGLE_VALUE_AS_ARRAY, Boolean.TRUE);
-        mapper.configure(DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT, Boolean.TRUE);
-
-        InputStream is = GMailMessageSerDeTest.class.getResourceAsStream("/datasift_jsons.txt");
-        InputStreamReader isr = new InputStreamReader(is);
-        BufferedReader br = new BufferedReader(isr);
-
-        try {
-            while (br.ready()) {
-                String line = br.readLine();
-                LOGGER.debug(line);
-
-                // implement
-            }
-        } catch( Exception e ) {
-            e.printStackTrace();
-            Assert.fail();
-        }
-    }
-}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusCommentSerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusCommentSerDeTest.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusCommentSerDeTest.java
index ae2f918..cd332b4 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusCommentSerDeTest.java
+++ b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusCommentSerDeTest.java
@@ -43,6 +43,10 @@ import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.assertNull;
 
+/**
+ * Tests conversion of gplus inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
 public class GooglePlusCommentSerDeTest {
     private final static Logger LOGGER = LoggerFactory.getLogger(GooglePlusCommentSerDeTest.class);
     private ObjectMapper objectMapper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusPersonSerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusPersonSerDeTest.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusPersonSerDeTest.java
index 103d16d..951f5cb 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusPersonSerDeTest.java
+++ b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/GooglePlusPersonSerDeTest.java
@@ -30,6 +30,7 @@ import org.apache.streams.pojo.json.Activity;
 import org.apache.streams.pojo.json.Actor;
 import org.apache.streams.pojo.json.Provider;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -41,6 +42,10 @@ import java.io.InputStreamReader;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
+/**
+ * Tests conversion of gplus inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
 public class GooglePlusPersonSerDeTest {
     private final static Logger LOGGER = LoggerFactory.getLogger(GooglePlusPersonSerDeTest.class);
     private ObjectMapper objectMapper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusActivitySerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusActivitySerDeTest.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusActivitySerDeTest.java
index 6aeeb99..d692241 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusActivitySerDeTest.java
+++ b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusActivitySerDeTest.java
@@ -29,6 +29,7 @@ import org.apache.streams.pojo.json.Activity;
 import org.apache.streams.pojo.json.Actor;
 import org.apache.streams.pojo.json.Provider;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -41,6 +42,10 @@ import java.util.Map;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
+/**
+ * Tests conversion of gplus inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
 public class GooglePlusActivitySerDeTest {
     private final static Logger LOGGER = LoggerFactory.getLogger(GooglePlusActivitySerDeTest.class);
     private ObjectMapper objectMapper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusTypeConverterTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusTypeConverterTest.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusTypeConverterTest.java
index c219ff5..59bb6bf 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusTypeConverterTest.java
+++ b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/processor/GooglePlusTypeConverterTest.java
@@ -31,6 +31,7 @@ import org.apache.streams.exceptions.ActivitySerializerException;
 import org.apache.streams.jackson.StreamsJacksonMapper;
 import org.apache.streams.pojo.json.Activity;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -44,6 +45,10 @@ import java.util.List;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 
+/**
+ * Tests conversion of gplus inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
 public class GooglePlusTypeConverterTest {
     private final static Logger LOGGER = LoggerFactory.getLogger(GooglePlusTypeConverterTest.class);
     private GooglePlusTypeConverter googlePlusTypeConverter;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/provider/TestGPlusUserActivityCollector.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/provider/TestGPlusUserActivityCollector.java b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/provider/TestGPlusUserActivityCollector.java
index 3afaec4..677b22f 100644
--- a/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/provider/TestGPlusUserActivityCollector.java
+++ b/streams-contrib/streams-provider-google/google-gplus/src/test/java/com/google/gplus/provider/TestGPlusUserActivityCollector.java
@@ -56,7 +56,7 @@ import static org.mockito.Mockito.when;
 public class TestGPlusUserActivityCollector extends RandomizedTest {
 
 
-    private static final String ACTIVITY_TEMPLATE = "{ \"kind\": \"plus#activity\", \"etag\": \"\\\"Vea_b94Y77GDGgRK7gFNPnolKQw/v1-6aVSBGT4qiStMoz7f2_AN2fM\\\"\", \"title\": \"\", \"published\": \"%s\", \"updated\": \"2014-10-27T06:26:33.927Z\", \"id\": \"z13twrlznpvtzz52w22mdt1y0k3of1djw04\", \"url\": \"https://plus.google.com/116771159471120611293/posts/GR7CGR8N5VL\", \"actor\": { \"id\": \"116771159471120611293\", \"displayName\": \"Matt Neithercott\", \"url\": \"https://plus.google.com/116771159471120611293\", \"image\": { \"url\": \"https://lh6.googleusercontent.com/-C0fiZBxdvw0/AAAAAAAAAAI/AAAAAAAAJ5k/K4pgR3_-_ms/photo.jpg?sz=50\" } }, \"verb\": \"share\", \"object\": { \"objectType\": \"activity\", \"id\": \"z13zgvtiurjgfti1v234iflghvq2c1dge04\", \"actor\": { \"id\": \"104954254300557350002\", \"displayName\": \"Adam Balm\", \"url\": \"https://plus.google.com/104954254300557350002\", \"image\": { \"url\": \"https://lh4.googleusercontent.com/-SO1scj4p2LA/AAAAAAAAAAI/AAAAAAAAI-
 s/efA9LBVe144/photo.jpg?sz=50\" } }, \"content\": \"\", \"url\": \"https://plus.google.com/104954254300557350002/posts/AwewXhtn7ws\", \"replies\": { \"totalItems\": 0, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/comments\" }, \"plusoners\": { \"totalItems\": 9, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/people/plusoners\" }, \"resharers\": { \"totalItems\": 0, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/people/resharers\" }, \"attachments\": [ { \"objectType\": \"photo\", \"id\": \"104954254300557350002.6074732746360957410\", \"content\": \"26/10/2014 - 1\", \"url\": \"https://plus.google.com/photos/104954254300557350002/albums/6074732747132702225/6074732746360957410\", \"image\": { \"url\": \"https://lh4.googleusercontent.com/-oO3fnARlDm0/VE3JP1xHKeI/AAAAAAAAeCY/-X2jzc6HruA/w506-h750/2014%2B-%2B1\", \"type\": 
 \"image/jpeg\" }, \"fullImage\": { \"url\": \"https://lh4.googleusercontent.com/-oO3fnARlDm0/VE3JP1xHKeI/AAAAAAAAeCY/-X2jzc6HruA/w600-h1141/2014%2B-%2B1\", \"type\": \"image/jpeg\", \"height\": 1141, \"width\": 600 } } ] }, \"annotation\": \"Truth 😜\", \"provider\": { \"title\": \"Reshared Post\" }, \"access\": { \"kind\": \"plus#acl\", \"description\": \"Public\", \"items\": [ { \"type\": \"public\" } ] } }";
+    private static final String ACTIVITY_TEMPLATE = "{ \"kind\": \"plus#activity\", \"etag\": \"\\\"Vea_b94Y77GDGgRK7gFNPnolKQw/v1-6aVSBGT4qiStMoz7f2_AN2fM\\\"\", \"title\": \"\", \"published\": \"%s\", \"updated\": \"2014-10-27T06:26:33.927Z\", \"id\": \"z13twrlznpvtzz52w22mdt1y0k3of1djw04\", \"url\": \"https://plus.google.com/116771159471120611293/posts/GR7CGR8N5VL\", \"actor\": { \"id\": \"116771159471120611293\", \"displayName\": \"displayName\", \"url\": \"https://plus.google.com/116771159471120611293\", \"image\": { \"url\": \"https://lh6.googleusercontent.com/-C0fiZBxdvw0/AAAAAAAAAAI/AAAAAAAAJ5k/K4pgR3_-_ms/photo.jpg?sz=50\" } }, \"verb\": \"share\", \"object\": { \"objectType\": \"activity\", \"id\": \"z13zgvtiurjgfti1v234iflghvq2c1dge04\", \"actor\": { \"id\": \"104954254300557350002\", \"displayName\": \"displayName\", \"url\": \"https://plus.google.com/104954254300557350002\", \"image\": { \"url\": \"https://lh4.googleusercontent.com/-SO1scj4p2LA/AAAAAAAAAAI/AAAAAAAAI-s/e
 fA9LBVe144/photo.jpg?sz=50\" } }, \"content\": \"\", \"url\": \"https://plus.google.com/104954254300557350002/posts/AwewXhtn7ws\", \"replies\": { \"totalItems\": 0, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/comments\" }, \"plusoners\": { \"totalItems\": 9, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/people/plusoners\" }, \"resharers\": { \"totalItems\": 0, \"selfLink\": \"https://content.googleapis.com/plus/v1/activities/z13twrlznpvtzz52w22mdt1y0k3of1djw04/people/resharers\" }, \"attachments\": [ { \"objectType\": \"photo\", \"id\": \"104954254300557350002.6074732746360957410\", \"content\": \"26/10/2014 - 1\", \"url\": \"https://plus.google.com/photos/104954254300557350002/albums/6074732747132702225/6074732746360957410\", \"image\": { \"url\": \"https://lh4.googleusercontent.com/-oO3fnARlDm0/VE3JP1xHKeI/AAAAAAAAeCY/-X2jzc6HruA/w506-h750/2014%2B-%2B1\", \"type\": \"i
 mage/jpeg\" }, \"fullImage\": { \"url\": \"https://lh4.googleusercontent.com/-oO3fnARlDm0/VE3JP1xHKeI/AAAAAAAAeCY/-X2jzc6HruA/w600-h1141/2014%2B-%2B1\", \"type\": \"image/jpeg\", \"height\": 1141, \"width\": 600 } } ] }, \"annotation\": \"Truth 😜\", \"provider\": { \"title\": \"Reshared Post\" }, \"access\": { \"kind\": \"plus#acl\", \"description\": \"Public\", \"items\": [ { \"type\": \"public\" } ] } }";
     private static final ObjectMapper MAPPER = StreamsJacksonMapper.getInstance();
     private static final String IN_RANGE_IDENTIFIER = "data in range";
 

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
index 9a01bf6..2e1f4b2 100644
--- a/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
+++ b/streams-contrib/streams-provider-instagram/src/main/resources/reference.conf
@@ -1,3 +1,5 @@
+# Apache Streams (incubating)
+# Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
 instagram {
     version = "v1"
     endpoint = "sample"

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-instagram/src/test/java/org/apache/streams/twitter/test/InstagramActivitySerDeTest.java
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/src/test/java/org/apache/streams/twitter/test/InstagramActivitySerDeTest.java b/streams-contrib/streams-provider-instagram/src/test/java/org/apache/streams/twitter/test/InstagramActivitySerDeTest.java
index df468fa..cc3a560 100644
--- a/streams-contrib/streams-provider-instagram/src/test/java/org/apache/streams/twitter/test/InstagramActivitySerDeTest.java
+++ b/streams-contrib/streams-provider-instagram/src/test/java/org/apache/streams/twitter/test/InstagramActivitySerDeTest.java
@@ -24,6 +24,7 @@ import org.apache.streams.pojo.json.Activity;
 import org.jinstagram.entity.users.basicinfo.UserInfoData;
 import org.jinstagram.entity.users.feed.MediaFeedData;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -37,6 +38,10 @@ import static org.apache.streams.instagram.serializer.util.InstagramActivityUtil
 import static org.hamcrest.CoreMatchers.*;
 import static org.junit.Assert.assertThat;
 
+/**
+ * Tests conversion of instagram inputs to Activity
+ */
+@Ignore("ignore until test resources are available.")
 public class InstagramActivitySerDeTest {
 
     private final static Logger LOGGER = LoggerFactory.getLogger(InstagramActivitySerDeTest.class);

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-instagram/src/test/resources/testMediaFeedObjects.txt
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/src/test/resources/testMediaFeedObjects.txt b/streams-contrib/streams-provider-instagram/src/test/resources/testMediaFeedObjects.txt
deleted file mode 100644
index b62e599..0000000
--- a/streams-contrib/streams-provider-instagram/src/test/resources/testMediaFeedObjects.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-{ "attribution":null, "tags":[ ], "type":"image", "location":null, "comments":{ "count":0, "data":[ ] }, "filter":"X-Pro II", "created_time":"1404162054", "link":"http://instagram.com/p/p4ez__syJi/", "likes":{ "count":0, "data":[ ] }, "images":{ "low_resolution":{ "url":"http://scontent-a.cdninstagram.com/hphotos-xpa1/t51.2885-15/10518155_283164271863608_1534480525_a.jpg", "width":306, "height":306 }, "thumbnail":{ "url":"http://scontent-a.cdninstagram.com/hphotos-xpa1/t51.2885-15/10518155_283164271863608_1534480525_s.jpg", "width":150, "height":150 }, "standard_resolution":{ "url":"http://scontent-a.cdninstagram.com/hphotos-xpa1/t51.2885-15/10518155_283164271863608_1534480525_n.jpg", "width":640, "height":640 } }, "users_in_photo":[ ], "caption":{ "created_time":"1404162054", "text":"Testing streams", "from":{ "username":"ktsafford", "profile_picture":"http://images.ak.instagram.com/profiles/anonymousUser.jpg", "id":"1412068271", "full_name":"ktsafford" }, "id":"754488452958068751"
  }, "user_has_liked":false, "id":"754488452387644002_1412068271", "user":{ "username":"ktsafford", "website":"", "profile_picture":"http://images.ak.instagram.com/profiles/anonymousUser.jpg", "full_name":"ktsafford", "bio":"", "id":"1412068271" } }
-{ "type":"image", "users_in_photo":[ { "user":{ "username":"kevin", "full_name":"Kevin S", "id":"3", "profile_picture":"..." }, "position":{ "x":0.315, "y":0.9111 } } ], "filter":"Walden", "tags":[ ], "comments":{ "data":[ { "created_time":"1279332030", "text":"Love the sign here", "from":{ "username":"mikeyk", "full_name":"Mikey Krieger", "id":"4", "profile_picture":"http://distillery.s3.amazonaws.com/profiles/profile_1242695_75sq_1293915800.jpg" }, "id":"8" }, { "created_time":"1279341004", "text":"Chilako taco", "from":{ "username":"kevin", "full_name":"Kevin S", "id":"3", "profile_picture":"..." }, "id":"3" } ], "count":2 }, "caption":null, "likes":{ "count":1, "data":[ { "username":"mikeyk", "full_name":"Mikeyk", "id":"4", "profile_picture":"..." } ] }, "link":"http://instagr.am/p/D/", "user":{ "username":"kevin", "full_name":"Kevin S", "profile_picture":"...", "bio":"...", "website":"...", "id":"3" }, "created_time":"1279340983", "images":{ "low_resolution":{ "url":"http://dis
 tillery.s3.amazonaws.com/media/2010/07/16/4de37e03aa4b4372843a7eb33fa41cad_6.jpg", "width":306, "height":306 }, "thumbnail":{ "url":"http://distillery.s3.amazonaws.com/media/2010/07/16/4de37e03aa4b4372843a7eb33fa41cad_5.jpg", "width":150, "height":150 }, "standard_resolution":{ "url":"http://distillery.s3.amazonaws.com/media/2010/07/16/4de37e03aa4b4372843a7eb33fa41cad_7.jpg", "width":612, "height":612 } }, "id":"3", "location":null }

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/434848fa/streams-contrib/streams-provider-instagram/src/test/resources/testUserInfoData.txt
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/src/test/resources/testUserInfoData.txt b/streams-contrib/streams-provider-instagram/src/test/resources/testUserInfoData.txt
deleted file mode 100644
index 679de91..0000000
--- a/streams-contrib/streams-provider-instagram/src/test/resources/testUserInfoData.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-{"bio":"This is the official Instagram account for Speaker John Boehner, a regular guy with a big job.","counts":{"follows":72,"follwed_by":4844,"media":129},"first_name":null,"id":249235106,"last_name":null,"profile_picture":"http://images.ak.instagram.com/profiles/profile_249235106_75sq_1388678585.jpg","username":"speakerboehner","full_name":"Speaker John Boehner","website":"http://speaker.gov"}
-{"bio":"","counts":{"follows":37,"follwed_by":3083,"media":70},"first_name":null,"id":44979810,"last_name":null,"profile_picture":"http://images.ak.instagram.com/profiles/profile_44979810_75sq_1335477964.jpg","username":"senjohnmccain","full_name":"John McCain","website":"http://mccain.senate.gov"}
\ No newline at end of file