[29/29] incubator-streams git commit: Merge branch 'STREAMS-255' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge branch 'STREAMS-255' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: f829faeee3ab9f65bfd330b14cb8ea46ce1d89a8
Parents: 1f56c55 c750034
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 15:11:05 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 15:11:05 2014 -0600

--
 pom.xml | 6 --
 1 file changed, 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/f829faee/pom.xml
--



[14/29] incubator-streams git commit: Merge remote-tracking branch 'apache/STREAMS-245' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge remote-tracking branch 'apache/STREAMS-245' into 0.1-rc1

Conflicts:
pom.xml


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

Branch: refs/heads/0.1-rc1
Commit: 510d6e49a56dfb90091176210a9d3b6e235f0361
Parents: 7f69bd4 ba9b20b
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 08:23:32 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 08:23:32 2014 -0600

--
 pom.xml   | 147 +
 poms/wrappers/pom.xml |   3 -
 2 files changed, 135 insertions(+), 15 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/510d6e49/pom.xml
--
diff --cc pom.xml
index 265a3e3,9c75df6..2c65c66
--- a/pom.xml
+++ b/pom.xml
@@@ -58,10 -140,47 +140,48 @@@
  /repository
  /repositories
  
+ distributionManagement
+ repository
+ idstreams.releases/id
+ nameStreams Releases/name
+ url${release.repository.url}/url
+ /repository
+ !-- Snapshots (not-releases) are published to this repository --
+ snapshotRepository
+ idstreams.snapshots/id
+ nameStreams Snapshots/name
+ url${snapshot.repository.url}/url
+ /snapshotRepository
+ site
+ idapache.website/id
+ 
urlscm:svn:https://svn.apache.org/repos/infra/websites/production/streams/content/site//url
+ /site
+ /distributionManagement
+ 
  properties
+ 
+ !-- Build Properties --
  project.build.sourceEncodingUTF-8/project.build.sourceEncoding
 +
project.reporting.outputEncodingUTF-8/project.reporting.outputEncoding
  java.version1.7/java.version
+ 
+ !-- Release Properties --
+ snapshot.repository.url
+ https://repository.apache.org/content/repositories/snapshots
+ /snapshot.repository.url
+ release.repository.url
+ https://repository.apache.org/service/local/staging/deploy/maven2
+ /release.repository.url
+ 
+ !-- Plugin and Plugin Dependency Versions --
+ compiler.plugin.version3.0/compiler.plugin.version
+ failsafe.plugin.version2.17/failsafe.plugin.version
+ surefire.plugin.version2.17/surefire.plugin.version
+ war.plugin.version2.5/war.plugin.version
+ site.plugin.version3.4/site.plugin.version
+ maven.enforcer.plugin.version1.3.1/maven.enforcer.plugin.version
+ 
+ !-- Library Dependency Versions --
  org.osgi.service.http.port8080/org.osgi.service.http.port
  
org.osgi.service.http.port.secure8443/org.osgi.service.http.port.secure
  jackson.version2.3.2/jackson.version



[18/29] incubator-streams git commit: also exclude rat.txt

2014-12-16 Thread sblackmon
also exclude rat.txt


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

Branch: refs/heads/0.1-rc1
Commit: 68889430aaa3d656b7d8a6dba610fcc834ccabb2
Parents: 4e38297
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 08:41:11 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 08:41:11 2014 -0600

--
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/68889430/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8b094b0..0f75626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,6 +543,7 @@
 exclude**/*.properties/exclude
 exclude**/*.iml/exclude
 exclude**/*.ini/exclude
+exclude**/rat.txt/exclude
 /excludes
 /configuration
 /plugin



[25/29] incubator-streams git commit: Merge branch 'STREAMS-254' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge branch 'STREAMS-254' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: 9d2025ba8e90bf3e4daa2c0ea2050380068682f7
Parents: 254130a e2b8273
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 09:20:31 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 09:20:31 2014 -0600

--
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/9d2025ba/pom.xml
--



[08/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/activity.json
--
diff --git 
a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/activity.json 
b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/activity.json
index a68ce00..4f7ad28 100644
--- 
a/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/activity.json
+++ 
b/streams-pojo/src/main/jsonschema/org/apache/streams/pojo/json/activity.json
@@ -1,90 +1,107 @@
 {
-  type : object,
-  title : activity,
-  javaType: org.apache.streams.pojo.json.Activity,
-  javaInterfaces: [java.io.Serializable],
-  description : An activity construct recounts what an actor did to an 
object in the past. If there is no actor it simply describes the change.,
-  additionalProperties: true,
-  properties: {
-id :{
-  type : string,
-  description : Uniquely identifies each activity within the service,
-  required : true
+$schema: http://json-schema.org/draft-03/schema;,
+$license: [
+
http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0;,
+http://www.apache.org/licenses/LICENSE-2.0;
+],
+id: #,
+type: object,
+title: activity,
+javaType: org.apache.streams.pojo.json.Activity,
+javaInterfaces: [java.io.Serializable],
+description: An activity construct recounts what an actor did to an 
object in the past. If there is no actor it simply describes the change.,
+additionalProperties: true,
+properties: {
+id: {
+type: string,
+description: Uniquely identifies each activity within the 
service,
+required: true
+},
+actor: {
+type: object,
+required: true,
+description: Describes the entity that performed the activity. 
An activity MUST contain one actor property whose value is a single Object.,
+extends: {
+$ref: ./object.json
+}
+},
+verb: {
+title: verb,
+type: string,
+default: post,
+required: true,
+description: Identifies the action that the activity describes. 
An activity MUST contain a verb property whose value is a JSON String that is 
non-empty and matches either the \isegment-nz-nc\ or the \IRI\ production 
in [RFC3987]. Note that the use of a relative reference other than a simple 
name is not allowed.
+},
+object: {
+type: object,
+required: true,
+description: Describes the primary object of the activity. For 
instance, in the activity, \John saved a movie to his wishlist\, the object 
of the activity is \movie\. An activity SHOULD contain an object property 
whose value is a single Object. If the object property is not contained, the 
primary object of the activity MAY be implied by context.,
+$ref: ./object.json
+},
+target: {
+type: object,
+description: Describes the target of the activity. The precise 
meaning of the activity's target is dependent on the activities verb, but will 
often be the object the English preposition \to\. For instance, in the 
activity, \John saved a movie to his wishlist\, the target of the activity is 
\wishlist\. The activity target MUST NOT be used to identity an indirect 
object that is not a target of the activity. An activity MAY contain a target 
property whose value is a single Object.,
+$ref: ./object.json
+},
+published: {
+type: string,
+description: The date and time at which the activity occurred. 
It is important to note that this is not necessarily the same as the time at 
which the activity was published. An activity MUST contain a postedTime 
property.,
+format: date-time
+},
+updated: {
+type: string,
+description: The date and time at which a previously published 
activity has been modified. An Activity MAY contain an updatedTime property,
+format: date-time
+},
+generator: {
+type: object,
+description: Describes the application that generated the 
activity. An activity MAY contain a generator property whose value is a single 
Object.,
+extends: {
+$ref: ./object.json
+}
+},
+icon: {
+type: object,
+properties: {
+$ref: ./media_link.json#properties
+},
+description: An IRI[RFC3987] identifying an image resource 
provides a visual representation of the activity, intended for human 
consumption. The image SHOULD have an aspect ratio of one (horizontal) to one 
(vertical) and SHOULD be suitable for presentation at a small size. An activity 
MAY have an icon 

[07/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-pojo/src/test/java/org/apache/streams/data/data/util/CustomDateTimeFormatTest.java
--
diff --git 
a/streams-pojo/src/test/java/org/apache/streams/data/data/util/CustomDateTimeFormatTest.java
 
b/streams-pojo/src/test/java/org/apache/streams/data/data/util/CustomDateTimeFormatTest.java
index dbff9d4..0163db5 100644
--- 
a/streams-pojo/src/test/java/org/apache/streams/data/data/util/CustomDateTimeFormatTest.java
+++ 
b/streams-pojo/src/test/java/org/apache/streams/data/data/util/CustomDateTimeFormatTest.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.streams.data.data.util;
 
 import com.fasterxml.jackson.databind.ObjectMapper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-pojo/src/test/java/org/apache/streams/data/data/util/RFC3339UtilsTest.java
--
diff --git 
a/streams-pojo/src/test/java/org/apache/streams/data/data/util/RFC3339UtilsTest.java
 
b/streams-pojo/src/test/java/org/apache/streams/data/data/util/RFC3339UtilsTest.java
index fc61ad4..5d1a922 100644
--- 
a/streams-pojo/src/test/java/org/apache/streams/data/data/util/RFC3339UtilsTest.java
+++ 
b/streams-pojo/src/test/java/org/apache/streams/data/data/util/RFC3339UtilsTest.java
@@ -15,8 +15,8 @@
 * specific language governing permissions and limitations
 * under the License.
 */
-package org.apache.streams.data.data.util;
 
+package org.apache.streams.data.data.util;
 
 import org.apache.streams.data.util.RFC3339Utils;
 import org.joda.time.DateTime;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.java
--
diff --git 
a/streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.java
 
b/streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.java
index ea65ac2..c9cfec4 100644
--- 
a/streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.java
+++ 
b/streams-runtimes/streams-runtime-local/src/main/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandleThrowableThreadPoolExecutor.java
@@ -15,6 +15,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
+
 package org.apache.streams.local.executors;
 
 import org.apache.streams.local.builders.LocalStreamBuilder;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-runtimes/streams-runtime-local/src/main/jsonschema/LocalRuntimeConfiguration.json
--
diff --git 
a/streams-runtimes/streams-runtime-local/src/main/jsonschema/LocalRuntimeConfiguration.json
 
b/streams-runtimes/streams-runtime-local/src/main/jsonschema/LocalRuntimeConfiguration.json
index 3432318..c7f79a0 100644
--- 
a/streams-runtimes/streams-runtime-local/src/main/jsonschema/LocalRuntimeConfiguration.json
+++ 
b/streams-runtimes/streams-runtime-local/src/main/jsonschema/LocalRuntimeConfiguration.json
@@ -1,7 +1,10 @@
 {
-type: object,
 $schema: http://json-schema.org/draft-03/schema;,
+$license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+],
 id: #,
+type: object,
 javaType : org.apache.streams.local.LocalRuntimeConfiguration,
 javaInterfaces: [java.io.Serializable],
 properties: {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-runtimes/streams-runtime-local/src/test/java/org/apache/streams/local/executors/ShutdownStreamOnUnhandledThrowableThreadPoolExecutorTest.java
--
diff --git 

[17/29] incubator-streams git commit: Merge remote-tracking branch 'steveblackmon/STREAMS-249' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge remote-tracking branch 'steveblackmon/STREAMS-249' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: 6cf35d5927dd7c51b70a47dc709a8e7757940a0b
Parents: 79d9871 48a16b9
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 08:24:11 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 08:24:11 2014 -0600

--
 pom.xml | 73 
 1 file changed, 73 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/6cf35d59/pom.xml
--



[20/29] incubator-streams git commit: also ignore dependency-reduced-pom.xml

2014-12-16 Thread sblackmon
also ignore dependency-reduced-pom.xml


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

Branch: refs/heads/0.1-rc1
Commit: 85a3d6e6fd1b809dcbc325eaf5fcf402e84a6a3b
Parents: 6888943
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 09:01:19 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 09:01:19 2014 -0600

--
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/85a3d6e6/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 0f75626..ab2c16a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,8 @@
 exclude**/*.properties/exclude
 exclude**/*.iml/exclude
 exclude**/*.ini/exclude
-exclude**/rat.txt/exclude
+excludedependency-reduced-pom.xml/exclude
+excluderat.txt/exclude
 /excludes
 /configuration
 /plugin



[26/29] incubator-streams git commit: use ${project.version} not 0.1-SNAPSHOT when importing dependencies

2014-12-16 Thread sblackmon
use ${project.version} not 0.1-SNAPSHOT when importing dependencies


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

Branch: refs/heads/0.1-rc1
Commit: b1eadecb521e8b7511aac4fb5c6d4230dc5b2c87
Parents: 50a41cf
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 14:53:49 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 14:53:49 2014 -0600

--
 streams-contrib/streams-persist-console/pom.xml  | 4 ++--
 streams-contrib/streams-processor-lucene/pom.xml | 1 -
 streams-contrib/streams-processor-tika/pom.xml   | 1 -
 .../streams-provider-gnip/gnip-edc-facebook/pom.xml  | 2 +-
 streams-osgi-components/activity-consumer/pom.xml| 2 +-
 streams-runtimes/streams-runtime-pig/pom.xml | 8 
 streams-runtimes/streams-runtime-storm/pom.xml   | 6 +++---
 7 files changed, 11 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-persist-console/pom.xml
--
diff --git a/streams-contrib/streams-persist-console/pom.xml 
b/streams-contrib/streams-persist-console/pom.xml
index f618832..349ba00 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -18,12 +18,12 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-pojo/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdcom.google.guava/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-lucene/pom.xml
--
diff --git a/streams-contrib/streams-processor-lucene/pom.xml 
b/streams-contrib/streams-processor-lucene/pom.xml
index 896744a..6bca713 100644
--- a/streams-contrib/streams-processor-lucene/pom.xml
+++ b/streams-contrib/streams-processor-lucene/pom.xml
@@ -5,7 +5,6 @@
 
 modelVersion4.0.0/modelVersion
 artifactIdstreams-processor-lucene/artifactId
-version0.1-SNAPSHOT/version
 
 parent
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-tika/pom.xml
--
diff --git a/streams-contrib/streams-processor-tika/pom.xml 
b/streams-contrib/streams-processor-tika/pom.xml
index 81026a3..29ea129 100644
--- a/streams-contrib/streams-processor-tika/pom.xml
+++ b/streams-contrib/streams-processor-tika/pom.xml
@@ -5,7 +5,6 @@
 
 modelVersion4.0.0/modelVersion
 artifactIdstreams-processor-tika/artifactId
-version0.1-SNAPSHOT/version
 
 parent
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
--
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
index 9e6efca..8563504 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
@@ -51,7 +51,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-provider-facebook/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-osgi-components/activity-consumer/pom.xml
--
diff --git a/streams-osgi-components/activity-consumer/pom.xml 
b/streams-osgi-components/activity-consumer/pom.xml
index f4964d5..4b8f15d 100644
--- a/streams-osgi-components/activity-consumer/pom.xml
+++ b/streams-osgi-components/activity-consumer/pom.xml
@@ -142,7 +142,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 

[06/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/js/handlebars.js
--
diff --git a/streams-web/src/main/webapp/demo/js/handlebars.js 
b/streams-web/src/main/webapp/demo/js/handlebars.js
deleted file mode 100644
index 560c34c..000
--- a/streams-web/src/main/webapp/demo/js/handlebars.js
+++ /dev/null
@@ -1,2278 +0,0 @@
-/*
-
- Copyright (C) 2011 by Yehuda Katz
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the Software), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
- */
-
-// lib/handlebars/browser-prefix.js
-var Handlebars = {};
-
-(function(Handlebars, undefined) {
-;
-// lib/handlebars/base.js
-
-Handlebars.VERSION = 1.0.0;
-Handlebars.COMPILER_REVISION = 4;
-
-Handlebars.REVISION_CHANGES = {
-1: '= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it
-2: '== 1.0.0-rc.3',
-3: '== 1.0.0-rc.4',
-4: '= 1.0.0'
-};
-
-Handlebars.helpers  = {};
-Handlebars.partials = {};
-
-var toString = Object.prototype.toString,
-functionType = '[object Function]',
-objectType = '[object Object]';
-
-Handlebars.registerHelper = function(name, fn, inverse) {
-if (toString.call(name) === objectType) {
-if (inverse || fn) { throw new Handlebars.Exception('Arg not 
supported with multiple helpers'); }
-Handlebars.Utils.extend(this.helpers, name);
-} else {
-if (inverse) { fn.not = inverse; }
-this.helpers[name] = fn;
-}
-};
-
-Handlebars.registerPartial = function(name, str) {
-if (toString.call(name) === objectType) {
-Handlebars.Utils.extend(this.partials,  name);
-} else {
-this.partials[name] = str;
-}
-};
-
-Handlebars.registerHelper('helperMissing', function(arg) {
-if(arguments.length === 2) {
-return undefined;
-} else {
-throw new Error(Missing helper: ' + arg + ');
-}
-});
-
-Handlebars.registerHelper('blockHelperMissing', function(context, options) 
{
-var inverse = options.inverse || function() {}, fn = options.fn;
-
-var type = toString.call(context);
-
-if(type === functionType) { context = context.call(this); }
-
-if(context === true) {
-return fn(this);
-} else if(context === false || context == null) {
-return inverse(this);
-} else if(type === [object Array]) {
-if(context.length  0) {
-return Handlebars.helpers.each(context, options);
-} else {
-return inverse(this);
-}
-} else {
-return fn(context);
-}
-});
-
-Handlebars.K = function() {};
-
-Handlebars.createFrame = Object.create || function(object) {
-Handlebars.K.prototype = object;
-var obj = new Handlebars.K();
-Handlebars.K.prototype = null;
-return obj;
-};
-
-Handlebars.logger = {
-DEBUG: 0, INFO: 1, WARN: 2, ERROR: 3, level: 3,
-
-methodMap: {0: 'debug', 1: 'info', 2: 'warn', 3: 'error'},
-
-// can be overridden in the host environment
-log: function(level, obj) {
-if (Handlebars.logger.level = level) {
-var method = Handlebars.logger.methodMap[level];
-if (typeof console !== 'undefined'  console[method]) {
-console[method].call(console, obj);
-}
-}
-}
-};
-
-Handlebars.log = function(level, obj) { Handlebars.logger.log(level, obj); 
};
-
-Handlebars.registerHelper('each', function(context, options) {
-var fn = options.fn, inverse = options.inverse;
-var i = 0, ret = , data;
-
-var type = toString.call(context);
-if(type === functionType) { context = context.call(this); }
-
-if (options.data) {
-data = 

[22/29] incubator-streams git commit: needs license

2014-12-16 Thread sblackmon
needs license


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

Branch: refs/heads/0.1-rc1
Commit: 5fe3438a40d7b07ba01cfb229bd0db10d0d11dff
Parents: 9d6df12
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 09:14:28 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 09:14:28 2014 -0600

--
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/5fe3438a/CHANGELOG.md
--
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecb71a8..9151f06 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+Apache Streams (incubating)
+Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0
+
 
 ## 0.1
  



[21/29] incubator-streams git commit: Merge branch 'STREAMS-254' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge branch 'STREAMS-254' into 0.1-rc1

Conflicts:
pom.xml


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

Branch: refs/heads/0.1-rc1
Commit: 99d01237eddd5e2975035dc8f86e95e39e0f5a13
Parents: 560d82e 85a3d6e
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 09:02:42 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 09:02:42 2014 -0600

--
 pom.xml |   32 +
 .../streams/converter/TypeConverterUtil.java|   18 +
 ...ActivityConverterProcessorConfiguration.json |5 +-
 .../components/http/HttpConfiguration.json  |5 +-
 .../http/HttpProcessorConfiguration.json|5 +-
 .../http/HttpProviderConfiguration.json |5 +-
 .../main/jsonschema/ComponentConfiguration.json |5 +-
 .../main/jsonschema/StreamsConfiguration.json   |5 +-
 .../org/apache/streams/s3/S3Configuration.json  |5 +-
 .../streams/s3/S3ReaderConfiguration.json   |5 +-
 .../streams/s3/S3WriterConfiguration.json   |5 +-
 .../apache/streams/s3/S3PersistWriterTest.java  |   18 +
 streams-contrib/streams-persist-console/pom.xml |   17 +
 .../streams-persist-elasticsearch/pom.xml   |   17 +
 .../ElasticsearchMetadataUtil.java  |   18 +
 .../ElasticsearchConfiguration.json |5 +-
 .../ElasticsearchReaderConfiguration.json   |5 +-
 .../ElasticsearchWriterConfiguration.json   |5 +-
 .../test/TestDatumFromMetadataProcessor.java|   18 +
 .../test/TestDocumentToMetadataProcessor.java   |   18 +
 .../test/TestElasticsearchPersistWriter.java|   18 +
 streams-contrib/streams-persist-hbase/pom.xml   |   17 +
 .../streams/hbase/HbaseConfiguration.json   |5 +-
 streams-contrib/streams-persist-hdfs/pom.xml|   17 +
 .../apache/streams/hdfs/HdfsConfiguration.json  |5 +-
 .../streams/hdfs/HdfsReaderConfiguration.json   |5 +-
 .../streams/hdfs/HdfsWriterConfiguration.json   |5 +-
 streams-contrib/streams-persist-kafka/pom.xml   |   17 +
 .../streams/kafka/KafkaConfiguration.json   |5 +-
 streams-contrib/streams-persist-mongo/pom.xml   |   17 +
 .../streams/mongo/MongoConfiguration.json   |5 +-
 .../CleanAdditionalPropertiesProcessor.java |   19 +
 .../streams/jackson/TypeConverterProcessor.java |1 +
 .../streams-processor-lucene/pom.xml|   18 +
 .../lucene/LuceneSimpleTaggingProcessor.java|   18 +
 .../lucene/LuceneTaggerConfiguration.json   |5 +-
 .../lucene/TestLucenSimpleTaggingProcessor.java |   18 +
 .../streams/peoplepattern/AccountType.json  |5 +-
 .../streams/peoplepattern/Demographics.json |5 +-
 streams-contrib/streams-processor-tika/pom.xml  |   18 +
 .../org/apache/streams/tika/CategoryParser.java |   18 +
 .../org/apache/streams/tika/TikaProcessor.java  |   18 +
 .../apache/streams/tika/BoilerPipeArticle.json  |5 +-
 streams-contrib/streams-processor-urls/pom.xml  |   17 +
 .../org/apache/streams/urls/LinkDetails.json|5 +-
 .../streams-provider-datasift/pom.xml   |   17 +
 .../streams/datasift/csdl/DatasiftCsdlUtil.java |   18 +
 .../DatasiftActivitySerializerProcessor.java|1 +
 .../DatasiftTypeConverterProcessor.java |1 +
 .../provider/DatasiftManagedSourceSetup.java|   18 +
 .../datasift/provider/DatasiftPushProvider.java |1 +
 .../provider/DatasiftStreamConfigurator.java|1 +
 .../provider/DatasiftStreamProvider.java|1 +
 .../streams/datasift/provider/ErrorHandler.java |1 +
 .../streams/datasift/provider/Subscription.java |1 +
 .../DatasiftInteractionActivitySerializer.java  |   18 +
 .../org/apache/streams/datasift/Datasift.json   |6 +-
 .../streams/datasift/DatasiftConfiguration.json |5 +-
 .../apache/streams/datasift/DatasiftPush.json   |7 +-
 .../datasift/DatasiftPushConfiguration.json |5 +-
 .../datasift/DatasiftStreamConfiguration.json   |5 +-
 .../datasift/facebook/DatasiftFacebook.json |9 +-
 .../datasift/instagram/DatasiftInstagram.json   |9 +-
 .../interaction/DatasiftInteraction.json|7 +-
 .../datasift/twitter/DatasiftTwitter.json   |9 +-
 .../datasift/twitter/DatasiftTwitterMedia.json  |8 +-
 .../datasift/twitter/DatasiftTwitterUser.json   |7 +-
 .../DatasiftActivitySerializerTest.java |   18 +
 ...DatasiftInstagramActivitySerializerTest.java |   18 +
 ...tasiftInteractionActivitySerializerTest.java |   18 +
 .../DatasiftTwitterActivitySerializerTest.java  |   18 +
 .../metadata/facebook_post.mup  | 1297 +-
 .../streams-provider-facebook/pom.xml   |   17 +

[05/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/js/publisher.js
--
diff --git a/streams-web/src/main/webapp/demo/js/publisher.js 
b/streams-web/src/main/webapp/demo/js/publisher.js
index 8b7809d..15d2c0e 100644
--- a/streams-web/src/main/webapp/demo/js/publisher.js
+++ b/streams-web/src/main/webapp/demo/js/publisher.js
@@ -1,3 +1,20 @@
+/*
+ ~ 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.
+ */
 var publisher = publisher || (function(){
 
 //registers a new publisher, and returns the publisher's unique URL that 
you can use to POST activities

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/js/subscriber.js
--
diff --git a/streams-web/src/main/webapp/demo/js/subscriber.js 
b/streams-web/src/main/webapp/demo/js/subscriber.js
index 127d12f..c2e7d4d 100644
--- a/streams-web/src/main/webapp/demo/js/subscriber.js
+++ b/streams-web/src/main/webapp/demo/js/subscriber.js
@@ -1,3 +1,20 @@
+/*
+ ~ 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.
+ */
 var subscriber = subscriber || (function(){
 
 //registers a new subscriber, and returns the subscriber's unique URL

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/publisher.html
--
diff --git a/streams-web/src/main/webapp/demo/publisher.html 
b/streams-web/src/main/webapp/demo/publisher.html
index f1940d8..9fe42a2 100644
--- a/streams-web/src/main/webapp/demo/publisher.html
+++ b/streams-web/src/main/webapp/demo/publisher.html
@@ -1,3 +1,20 @@
+!--
+  ~ 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.
+  --
 !DOCTYPE HTML
 html
 head

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-web/src/main/webapp/demo/subscriber.html
--
diff --git a/streams-web/src/main/webapp/demo/subscriber.html 
b/streams-web/src/main/webapp/demo/subscriber.html
index ee3133d..b5b1466 100644
--- a/streams-web/src/main/webapp/demo/subscriber.html
+++ b/streams-web/src/main/webapp/demo/subscriber.html
@@ -1,3 +1,20 @@
+!--
+  ~ 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 

[02/29] incubator-streams git commit: javadoc:aggregate with site plugin

2014-12-16 Thread sblackmon
javadoc:aggregate with site plugin


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

Branch: refs/heads/0.1-rc1
Commit: 03f07d73eaaee28951cddce972c6233cdc31704b
Parents: 8517eed
Author: Steve Blackmon sblack...@w2odigital.com
Authored: Sat Dec 6 14:54:00 2014 -0600
Committer: Steve Blackmon sblack...@w2odigital.com
Committed: Sat Dec 6 14:54:00 2014 -0600

--
 pom.xml | 63 
 1 file changed, 63 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/03f07d73/pom.xml
--
diff --git a/pom.xml b/pom.xml
index f9fbf9b..c691c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@
 powermock.version1.5.6/powermock.version
 httpcomponents.core.version4.3.3/httpcomponents.core.version
 httpcomponents.client.version4.3.5/httpcomponents.client.version
+maven.javadoc.failOnErrorfalse/maven.javadoc.failOnError
 /properties
 
 modules
@@ -466,4 +467,66 @@
 /dependency
 /dependencies
 /dependencyManagement
+
+profiles
+profile
+idrelease/id
+build
+plugins
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-source-plugin/artifactId
+version2.4/version
+executions
+execution
+idattach-sources/id
+goals
+goaljar-no-fork/goal
+/goals
+/execution
+/executions
+/plugin
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-javadoc-plugin/artifactId
+executions
+execution
+idattach-javadocs/id
+goals
+goalaggregate/goal
+/goals
+/execution
+/executions
+/plugin
+/plugins
+/build
+reporting
+plugins
+plugin
+groupIdorg.apache.maven.plugins/groupId
+artifactIdmaven-javadoc-plugin/artifactId
+version2.10.1/version
+configuration
+additionalparam-Xdoclint:none/additionalparam
+aggregatetrue/aggregate
+failOnErrorfalse/failOnError
+minmemory128m/minmemory
+maxmemory1g/maxmemory
+/configuration
+reportSets
+reportSet
+idaggregate/id
+reports
+reportjavadoc-no-fork/report
+reporttest-javadoc-no-fork/report
+reportaggregate/report
+/reports
+/reportSet
+/reportSets
+/plugin
+/plugins
+/reporting
+/profile
+/profiles
+
 /project



incubator-streams git commit: use ${project.version} not 0.1-SNAPSHOT when importing dependencies

2014-12-16 Thread sblackmon
Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-246 50a41cf55 - b1eadecb5


use ${project.version} not 0.1-SNAPSHOT when importing dependencies


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

Branch: refs/heads/STREAMS-246
Commit: b1eadecb521e8b7511aac4fb5c6d4230dc5b2c87
Parents: 50a41cf
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 14:53:49 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 14:53:49 2014 -0600

--
 streams-contrib/streams-persist-console/pom.xml  | 4 ++--
 streams-contrib/streams-processor-lucene/pom.xml | 1 -
 streams-contrib/streams-processor-tika/pom.xml   | 1 -
 .../streams-provider-gnip/gnip-edc-facebook/pom.xml  | 2 +-
 streams-osgi-components/activity-consumer/pom.xml| 2 +-
 streams-runtimes/streams-runtime-pig/pom.xml | 8 
 streams-runtimes/streams-runtime-storm/pom.xml   | 6 +++---
 7 files changed, 11 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-persist-console/pom.xml
--
diff --git a/streams-contrib/streams-persist-console/pom.xml 
b/streams-contrib/streams-persist-console/pom.xml
index f618832..349ba00 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -18,12 +18,12 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-core/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-pojo/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdcom.google.guava/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-lucene/pom.xml
--
diff --git a/streams-contrib/streams-processor-lucene/pom.xml 
b/streams-contrib/streams-processor-lucene/pom.xml
index 896744a..6bca713 100644
--- a/streams-contrib/streams-processor-lucene/pom.xml
+++ b/streams-contrib/streams-processor-lucene/pom.xml
@@ -5,7 +5,6 @@
 
 modelVersion4.0.0/modelVersion
 artifactIdstreams-processor-lucene/artifactId
-version0.1-SNAPSHOT/version
 
 parent
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-tika/pom.xml
--
diff --git a/streams-contrib/streams-processor-tika/pom.xml 
b/streams-contrib/streams-processor-tika/pom.xml
index 81026a3..29ea129 100644
--- a/streams-contrib/streams-processor-tika/pom.xml
+++ b/streams-contrib/streams-processor-tika/pom.xml
@@ -5,7 +5,6 @@
 
 modelVersion4.0.0/modelVersion
 artifactIdstreams-processor-tika/artifactId
-version0.1-SNAPSHOT/version
 
 parent
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
--
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
index 9e6efca..8563504 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
@@ -51,7 +51,7 @@
 dependency
 groupIdorg.apache.streams/groupId
 artifactIdstreams-provider-facebook/artifactId
-version0.1-SNAPSHOT/version
+version${project.version}/version
 /dependency
 dependency
 groupIdorg.apache.streams/groupId

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-osgi-components/activity-consumer/pom.xml
--
diff --git a/streams-osgi-components/activity-consumer/pom.xml 
b/streams-osgi-components/activity-consumer/pom.xml
index f4964d5..4b8f15d 100644
--- a/streams-osgi-components/activity-consumer/pom.xml
+++ b/streams-osgi-components/activity-consumer/pom.xml
@@ -142,7 +142,7 @@
 

[27/29] incubator-streams git commit: Merge branch 'STREAMS-246' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge branch 'STREAMS-246' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: 1f56c55c1b49c30ea3dbe16d62283c617de803ee
Parents: 9d2025b b1eadec
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 14:54:17 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 14:54:17 2014 -0600

--
 streams-contrib/streams-persist-console/pom.xml  | 4 ++--
 streams-contrib/streams-processor-lucene/pom.xml | 1 -
 streams-contrib/streams-processor-tika/pom.xml   | 1 -
 .../streams-provider-gnip/gnip-edc-facebook/pom.xml  | 2 +-
 streams-osgi-components/activity-consumer/pom.xml| 2 +-
 streams-runtimes/streams-runtime-pig/pom.xml | 8 
 streams-runtimes/streams-runtime-storm/pom.xml   | 6 +++---
 7 files changed, 11 insertions(+), 13 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1f56c55c/streams-contrib/streams-persist-console/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1f56c55c/streams-contrib/streams-processor-lucene/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1f56c55c/streams-contrib/streams-processor-tika/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/1f56c55c/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
--



[11/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/provider/Subscription.java
--
diff --git 
a/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/provider/Subscription.java
 
b/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/provider/Subscription.java
index 10b1e89..058ba1d 100644
--- 
a/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/provider/Subscription.java
+++ 
b/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/provider/Subscription.java
@@ -16,6 +16,7 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 */
+
 package org.apache.streams.datasift.provider;
 
 import com.datasift.client.core.Stream;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/serializer/DatasiftInteractionActivitySerializer.java
--
diff --git 
a/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/serializer/DatasiftInteractionActivitySerializer.java
 
b/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/serializer/DatasiftInteractionActivitySerializer.java
index 573f5a7..00db30d 100644
--- 
a/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/serializer/DatasiftInteractionActivitySerializer.java
+++ 
b/streams-contrib/streams-provider-datasift/src/main/java/org/apache/streams/datasift/serializer/DatasiftInteractionActivitySerializer.java
@@ -1,3 +1,21 @@
+/*
+ * 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 org.apache.streams.datasift.serializer;
 
 import com.fasterxml.jackson.databind.ObjectMapper;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/Datasift.json
--
diff --git 
a/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/Datasift.json
 
b/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/Datasift.json
index d336d73..52d9912 100644
--- 
a/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/Datasift.json
+++ 
b/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/Datasift.json
@@ -1,6 +1,10 @@
 {
-type: object,
 $schema: http://json-schema.org/draft-03/schema;,
+$license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+],
+id: #,
+type: object,
 javaType: org.apache.streams.datasift.Datasift,
 properties: {
 blog: {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/DatasiftConfiguration.json
--
diff --git 
a/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/DatasiftConfiguration.json
 
b/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/DatasiftConfiguration.json
index 9a0f027..99f889e 100644
--- 
a/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/DatasiftConfiguration.json
+++ 
b/streams-contrib/streams-provider-datasift/src/main/jsonschema/org/apache/streams/datasift/DatasiftConfiguration.json
@@ -1,7 +1,10 @@
 {
-type: object,
 $schema: http://json-schema.org/draft-03/schema;,
+$license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+],
 id: #,
+type: object,
 javaType: org.apache.streams.datasift.DatasiftConfiguration,
 javaInterfaces: [
 java.io.Serializable


[15/29] incubator-streams git commit: Merge remote-tracking branch 'apache/STREAMS-246' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge remote-tracking branch 'apache/STREAMS-246' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: b6e9fd5ca344a08940336696be7528d8ca337cc4
Parents: 510d6e4 50a41cf
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 08:23:45 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 08:23:45 2014 -0600

--
 poms/compiled/pom.xml |  2 +-
 poms/pom.xml  |  2 +-
 poms/wrappers/pom.xml |  8 
 provision/pom.xml |  2 +-
 streams-components/streams-http/pom.xml   |  2 ++
 streams-config/pom.xml|  3 +++
 streams-contrib/pom.xml   |  4 +++-
 streams-contrib/streams-amazon-aws/pom.xml|  2 ++
 .../streams-amazon-aws/streams-persist-s3/pom.xml |  3 +++
 streams-contrib/streams-persist-cassandra/pom.xml |  3 ++-
 streams-contrib/streams-persist-console/pom.xml   |  3 +++
 streams-contrib/streams-persist-elasticsearch/pom.xml |  3 +++
 streams-contrib/streams-persist-hbase/pom.xml | 10 +++---
 streams-contrib/streams-persist-hdfs/pom.xml  | 10 +++---
 streams-contrib/streams-persist-kafka/pom.xml |  3 +++
 streams-contrib/streams-persist-mongo/pom.xml |  3 +++
 streams-contrib/streams-processor-jackson/pom.xml |  7 +--
 streams-contrib/streams-processor-json/pom.xml|  7 +--
 streams-contrib/streams-processor-peoplepattern/pom.xml   |  7 +--
 streams-contrib/streams-processor-regex/pom.xml   |  7 ++-
 streams-contrib/streams-processor-urls/pom.xml|  7 +--
 streams-contrib/streams-provider-datasift/pom.xml |  3 +++
 streams-contrib/streams-provider-facebook/pom.xml |  8 +++-
 .../streams-provider-gnip/gnip-edc-facebook/pom.xml   |  5 -
 .../streams-provider-gnip/gnip-edc-flickr/pom.xml |  5 -
 .../streams-provider-gnip/gnip-edc-googleplus/pom.xml |  5 -
 .../streams-provider-gnip/gnip-edc-instagram/pom.xml  |  5 -
 .../streams-provider-gnip/gnip-edc-reddit/pom.xml |  5 -
 .../streams-provider-gnip/gnip-edc-youtube/pom.xml|  3 +++
 .../streams-provider-gnip/gnip-powertrack/pom.xml |  6 +-
 streams-contrib/streams-provider-gnip/pom.xml |  5 -
 .../streams-provider-google/google-gmail/pom.xml  |  5 -
 .../streams-provider-google/google-gplus/pom.xml  |  5 -
 streams-contrib/streams-provider-google/pom.xml   |  5 -
 streams-contrib/streams-provider-instagram/pom.xml|  5 -
 streams-contrib/streams-provider-moreover/pom.xml |  5 -
 streams-contrib/streams-provider-rss/pom.xml  |  5 -
 streams-contrib/streams-provider-sysomos/pom.xml  |  6 +-
 streams-contrib/streams-provider-twitter/pom.xml  |  5 -
 streams-core/pom.xml  |  7 ++-
 streams-monitoring/pom.xml|  7 ++-
 streams-pojo-extensions/pom.xml   |  2 ++
 streams-pojo/pom.xml  |  2 ++
 streams-runtimes/pom.xml  |  3 +++
 streams-runtimes/streams-runtime-local/pom.xml|  5 -
 streams-runtimes/streams-runtime-pig/pom.xml  |  4 +++-
 streams-runtimes/streams-runtime-storm/pom.xml|  4 +++-
 streams-runtimes/streams-runtime-webapp/pom.xml   |  4 +++-
 streams-util/pom.xml  |  4 
 streams-web/pom.xml   |  6 --
 50 files changed, 181 insertions(+), 56 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b6e9fd5c/streams-contrib/streams-processor-urls/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b6e9fd5c/streams-contrib/streams-provider-datasift/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b6e9fd5c/streams-pojo/pom.xml
--

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b6e9fd5c/streams-util/pom.xml

[19/29] incubator-streams git commit: Merge branch 'STREAMS-250' into 0.1-rc1

2014-12-16 Thread sblackmon
Merge branch 'STREAMS-250' into 0.1-rc1


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

Branch: refs/heads/0.1-rc1
Commit: 560d82e65667376890584454124062871c9de7b5
Parents: 6cf35d5 9d6df12
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 08:50:59 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 08:50:59 2014 -0600

--
 CHANGELOG.md | 4 
 1 file changed, 4 insertions(+)
--




[10/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
--
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
index 1b520ac..d420f43 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
@@ -1,4 +1,21 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+  ~ 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.
+  --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
--
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
index 7077b33..040cb24 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
@@ -1,4 +1,21 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+  ~ 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.
+  --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/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 d26a9a3..41f6b71 100644
--- a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
@@ -1,4 +1,21 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+  ~ 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.
+  --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-gnip/gnip-powertrack/src/main/jsonschema/com/gnip/Gnip.json
--
diff --git 

[09/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/pom.xml
--
diff --git a/streams-contrib/streams-provider-moreover/pom.xml 
b/streams-contrib/streams-provider-moreover/pom.xml
index 0b210b9..29535ca 100644
--- a/streams-contrib/streams-provider-moreover/pom.xml
+++ b/streams-contrib/streams-provider-moreover/pom.xml
@@ -1,4 +1,21 @@
 ?xml version=1.0 encoding=UTF-8?
+!--
+  ~ 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.
+  --
 project xmlns=http://maven.apache.org/POM/4.0.0;
  xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
--
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
index 9ecf328..8708e82 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
+++ 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/Moreover.json
@@ -1,8 +1,12 @@
 {
-type: object,
 $schema: http://json-schema.org/draft-03/schema;,
-javaType: com.moreover.Moreover,
+$license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+],
 id: #,
+type: object,
+javaType: com.moreover.Moreover,
+javaInterfaces: [java.io.Serializable],
 properties: {
 tags: {
 type: string

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
--
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
index d88f28c..bbbda5d 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
+++ 
b/streams-contrib/streams-provider-moreover/src/main/jsonschema/com/moreover/MoreoverConfiguration.json
@@ -1,7 +1,10 @@
 {
-type: object,
 $schema: http://json-schema.org/draft-03/schema;,
+$license: [
+http://www.apache.org/licenses/LICENSE-2.0;
+],
 id: #,
+type: object,
 javaType : org.apache.streams.moreover.MoreoverConfiguration,
 javaInterfaces: [java.io.Serializable],
 properties: {

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/4e382970/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
--
diff --git 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
index 629719a..f95a891 100644
--- 
a/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
+++ 
b/streams-contrib/streams-provider-moreover/src/main/xmlschema/com/moreover/articles10.xsd
@@ -1,4 +1,21 @@
 ?xml version=1.0 encoding=UTF-8 standalone=yes?
+!--
+  ~ 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 

[24/29] incubator-streams git commit: also exclude *.jar that clean doesn't clean

2014-12-16 Thread sblackmon
also exclude *.jar that clean doesn't clean


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

Branch: refs/heads/0.1-rc1
Commit: e2b82733611f91bb11ec3514a49d6f0a2dcad24b
Parents: 85a3d6e
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 09:20:16 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 09:20:16 2014 -0600

--
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e2b82733/pom.xml
--
diff --git a/pom.xml b/pom.xml
index ab2c16a..afa2566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,6 +543,7 @@
 exclude**/*.properties/exclude
 exclude**/*.iml/exclude
 exclude**/*.ini/exclude
+exclude**/*.jar/exclude
 excludedependency-reduced-pom.xml/exclude
 excluderat.txt/exclude
 /excludes



[28/29] incubator-streams git commit: disconnect from streams-master

2014-12-16 Thread sblackmon
disconnect from streams-master


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

Branch: refs/heads/0.1-rc1
Commit: c7500342d5047c3dee7decd53a088fb1b14b7f1e
Parents: 7f69bd4
Author: sblackmon sblack...@w2odigital.com
Authored: Sun Dec 14 15:10:43 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Sun Dec 14 15:10:43 2014 -0600

--
 pom.xml | 6 --
 1 file changed, 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/c7500342/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 265a3e3..961d38b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,12 +21,6 @@
 
 modelVersion4.0.0/modelVersion
 
-parent
-groupIdorg.apache.streams/groupId
-artifactIdstreams-master/artifactId
-version0.1-incubating/version
-/parent
-
 groupIdorg.apache.streams/groupId
 artifactIdstreams-project/artifactId
 version0.1-SNAPSHOT/version



[03/29] incubator-streams git commit: reporting plugin config

2014-12-16 Thread sblackmon
reporting plugin config


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

Branch: refs/heads/0.1-rc1
Commit: 99fcc29c20773218d36397c0cf99e955b628f138
Parents: 03f07d7
Author: Steve Blackmon sblack...@w2odigital.com
Authored: Sat Dec 6 16:57:54 2014 -0600
Committer: Steve Blackmon sblack...@w2odigital.com
Committed: Sat Dec 6 16:58:14 2014 -0600

--
 pom.xml | 10 ++
 1 file changed, 10 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/99fcc29c/pom.xml
--
diff --git a/pom.xml b/pom.xml
index c691c90..4be0950 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,6 +503,12 @@
 reporting
 plugins
 plugin
+
artifactIdmaven-project-info-reports-plugin/artifactId
+configuration
+
dependencyLocationsEnabledfalse/dependencyLocationsEnabled
+/configuration
+/plugin
+plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-javadoc-plugin/artifactId
 version2.10.1/version
@@ -524,6 +530,10 @@
 /reportSet
 /reportSets
 /plugin
+plugin
+artifactIdmaven-site-plugin/artifactId
+version${site.plugin.version}/version
+/plugin
 /plugins
 /reporting
 /profile



[12/29] incubator-streams git commit: resolves STREAMS-254 mvn -P apache-release rat:check now succeeds

2014-12-16 Thread sblackmon
resolves STREAMS-254
mvn -P apache-release rat:check now succeeds


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

Branch: refs/heads/0.1-rc1
Commit: 4e3829702d775e044ed6de8c007c47cd91594487
Parents: 7f69bd4
Author: sblackmon sblack...@w2odigital.com
Authored: Fri Dec 12 16:38:26 2014 -0600
Committer: sblackmon sblack...@w2odigital.com
Committed: Fri Dec 12 16:38:26 2014 -0600

--
 pom.xml |  102 +
 .../streams/converter/TypeConverterUtil.java|   18 +
 ...ActivityConverterProcessorConfiguration.json |5 +-
 .../components/http/HttpConfiguration.json  |5 +-
 .../http/HttpProcessorConfiguration.json|5 +-
 .../http/HttpProviderConfiguration.json |5 +-
 .../main/jsonschema/ComponentConfiguration.json |5 +-
 .../main/jsonschema/StreamsConfiguration.json   |5 +-
 .../org/apache/streams/s3/S3Configuration.json  |5 +-
 .../streams/s3/S3ReaderConfiguration.json   |5 +-
 .../streams/s3/S3WriterConfiguration.json   |5 +-
 .../apache/streams/s3/S3PersistWriterTest.java  |   18 +
 streams-contrib/streams-persist-console/pom.xml |   17 +
 .../streams-persist-elasticsearch/pom.xml   |   17 +
 .../ElasticsearchMetadataUtil.java  |   18 +
 .../ElasticsearchConfiguration.json |5 +-
 .../ElasticsearchReaderConfiguration.json   |5 +-
 .../ElasticsearchWriterConfiguration.json   |5 +-
 .../test/TestDatumFromMetadataProcessor.java|   18 +
 .../test/TestDocumentToMetadataProcessor.java   |   18 +
 .../test/TestElasticsearchPersistWriter.java|   18 +
 streams-contrib/streams-persist-hbase/pom.xml   |   17 +
 .../streams/hbase/HbaseConfiguration.json   |5 +-
 streams-contrib/streams-persist-hdfs/pom.xml|   17 +
 .../apache/streams/hdfs/HdfsConfiguration.json  |5 +-
 .../streams/hdfs/HdfsReaderConfiguration.json   |5 +-
 .../streams/hdfs/HdfsWriterConfiguration.json   |5 +-
 streams-contrib/streams-persist-kafka/pom.xml   |   17 +
 .../streams/kafka/KafkaConfiguration.json   |5 +-
 streams-contrib/streams-persist-mongo/pom.xml   |   17 +
 .../streams/mongo/MongoConfiguration.json   |5 +-
 .../CleanAdditionalPropertiesProcessor.java |   19 +
 .../streams/jackson/TypeConverterProcessor.java |1 +
 .../streams-processor-lucene/pom.xml|   18 +
 .../lucene/LuceneSimpleTaggingProcessor.java|   18 +
 .../lucene/LuceneTaggerConfiguration.json   |5 +-
 .../lucene/TestLucenSimpleTaggingProcessor.java |   18 +
 .../streams/peoplepattern/AccountType.json  |5 +-
 .../streams/peoplepattern/Demographics.json |5 +-
 streams-contrib/streams-processor-tika/pom.xml  |   18 +
 .../org/apache/streams/tika/CategoryParser.java |   18 +
 .../org/apache/streams/tika/TikaProcessor.java  |   18 +
 .../apache/streams/tika/BoilerPipeArticle.json  |5 +-
 streams-contrib/streams-processor-urls/pom.xml  |   17 +
 .../org/apache/streams/urls/LinkDetails.json|5 +-
 .../streams-provider-datasift/pom.xml   |   17 +
 .../streams/datasift/csdl/DatasiftCsdlUtil.java |   18 +
 .../DatasiftActivitySerializerProcessor.java|1 +
 .../DatasiftTypeConverterProcessor.java |1 +
 .../provider/DatasiftManagedSourceSetup.java|   18 +
 .../datasift/provider/DatasiftPushProvider.java |1 +
 .../provider/DatasiftStreamConfigurator.java|1 +
 .../provider/DatasiftStreamProvider.java|1 +
 .../streams/datasift/provider/ErrorHandler.java |1 +
 .../streams/datasift/provider/Subscription.java |1 +
 .../DatasiftInteractionActivitySerializer.java  |   18 +
 .../org/apache/streams/datasift/Datasift.json   |6 +-
 .../streams/datasift/DatasiftConfiguration.json |5 +-
 .../apache/streams/datasift/DatasiftPush.json   |7 +-
 .../datasift/DatasiftPushConfiguration.json |5 +-
 .../datasift/DatasiftStreamConfiguration.json   |5 +-
 .../datasift/facebook/DatasiftFacebook.json |9 +-
 .../datasift/instagram/DatasiftInstagram.json   |9 +-
 .../interaction/DatasiftInteraction.json|7 +-
 .../datasift/twitter/DatasiftTwitter.json   |9 +-
 .../datasift/twitter/DatasiftTwitterMedia.json  |8 +-
 .../datasift/twitter/DatasiftTwitterUser.json   |7 +-
 .../DatasiftActivitySerializerTest.java |   18 +
 ...DatasiftInstagramActivitySerializerTest.java |   18 +
 ...tasiftInteractionActivitySerializerTest.java |   18 +
 .../DatasiftTwitterActivitySerializerTest.java  |   18 +
 .../metadata/facebook_post.mup  | 1297 +-
 .../streams-provider-facebook/pom.xml   |   17 +