streams-master
git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
git log | head
commit 8adc8a98525d4d0444cbc87c8990ed713314420a
Author: jfrazee <jfrazee>
Date: Thu Oct 27 19:13:49 2016 -0400
STREAMS-446: RAT check fails in prep for 0.4-incubating release, this closes apache/incubator-streams-master#10
commit e2ee469ebb956ba8c0e704ebcdbb62e7d38bc73a
Author: smarthi <smarthi@apache.org>
Date: Wed Oct 26 23:11:52 2016 -0400
mvn clean apache-rat:check -e -DskipTests > ../incubator-streams-master_apache-rat_check.txt
cat ../incubator-streams-master_apache-rat_check.txt | egrep "BUILD SUCCESS"
[INFO] BUILD SUCCESS
mvn -Papache-release release:prepare -DpushChanges=false -DautoVersionSubmodules=true -DreleaseVersion=0.4-incubating -DdevelopmentVersion=0.5-incubating-SNAPSHOT -Dtag=streams-master-0.4-incubating > ../incubator-streams-master_release-prepare.txt
cat ../incubator-streams-master_release-prepare.txt | egrep "BUILD SUCCESS"
[INFO] [INFO] BUILD SUCCESS
[INFO] BUILD SUCCESS
mvn -Papache-release install release:perform -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams-master_release-perform.txt
cat ../incubator-streams-master_release-perform.txt | egrep "BUILD SUCCESS"
[INFO] BUILD SUCCESS
incubator-streams
git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
git log | head
commit be8e1c5b3afed7184d90ce8fb498001cb7b29661
Author: jfrazee <jfrazee>
Date: Thu Oct 27 19:11:09 2016 -0400
STREAMS-446: RAT check fails in prep for 0.4-incubating release, this closes apache/incubator-streams#321
commit 0b2927ef88cca4937123d114a4df965ab7a88b88
Author: steveblackmon <sblackmon@apache.org>
Date: Thu Oct 27 00:08:41 2016 -0400
mvn clean apache-rat:check -e -DskipTests > ../incubator-streams_apache-rat_check.txt
cat ../incubator-streams_apache-rat_check.txt | egrep "BUILD SUCCESS"
[INFO] BUILD SUCCESS
mvn clean verify > ../incubator-streams_unittests.txt
cat ../incubator-streams_unittests.txt | egrep "BUILD SUCCESS"
[INFO] BUILD SUCCESS
cat application.conf
# 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.
include "elasticsearch.properties"
include "mongo.properties"
facebook {
oauth {
appId = "299258633581961"
appSecret = ""
}
userAccessTokens = [
""
]
}
fullcontact {
oauth {
clientId = FczOCb41PJ7OLv1Gx1SK9ORWn2kpfeMO
clientSecret = ""
apiKey = ""
}
}
gplus {
apiKey = ""
oauth {
serviceAccountEmailAddress = "streamsdev@adroit-particle-764.iam.gserviceaccount.com"
pathToP12KeyFile = streams-c84fa47bd759.p12
}
}
instagram {
clientId = "b389fcbeca2a40a89afa591a8468e4dc"
usersInfo.authorizedTokens = [
""
]
}
twitter {
oauth {
consumerKey = "jF3awfLECUZ4tFAwS5bZcha8c"
consumerSecret = ""
accessToken = "42232950-CzaYlt2M6SPGI883B5NZ8vROcL4qUsTJlp9wIM2K2"
accessTokenSecret = ""
}
retrySleepMs = 5000
retryMax = 250
}
youtube {
apiKey = 79d9f9ca2796d1ec5334faf8d6efaa6456a297e6
oauth {
serviceAccountEmailAddress = "streamsdev@adroit-particle-764.iam.gserviceaccount.com"
pathToP12KeyFile = streams-c84fa47bd759.p12
}
}
mvn -PdockerITs docker:start > ../incubator-streams_docker-start.txt
docker -v
Docker version 1.10.2, build c3959b1
docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
61d08da25d63 mongo:3.2.0 "/entrypoint.sh mongo" 2 seconds ago Up 2 seconds 0.0.0.0:32817->27017/tcp romantic_thompson
742e2dae4191 elasticsearch:2.3.5 "/docker-entrypoint.s" 11 seconds ago Up 10 seconds 0.0.0.0:32816->9200/tcp, 0.0.0.0:32815->9300/tcp amazing_blackwell
cat *.properties
#Docker ports
#Sun Oct 30 16:10:09 CDT 2016
es.http.host=192.168.99.101
es.tcp.host=192.168.99.101
es.http.port=32816
es.tcp.port=32815
#Docker ports
#Sun Oct 30 16:10:10 CDT 2016
mongo.tcp.host=192.168.99.101
mongo.tcp.port=32817
mvn clean verify -DskipTests=true -DskipITs=false -DargLine="-Dconfig.file=`pwd`/application.conf" > ../incubator-streams_integrationtests.txt
cat ../incubator-streams_integrationtests.txt | egrep "BUILD SUCCESS"
[INFO] BUILD SUCCESS
mvn -PdockerITs docker:stop > ../incubator-streams_docker-stop.txt
mvn -Papache-release release:prepare -DpushChanges=false -DautoVersionSubmodules=true -DreleaseVersion=0.4-incubating -DdevelopmentVersion=0.5-incubating-SNAPSHOT -Dtag=streams-project-0.4-incubating > ../incubator-streams_release-prepare.txt
cat ../incubator-streams_release-prepare.txt | egrep "BUILD SUCCESS"
[INFO] [INFO] BUILD SUCCESS
[INFO] BUILD SUCCESS
mvn -Papache-release install release:perform -Darguments='-Dmaven.test.skip.exec=true' -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true > ../incubator-streams_release-perform.txt
cat ../incubator-streams_release-perform.txt | egrep "BUILD SUCCESS"
[INFO] [INFO] BUILD SUCCESS
[INFO] BUILD SUCCESS
steves-mac-pro:incubator-streams-release steve$ cd ../incubator-streams-examples-release/
steves-mac-pro:incubator-streams-examples-release steve$ mvn -Papache-release -Pcontrib-check clean release:prepare -DautoVersionSubmodules=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] streams-examples
[INFO] streams-examples-flink
[INFO] flink-twitter-collection
[INFO] streams-examples-local
[INFO] elasticsearch-hdfs
[INFO] elasticsearch-reindex
[INFO] mongo-elasticsearch-sync
[INFO] twitter-follow-neo4j
[INFO] twitter-history-elasticsearch
[INFO] twitter-userstream-elasticsearch
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building streams-examples 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building streams-examples-flink 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples-flink ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building flink-twitter-collection 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ flink-twitter-collection ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building streams-examples-local 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples-local ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building elasticsearch-hdfs 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ elasticsearch-hdfs ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building elasticsearch-reindex 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ elasticsearch-reindex ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building mongo-elasticsearch-sync 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ mongo-elasticsearch-sync ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building twitter-follow-neo4j 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-follow-neo4j ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building twitter-history-elasticsearch 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-history-elasticsearch ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building twitter-userstream-elasticsearch 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-userstream-elasticsearch ---
[INFO] Deleting /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building streams-examples 0.4-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ streams-examples ---
[INFO] Verifying that there are no local modifications...
[INFO] ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git rev-parse --show-toplevel
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git status --porcelain .
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Checking dependencies and plugins for snapshots ...
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-master' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: : 0.5-incubating-SNAPSHOT
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-util' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-pojo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-hdfs' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-provider-twitter' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-util' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-hdfs' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-schema-activitystreams' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-util' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-schema-activitystreams' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-mongo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-schema-activitystreams' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-mongo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-pojo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-graph' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-provider-twitter' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-util' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-pojo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-provider-twitter' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
There are still some remaining snapshot dependencies.
: Do you want to resolve them now? (yes/no) no: : yes
Dependency type to resolve,: specify the selection number ( 0:All 1:Project Dependencies 2:Plugins 3:Reports 4:Extensions ): (0/1/2/3) 1: : 0
Dependency 'org.apache.streams:streams-runtime-local' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-persist-elasticsearch' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-config' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-pojo' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-core' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-provider-twitter' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
Dependency 'org.apache.streams:streams-filters' is a snapshot (0.4-incubating-SNAPSHOT)
: Which release version should it be set to? 0.4-incubating: :
What version should the dependency be reset to for development? 0.4-incubating: :
What is the release version for "streams-examples"? (org.apache.streams:streams-examples) 0.4-incubating: :
What is SCM release tag or label for "streams-examples"? (org.apache.streams:streams-examples) streams-examples-0.4-incubating: :
What is the new development version for "streams-examples"? (org.apache.streams:streams-examples) 0.5-incubating-SNAPSHOT: :
[INFO] Transforming 'streams-examples'...
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-filters to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-graph to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Transforming 'streams-examples-flink'...
[INFO] Transforming 'flink-twitter-collection'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Transforming 'streams-examples-local'...
[INFO] Transforming 'elasticsearch-hdfs'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Transforming 'elasticsearch-reindex'...
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Transforming 'mongo-elasticsearch-sync'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Transforming 'twitter-follow-neo4j'...
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-graph to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Transforming 'twitter-history-elasticsearch'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Transforming 'twitter-userstream-elasticsearch'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-filters to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Not generating release POMs
[INFO] Executing goals 'clean install'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] streams-examples
[INFO] [INFO] streams-examples-flink
[INFO] [INFO] flink-twitter-collection
[INFO] [INFO] streams-examples-local
[INFO] [INFO] elasticsearch-hdfs
[INFO] [INFO] elasticsearch-reindex
[INFO] [INFO] mongo-elasticsearch-sync
[INFO] [INFO] twitter-follow-neo4j
[INFO] [INFO] twitter-history-elasticsearch
[INFO] [INFO] twitter-userstream-elasticsearch
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /Users/steve/Dropbox/git/incubator-streams-examples-release/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 4 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples ---
[INFO] [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] [INFO] Building zip: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating-source-release.zip
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /Users/steve/Dropbox/git/incubator-streams-examples-release/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 4 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 4 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating-source-release.zip to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/streams-examples-0.4-incubating-source-release.zip.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples-flink 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-flink ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples-flink ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples-flink ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples-flink ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples-flink >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-flink ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples-flink <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples-flink ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples-flink ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples-flink ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples-flink ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/target/streams-examples-flink-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/target/streams-examples-flink-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/target/streams-examples-flink-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building flink-twitter-collection 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ flink-twitter-collection ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/main/xmlschema
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/site/diagrams
[INFO] [INFO] Copying 7 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ flink-twitter-collection ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:add-source (scala-compile-first) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ flink-twitter-collection ---
[INFO] [WARNING] Expected all dependencies to require Scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-compiler:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-reflect:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.scalatest:scalatest_2.10:2.2.5 requires scala version: 2.10.5
[INFO] [WARNING] Multiple versions of scala libraries detected!
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/main/scala:-1: info: compiling
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo:-1: info: compiling
[INFO] [INFO] Compiling 12 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/classes at 1477281575127
[INFO] [WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[INFO] [WARNING] one warning found
[INFO] [INFO] prepare-compile in 0 s
[INFO] [INFO] compile in 5 s
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ flink-twitter-collection ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 7 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile) @ flink-twitter-collection ---
[INFO] [WARNING] Expected all dependencies to require Scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-compiler:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-reflect:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.scalatest:scalatest_2.10:2.2.5 requires scala version: 2.10.5
[INFO] [WARNING] Multiple versions of scala libraries detected!
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/test/scala:-1: info: compiling
[INFO] [INFO] Compiling 5 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/test-classes at 1477281581857
[INFO] [INFO] prepare-compile in 0 s
[INFO] [INFO] compile in 3 s
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ flink-twitter-collection ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ flink-twitter-collection ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ flink-twitter-collection ---
[INFO] [INFO] Including org.scala-lang:scala-compiler:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-hdfs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar.
[INFO] [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar.
[INFO] [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-core:jar:1.8.0 in the shaded jar.
[INFO] [INFO] Including org.apache.avro:avro:jar:1.7.4 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.jcraft:jsch:jar:0.1.42 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-compress:jar:1.4.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-client:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.hadoop:hadoop-hdfs-httpfs:pom:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar.
[INFO] [INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including commons-daemon:commons-daemon:jar:1.0.13 in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar.
[INFO] [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar.
[INFO] [INFO] Including io.netty:netty-all:jar:4.0.23.Final in the shaded jar.
[INFO] [INFO] Including xerces:xercesImpl:jar:2.9.1 in the shaded jar.
[INFO] [INFO] Including xml-apis:xml-apis:jar:1.3.04 in the shaded jar.
[INFO] [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar.
[INFO] [INFO] Including org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-java:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-core:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-annotations:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including com.esotericsoftware.kryo:kryo:jar:2.24.0 in the shaded jar.
[INFO] [INFO] Including com.esotericsoftware.minlog:minlog:jar:1.2 in the shaded jar.
[INFO] [INFO] Including org.objenesis:objenesis:jar:2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-shaded-hadoop2:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar.
[INFO] [INFO] Including commons-digester:commons-digester:jar:1.8.1 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar.
[INFO] [INFO] Including org.xerial.snappy:snappy-java:jar:1.0.5 in the shaded jar.
[INFO] [INFO] Including org.tukaani:xz:jar:1.0 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.2 in the shaded jar.
[INFO] [INFO] Including javax.xml.stream:stax-api:jar:1.0-2 in the shaded jar.
[INFO] [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
[INFO] [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar.
[INFO] [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-math3:jar:3.5 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:force-shading:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-clients_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-runtime_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-actor_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-remote_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including org.uncommons.maths:uncommons-maths:jar:1.2.2a in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-slf4j_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including org.clapper:grizzled-slf4j_2.10:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.github.scopt:scopt_2.10:jar:3.2.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-jvm:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-json:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:chill_2.10:jar:0.7.4 in the shaded jar.
[INFO] [INFO] Including com.twitter:chill-java:jar:0.7.4 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-optimizer_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-scala_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.scalamacros:quasiquotes_2.10:jar:2.0.1 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-connector-filesystem_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-streaming-scala_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-streaming-java_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.sling:org.apache.sling.commons.json:jar:2.0.6 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-metrics-core:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.5 in the shaded jar.
[INFO] [INFO] Including jline:jline:jar:0.9.94 in the shaded jar.
[INFO] [INFO] Including org.jboss.netty:netty:jar:3.2.2.Final in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] netty-3.8.0.Final.jar, netty-3.2.2.Final.jar define 496 overlapping classes:
[INFO] [WARNING] - org.jboss.netty.util.internal.jzlib.Deflate
[INFO] [WARNING] - org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
[INFO] [WARNING] - org.jboss.netty.channel.socket.ServerSocketChannelConfig
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentHashMap$HashIterator
[INFO] [WARNING] - org.jboss.netty.handler.codec.serialization.ObjectDecoder
[INFO] [WARNING] - org.jboss.netty.util.internal.jzlib.Tree
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap$Segment
[INFO] [WARNING] - org.jboss.netty.handler.logging.LoggingHandler
[INFO] [WARNING] - org.jboss.netty.channel.ChannelHandlerLifeCycleException
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityHashMap$ValueIterator
[INFO] [WARNING] - 486 more...
[INFO] [WARNING] flink-java-1.1.2.jar, flink-runtime_2.10-1.1.2.jar define 141 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$LocalVarRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.InvokeDynamicInsnNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$ExceptionRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$LookupSwitchLabelRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.LdcInsnNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.Processor$OutputSlicingHandler
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.LocalVariableAnnotationNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.commons.StaticInitMerger
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.util.TraceClassVisitor
[INFO] [WARNING] - 131 more...
[INFO] [WARNING] hadoop-auth-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 27 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$BadFormatString
[INFO] [WARNING] - org.apache.hadoop.util.PlatformName
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler$1
[INFO] [WARNING] - 17 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-api-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 3 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.util.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factories.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factory.providers.package-info
[INFO] [WARNING] hadoop-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 1604 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.io.compress.DecompressorStream
[INFO] [WARNING] - org.apache.hadoop.metrics.spi.AbstractMetricsContext
[INFO] [WARNING] - org.apache.hadoop.record.XmlRecordInput$Value
[INFO] [WARNING] - org.apache.hadoop.util.HeapSort
[INFO] [WARNING] - org.apache.hadoop.metrics.ganglia.GangliaContext31
[INFO] [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1
[INFO] [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2
[INFO] [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec
[INFO] [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback
[INFO] [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry
[INFO] [WARNING] - 1594 more...
[INFO] [WARNING] jsr311-api-1.1.1.jar, jersey-core-1.9.jar define 55 overlapping classes:
[INFO] [WARNING] - javax.ws.rs.core.HttpHeaders
[INFO] [WARNING] - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[INFO] [WARNING] - javax.ws.rs.DefaultValue
[INFO] [WARNING] - javax.ws.rs.core.StreamingOutput
[INFO] [WARNING] - javax.ws.rs.HEAD
[INFO] [WARNING] - javax.ws.rs.core.Request
[INFO] [WARNING] - javax.ws.rs.ext.Providers
[INFO] [WARNING] - javax.ws.rs.core.NewCookie
[INFO] [WARNING] - javax.ws.rs.core.UriBuilderException
[INFO] [WARNING] - javax.ws.rs.ext.ContextResolver
[INFO] [WARNING] - 45 more...
[INFO] [WARNING] hadoop-yarn-api-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 556 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$RegisterApplicationMasterRequestProtoOrBuilder
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$SubmitApplicationRequestProto
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$GetApplicationsRequestProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$StartContainerResponseProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnProtos$StrictPreemptionContractProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$GetContainerStatusesResponseProto$Builder
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$RefreshAdminAclsRequestProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnProtos$ResourceBlacklistRequestProto
[INFO] [WARNING] - 546 more...
[INFO] [WARNING] hadoop-annotations-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 15 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability
[INFO] [WARNING] - org.apache.hadoop.classification.tools.RootDocProcessor$ExcludeHandler
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience$Private
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience$LimitedPrivate
[INFO] [WARNING] - org.apache.hadoop.classification.tools.package-info
[INFO] [WARNING] - org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsStandardDoclet
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability$Evolving
[INFO] [WARNING] - org.apache.hadoop.classification.tools.IncludePublicAnnotationsStandardDoclet
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability$Stable
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience
[INFO] [WARNING] - 5 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 558 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.impl.pb.ContainerLaunchContextPBImpl$4$1
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.FinishApplicationMasterResponsePBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.CancelDelegationTokenResponsePBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.Hamlet$H6
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.MimeType
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.impl.pb.ApplicationReportPBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.Hamlet$BODY
[INFO] [WARNING] - org.apache.hadoop.yarn.event.AsyncDispatcher$1
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.HamletSpec$_InsDel
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetQueueInfoRequestPBImpl
[INFO] [WARNING] - 548 more...
[INFO] [WARNING] flink-connector-filesystem_2.10-1.1.2.jar, flink-scala_2.10-1.1.2.jar, flink-streaming-java_2.10-1.1.2.jar, flink-runtime_2.10-1.1.2.jar, flink-streaming-scala_2.10-1.1.2.jar, flink-optimizer_2.10-1.1.2.jar define 1690 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.FutureCallback
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.Monitor$Guard
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.Striped$2
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.ImmutableEnumSet$1
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.primitives.Bytes$ByteArrayAsList
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.math.IntMath$1
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.hash.Hashing$ConcatenatedHashFunction
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.hash.Funnels$UnencodedCharsFunnel
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1$1
[INFO] [WARNING] - 1680 more...
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar, hadoop-yarn-client-2.7.0.jar define 2 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.package-info
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-collections-3.2.1.jar define 10 overlapping classes:
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$EntrySet
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$KeySet
[INFO] [WARNING] - org.apache.commons.collections.ArrayStack
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$Values
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$1
[INFO] [WARNING] - org.apache.commons.collections.Buffer
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap
[INFO] [WARNING] - org.apache.commons.collections.BufferUnderflowException
[INFO] [WARNING] jsr173_api-1.0.jar, xml-apis-1.3.04.jar define 3 overlapping classes:
[INFO] [WARNING] - javax.xml.namespace.NamespaceContext
[INFO] [WARNING] - javax.xml.namespace.QName
[INFO] [WARNING] - javax.xml.XMLConstants
[INFO] [WARNING] jsr173_api-1.0.jar, stax-api-1.0-2.jar define 37 overlapping classes:
[INFO] [WARNING] - javax.xml.stream.XMLEventReader
[INFO] [WARNING] - javax.xml.stream.StreamFilter
[INFO] [WARNING] - javax.xml.stream.FactoryFinder$ClassLoaderFinderConcrete
[INFO] [WARNING] - javax.xml.stream.util.StreamReaderDelegate
[INFO] [WARNING] - javax.xml.stream.events.StartDocument
[INFO] [WARNING] - javax.xml.stream.EventFilter
[INFO] [WARNING] - javax.xml.stream.XMLEventWriter
[INFO] [WARNING] - javax.xml.stream.XMLStreamConstants
[INFO] [WARNING] - javax.xml.stream.events.EntityDeclaration
[INFO] [WARNING] - javax.xml.stream.events.ProcessingInstruction
[INFO] [WARNING] - 27 more...
[INFO] [WARNING] hadoop-mapreduce-client-core-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 856 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner
[INFO] [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler
[INFO] [WARNING] - org.apache.hadoop.mapred.JobClient$14
[INFO] [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator
[INFO] [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent
[INFO] [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1
[INFO] [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY
[INFO] [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread
[INFO] [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException
[INFO] [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin
[INFO] [WARNING] - 846 more...
[INFO] [WARNING] log4j-over-slf4j-1.7.21.jar, log4j-1.2.17.jar define 29 overlapping classes:
[INFO] [WARNING] - org.apache.log4j.spi.OptionHandler
[INFO] [WARNING] - org.apache.log4j.spi.LoggerRepository
[INFO] [WARNING] - org.apache.log4j.NDC
[INFO] [WARNING] - org.apache.log4j.PatternLayout
[INFO] [WARNING] - org.apache.log4j.LogManager
[INFO] [WARNING] - org.apache.log4j.BasicConfigurator
[INFO] [WARNING] - org.apache.log4j.spi.ErrorHandler
[INFO] [WARNING] - org.apache.log4j.MDC
[INFO] [WARNING] - org.apache.log4j.AppenderSkeleton
[INFO] [WARNING] - org.apache.log4j.WriterAppender
[INFO] [WARNING] - 19 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, hadoop-yarn-client-2.7.0.jar define 42 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$ContainerEventType
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.NMClientAsync
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.YarnClientImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.YarnClientApplication
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$ContainerState
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$StatefulContainer$OutOfOrderTransition
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.InvalidContainerRequestException
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl$ResourceRequestInfo
[INFO] [WARNING] - 32 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, jets3t-0.9.0.jar define 307 overlapping classes:
[INFO] [WARNING] - org.jets3t.service.acl.GroupGrantee
[INFO] [WARNING] - org.jets3t.service.utils.oauth.OAuthUtils$1
[INFO] [WARNING] - org.jets3t.service.multithread.CreateObjectsEvent
[INFO] [WARNING] - org.jets3t.service.model.S3BucketLoggingStatus
[INFO] [WARNING] - org.jets3t.service.mx.MxDelegate
[INFO] [WARNING] - contribs.mx.S3BucketMx
[INFO] [WARNING] - org.jets3t.service.MultipartUploadChunk
[INFO] [WARNING] - org.jets3t.service.model.BaseStorageItem
[INFO] [WARNING] - org.jets3t.service.model.S3DeleteMarker
[INFO] [WARNING] - org.jets3t.service.utils.oauth.OAuthConstants$GSOAuth2_10$Endpoints
[INFO] [WARNING] - 297 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, hadoop-hdfs-2.7.0.jar define 2234 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos$GetJournalStateRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.util.LightWeightHashSet$1
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos$PurgeLogsRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.server.namenode.FsckServlet
[INFO] [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1
[INFO] [WARNING] - org.apache.hadoop.hdfs.server.common.HdfsServerConstants$NodeType
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos$RegisterCommandProto$1
[INFO] [WARNING] - 2224 more...
[INFO] [WARNING] flink-java-1.1.2.jar, flink-scala_2.10-1.1.2.jar, flink-runtime_2.10-1.1.2.jar, flink-streaming-scala_2.10-1.1.2.jar define 25 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Edge
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Context
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Attribute
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.signature.SignatureVisitor
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.MethodWriter
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.TypeReference
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.ClassReader
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Handler
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Label
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Frame
[INFO] [WARNING] - 15 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ flink-twitter-collection ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ flink-twitter-collection ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ flink-twitter-collection ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ flink-twitter-collection >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ flink-twitter-collection ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/main/xmlschema
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/src/site/diagrams
[INFO] [INFO] Copying 7 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ flink-twitter-collection ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ flink-twitter-collection <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ flink-twitter-collection ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.examples.flink.twitter...
[INFO] Loading source files for package org.apache.streams.flink...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterFollowingPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterPostsPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterSpritzerPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterUserInformationPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/FlinkBatchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/FlinkStreamingConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/StreamsFlinkConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/overview-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterUserInformationPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterSpritzerPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterPostsPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterFollowingPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/StreamsFlinkConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/FlinkStreamingConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/FlinkBatchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-use.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/overview-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:156: warning: no @return
[INFO] [WARNING] public Long getRestartAttempts() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:165: warning: no @param for restartAttempts
[INFO] [WARNING] public void setRestartAttempts(Long restartAttempts) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:179: warning: no @return
[INFO] [WARNING] public Long getRestartDelayMs() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:188: warning: no @param for restartDelayMs
[INFO] [WARNING] public void setRestartDelayMs(Long restartDelayMs) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ flink-twitter-collection ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ flink-twitter-collection ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/pom.xml to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples-local 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-local ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples-local ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples-local ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples-local ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples-local >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-local ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples-local <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples-local ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples-local ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples-local ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples-local ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/target/streams-examples-local-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/target/streams-examples-local-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/target/streams-examples-local-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building elasticsearch-hdfs 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 14 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/main/xmlschema
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/site/diagrams
[INFO] [INFO] Copying 6 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-hdfs ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ elasticsearch-hdfs ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/main/java/org/apache/streams/example/HdfsElasticsearch.java: Some input files use or override a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/main/java/org/apache/streams/example/HdfsElasticsearch.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-elasticsearch/0.4-incubating/streams-persist-elasticsearch-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ elasticsearch-hdfs ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 3 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ elasticsearch-hdfs ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-hdfs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-math3:jar:3.1.1 in the shaded jar.
[INFO] [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar.
[INFO] [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar.
[INFO] [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar.
[INFO] [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar.
[INFO] [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils:jar:1.7.0 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-core:jar:1.8.0 in the shaded jar.
[INFO] [INFO] Including org.apache.avro:avro:jar:1.7.4 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar.
[INFO] [INFO] Including org.xerial.snappy:snappy-java:jar:1.0.4.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.jcraft:jsch:jar:0.1.42 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.0 in the shaded jar.
[INFO] [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-compress:jar:1.4.1 in the shaded jar.
[INFO] [INFO] Including org.tukaani:xz:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.2 in the shaded jar.
[INFO] [INFO] Including javax.xml.stream:stax-api:jar:1.0-2 in the shaded jar.
[INFO] [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-client:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.hadoop:hadoop-hdfs-httpfs:pom:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar.
[INFO] [INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including commons-daemon:commons-daemon:jar:1.0.13 in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar.
[INFO] [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar.
[INFO] [INFO] Including io.netty:netty-all:jar:4.0.23.Final in the shaded jar.
[INFO] [INFO] Including xerces:xercesImpl:jar:2.9.1 in the shaded jar.
[INFO] [INFO] Including xml-apis:xml-apis:jar:1.3.04 in the shaded jar.
[INFO] [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar.
[INFO] [INFO] Including org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-beanutils-1.7.0.jar define 82 overlapping classes:
[INFO] [WARNING] - org.apache.commons.beanutils.ConvertUtilsBean
[INFO] [WARNING] - org.apache.commons.beanutils.converters.SqlTimeConverter
[INFO] [WARNING] - org.apache.commons.beanutils.Converter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.FloatArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.NestedNullException
[INFO] [WARNING] - org.apache.commons.beanutils.ConvertingWrapDynaBean
[INFO] [WARNING] - org.apache.commons.beanutils.converters.LongArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.SqlDateConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.BooleanArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.StringConverter
[INFO] [WARNING] - 72 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-client-2.7.0.jar define 2 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.package-info
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jsr311-api-1.1.1.jar, jersey-core-1.9.jar define 55 overlapping classes:
[INFO] [WARNING] - javax.ws.rs.core.HttpHeaders
[INFO] [WARNING] - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[INFO] [WARNING] - javax.ws.rs.DefaultValue
[INFO] [WARNING] - javax.ws.rs.core.StreamingOutput
[INFO] [WARNING] - javax.ws.rs.HEAD
[INFO] [WARNING] - javax.ws.rs.core.Request
[INFO] [WARNING] - javax.ws.rs.ext.Providers
[INFO] [WARNING] - javax.ws.rs.core.NewCookie
[INFO] [WARNING] - javax.ws.rs.core.UriBuilderException
[INFO] [WARNING] - javax.ws.rs.ext.ContextResolver
[INFO] [WARNING] - 45 more...
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-collections-3.2.1.jar, commons-beanutils-1.7.0.jar define 10 overlapping classes:
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$EntrySet
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$KeySet
[INFO] [WARNING] - org.apache.commons.collections.ArrayStack
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$Values
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$1
[INFO] [WARNING] - org.apache.commons.collections.Buffer
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap
[INFO] [WARNING] - org.apache.commons.collections.BufferUnderflowException
[INFO] [WARNING] jsr173_api-1.0.jar, xml-apis-1.3.04.jar define 3 overlapping classes:
[INFO] [WARNING] - javax.xml.namespace.NamespaceContext
[INFO] [WARNING] - javax.xml.namespace.QName
[INFO] [WARNING] - javax.xml.XMLConstants
[INFO] [WARNING] jsr173_api-1.0.jar, stax-api-1.0-2.jar define 37 overlapping classes:
[INFO] [WARNING] - javax.xml.stream.XMLEventReader
[INFO] [WARNING] - javax.xml.stream.StreamFilter
[INFO] [WARNING] - javax.xml.stream.FactoryFinder$ClassLoaderFinderConcrete
[INFO] [WARNING] - javax.xml.stream.util.StreamReaderDelegate
[INFO] [WARNING] - javax.xml.stream.events.StartDocument
[INFO] [WARNING] - javax.xml.stream.EventFilter
[INFO] [WARNING] - javax.xml.stream.XMLEventWriter
[INFO] [WARNING] - javax.xml.stream.XMLStreamConstants
[INFO] [WARNING] - javax.xml.stream.events.EntityDeclaration
[INFO] [WARNING] - javax.xml.stream.events.ProcessingInstruction
[INFO] [WARNING] - 27 more...
[INFO] [WARNING] log4j-over-slf4j-1.7.21.jar, log4j-1.2.17.jar define 29 overlapping classes:
[INFO] [WARNING] - org.apache.log4j.spi.OptionHandler
[INFO] [WARNING] - org.apache.log4j.spi.LoggerRepository
[INFO] [WARNING] - org.apache.log4j.NDC
[INFO] [WARNING] - org.apache.log4j.PatternLayout
[INFO] [WARNING] - org.apache.log4j.LogManager
[INFO] [WARNING] - org.apache.log4j.BasicConfigurator
[INFO] [WARNING] - org.apache.log4j.spi.ErrorHandler
[INFO] [WARNING] - org.apache.log4j.MDC
[INFO] [WARNING] - org.apache.log4j.AppenderSkeleton
[INFO] [WARNING] - org.apache.log4j.WriterAppender
[INFO] [WARNING] - 19 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-api-2.7.0.jar define 3 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.util.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factories.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factory.providers.package-info
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ elasticsearch-hdfs ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ elasticsearch-hdfs >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 14 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/main/xmlschema
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/src/site/diagrams
[INFO] [INFO] Copying 6 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-hdfs ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ elasticsearch-hdfs <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/ElasticsearchHdfs.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/ElasticsearchHdfsConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/HdfsElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/HdfsElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/HdfsElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/ElasticsearchHdfsConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/HdfsElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/ElasticsearchHdfs.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/apidocs/help-doc.html...
[INFO] 8 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:50: warning: no @return
[INFO] [WARNING] public ElasticsearchReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(ElasticsearchReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:75: warning: no @return
[INFO] [WARNING] public HdfsWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(HdfsWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public HdfsReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(HdfsReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ elasticsearch-hdfs ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ elasticsearch-hdfs ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/pom.xml to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building elasticsearch-reindex 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-reindex ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 13 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 13 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/main/xmlschema
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/site/diagrams
[INFO] [INFO] Copying 3 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-reindex ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ elasticsearch-reindex ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-elasticsearch/0.4-incubating/streams-persist-elasticsearch-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ elasticsearch-reindex ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ elasticsearch-reindex ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ elasticsearch-reindex ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ elasticsearch-reindex ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ elasticsearch-reindex >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-reindex ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 13 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 13 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/main/xmlschema
[INFO] [INFO] Copying 5 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/src/site/diagrams
[INFO] [INFO] Copying 3 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-reindex ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ elasticsearch-reindex <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/ElasticsearchReindex.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/ElasticsearchReindexConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/class-use/ElasticsearchReindexConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/class-use/ElasticsearchReindex.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:50: warning: no @return
[INFO] [WARNING] public ElasticsearchReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(ElasticsearchReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ elasticsearch-reindex ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ elasticsearch-reindex ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/pom.xml to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building mongo-elasticsearch-sync 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 8 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-mongo/0.4-incubating/streams-persist-mongo-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-mongo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.mongodb:mongo-java-driver:jar:3.3.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ mongo-elasticsearch-sync >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 8 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ mongo-elasticsearch-sync <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/MongoElasticsearchSync.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/MongoElasticsearchSyncConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/class-use/MongoElasticsearchSyncConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/class-use/MongoElasticsearchSync.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:50: warning: no @return
[INFO] [WARNING] public MongoConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(MongoConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ mongo-elasticsearch-sync ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/pom.xml to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-follow-neo4j 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.6:generate (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-follow-neo4j ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-follow-neo4j ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (resource-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-follow-neo4j ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-follow-neo4j ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.1.2 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-graph:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.antlr:stringtemplate:jar:4.0.2 in the shaded jar.
[INFO] [INFO] Including org.antlr:antlr-runtime:jar:3.3 in the shaded jar.
[INFO] [INFO] Including org.javatuples:javatuples:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-follow-neo4j ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-follow-neo4j >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.6:generate (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-follow-neo4j ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-follow-neo4j <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/TwitterFollowNeo4j.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/TwitterFollowNeo4jConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/class-use/TwitterFollowNeo4jConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/class-use/TwitterFollowNeo4j.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.12.4:integration-test (integration-tests) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.12.4:verify (integration-tests) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-follow-neo4j ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-follow-neo4j ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-history-elasticsearch 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-history-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-history-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-pojo/0.4-incubating/streams-pojo-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/test-classes with includes "**/*.json" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/test-classes with includes "**/*.json" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-history-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-history-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-history-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-history-elasticsearch >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-history-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-history-elasticsearch <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public TwitterUserInformationConfiguration getTwitter() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:60: warning: no @param for twitter
[INFO] [WARNING] public void setTwitter(TwitterUserInformationConfiguration twitter) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getElasticsearch() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:85: warning: no @param for elasticsearch
[INFO] [WARNING] public void setElasticsearch(ElasticsearchWriterConfiguration elasticsearch) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-history-elasticsearch ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-history-elasticsearch ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-userstream-elasticsearch 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.6:clean (default-clean) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-filters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-verbs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.antlr:stringtemplate:jar:4.0.2 in the shaded jar.
[INFO] [INFO] Including org.antlr:antlr-runtime:jar:3.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-userstream-elasticsearch >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-userstream-elasticsearch <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearch.SetDeleteIdProcessor.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearch.SetDeleteIdProcessor.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public TwitterStreamConfiguration getTwitter() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:60: warning: no @param for twitter
[INFO] [WARNING] public void setTwitter(TwitterStreamConfiguration twitter) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getElasticsearch() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:85: warning: no @param for elasticsearch
[INFO] [WARNING] public void setElasticsearch(ElasticsearchWriterConfiguration elasticsearch) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-userstream-elasticsearch ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] streams-examples ................................... SUCCESS [ 11.505 s]
[INFO] [INFO] streams-examples-flink ............................. SUCCESS [ 0.185 s]
[INFO] [INFO] flink-twitter-collection ........................... SUCCESS [ 29.142 s]
[INFO] [INFO] streams-examples-local ............................. SUCCESS [ 0.198 s]
[INFO] [INFO] elasticsearch-hdfs ................................. SUCCESS [ 13.974 s]
[INFO] [INFO] elasticsearch-reindex .............................. SUCCESS [ 7.787 s]
[INFO] [INFO] mongo-elasticsearch-sync ........................... SUCCESS [ 8.009 s]
[INFO] [INFO] twitter-follow-neo4j ............................... SUCCESS [ 5.808 s]
[INFO] [INFO] twitter-history-elasticsearch ...................... SUCCESS [ 7.926 s]
[INFO] [INFO] twitter-userstream-elasticsearch ................... SUCCESS [ 8.085 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 01:33 min
[INFO] [INFO] Finished at: 2016-10-23T23:00:50-05:00
[INFO] [INFO] Final Memory: 220M/1860M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git add -- pom.xml flink/pom.xml flink/flink-twitter-collection/pom.xml local/pom.xml local/elasticsearch-hdfs/pom.xml local/elasticsearch-reindex/pom.xml local/mongo-elasticsearch-sync/pom.xml local/twitter-follow-neo4j/pom.xml local/twitter-history-elasticsearch/pom.xml local/twitter-userstream-elasticsearch/pom.xml
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git rev-parse --show-toplevel
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git status --porcelain .
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[WARNING] Ignoring unrecognized line: ?? flink/flink-twitter-collection/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? flink/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/elasticsearch-hdfs/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/elasticsearch-reindex/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/mongo-elasticsearch-sync/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-follow-neo4j/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-history-elasticsearch/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-userstream-elasticsearch/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git commit --verbose -F /var/folders/rs/cpghz8t179l84_t0rhrdbgt40000gn/T/maven-scm-62143950.commit pom.xml flink/pom.xml flink/flink-twitter-collection/pom.xml local/pom.xml local/elasticsearch-hdfs/pom.xml local/elasticsearch-reindex/pom.xml local/mongo-elasticsearch-sync/pom.xml local/twitter-follow-neo4j/pom.xml local/twitter-history-elasticsearch/pom.xml local/twitter-userstream-elasticsearch/pom.xml
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git symbolic-ref HEAD
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git push https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git refs/heads/master:refs/heads/master
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Waiting for 10 seconds before tagging the release.
[INFO] Tagging release with the label streams-examples-0.4-incubating...
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git tag -F /var/folders/rs/cpghz8t179l84_t0rhrdbgt40000gn/T/maven-scm-1346600536.commit streams-examples-0.4-incubating
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git push https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git refs/tags/streams-examples-0.4-incubating
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git ls-files
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Transforming 'streams-examples'...
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-filters to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-graph to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Transforming 'streams-examples-flink'...
[INFO] Transforming 'flink-twitter-collection'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Transforming 'streams-examples-local'...
[INFO] Transforming 'elasticsearch-hdfs'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-hdfs to 0.4-incubating
[INFO] Transforming 'elasticsearch-reindex'...
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Transforming 'mongo-elasticsearch-sync'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Updating streams-persist-mongo to 0.4-incubating
[INFO] Updating streams-schema-activitystreams to 0.4-incubating
[INFO] Transforming 'twitter-follow-neo4j'...
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-graph to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Transforming 'twitter-history-elasticsearch'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-util to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Transforming 'twitter-userstream-elasticsearch'...
[INFO] Updating streams-core to 0.4-incubating
[INFO] Updating streams-config to 0.4-incubating
[INFO] Updating streams-runtime-local to 0.4-incubating
[INFO] Updating streams-filters to 0.4-incubating
[INFO] Updating streams-provider-twitter to 0.4-incubating
[INFO] Updating streams-persist-elasticsearch to 0.4-incubating
[INFO] Updating streams-pojo to 0.4-incubating
[INFO] Not removing release POMs
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git add -- pom.xml flink/pom.xml flink/flink-twitter-collection/pom.xml local/pom.xml local/elasticsearch-hdfs/pom.xml local/elasticsearch-reindex/pom.xml local/mongo-elasticsearch-sync/pom.xml local/twitter-follow-neo4j/pom.xml local/twitter-history-elasticsearch/pom.xml local/twitter-userstream-elasticsearch/pom.xml
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git rev-parse --show-toplevel
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git status --porcelain .
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[WARNING] Ignoring unrecognized line: ?? flink/flink-twitter-collection/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? flink/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/elasticsearch-hdfs/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/elasticsearch-reindex/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/mongo-elasticsearch-sync/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-follow-neo4j/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-history-elasticsearch/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? local/twitter-userstream-elasticsearch/pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git commit --verbose -F /var/folders/rs/cpghz8t179l84_t0rhrdbgt40000gn/T/maven-scm-1812174302.commit pom.xml flink/pom.xml flink/flink-twitter-collection/pom.xml local/pom.xml local/elasticsearch-hdfs/pom.xml local/elasticsearch-reindex/pom.xml local/mongo-elasticsearch-sync/pom.xml local/twitter-follow-neo4j/pom.xml local/twitter-history-elasticsearch/pom.xml local/twitter-userstream-elasticsearch/pom.xml
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git symbolic-ref HEAD
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release && git push https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git refs/heads/master:refs/heads/master
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Release preparation complete.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] streams-examples ................................... SUCCESS [03:55 min]
[INFO] streams-examples-flink ............................. SUCCESS [ 0.003 s]
[INFO] flink-twitter-collection ........................... SUCCESS [ 0.039 s]
[INFO] streams-examples-local ............................. SUCCESS [ 0.004 s]
[INFO] elasticsearch-hdfs ................................. SUCCESS [ 0.049 s]
[INFO] elasticsearch-reindex .............................. SUCCESS [ 0.039 s]
[INFO] mongo-elasticsearch-sync ........................... SUCCESS [ 0.019 s]
[INFO] twitter-follow-neo4j ............................... SUCCESS [ 0.025 s]
[INFO] twitter-history-elasticsearch ...................... SUCCESS [ 0.042 s]
[INFO] twitter-userstream-elasticsearch ................... SUCCESS [ 0.013 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:56 min
[INFO] Finished at: 2016-10-23T23:01:11-05:00
[INFO] Final Memory: 19M/279M
[INFO] ------------------------------------------------------------------------
steves-mac-pro:incubator-streams-examples-release steve$ mvn -Papache-release -Pcontrib-check -Darguments='-Dmaven.test.skip.exec=true' release:perform -Dgoals=deploy -DlocalRepoDirectory=. -DlocalCheckout=true
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] streams-examples
[INFO] streams-examples-flink
[INFO] flink-twitter-collection
[INFO] streams-examples-local
[INFO] elasticsearch-hdfs
[INFO] elasticsearch-reindex
[INFO] mongo-elasticsearch-sync
[INFO] twitter-follow-neo4j
[INFO] twitter-history-elasticsearch
[INFO] twitter-userstream-elasticsearch
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building streams-examples 0.5-incubating-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ streams-examples ---
[INFO] Performing a LOCAL checkout from scm:git:file:///Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Checking out the project to perform the release ...
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release/target && git clone --branch streams-examples-0.4-incubating file:///Users/steve/Dropbox/git/incubator-streams-examples-release /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target
[INFO] Executing: /bin/sh -c cd /var/folders/rs/cpghz8t179l84_t0rhrdbgt40000gn/T/ && git ls-remote file:///Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Working directory: /var/folders/rs/cpghz8t179l84_t0rhrdbgt40000gn/T
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout && git fetch file:///Users/steve/Dropbox/git/incubator-streams-examples-release
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout && git checkout streams-examples-0.4-incubating
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout
[INFO] Executing: /bin/sh -c cd /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout && git ls-files
[INFO] Working directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout
[INFO] Invoking perform goals in directory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout
[INFO] Executing goals 'deploy'...
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Build Order:
[INFO] [INFO]
[INFO] [INFO] streams-examples
[INFO] [INFO] streams-examples-flink
[INFO] [INFO] flink-twitter-collection
[INFO] [INFO] streams-examples-local
[INFO] [INFO] elasticsearch-hdfs
[INFO] [INFO] elasticsearch-reindex
[INFO] [INFO] mongo-elasticsearch-sync
[INFO] [INFO] twitter-follow-neo4j
[INFO] [INFO] twitter-history-elasticsearch
[INFO] [INFO] twitter-userstream-elasticsearch
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples ---
[INFO] [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] [WARNING] The assembly descriptor contains a filesystem-root relative reference, which is not cross platform compatible /
[INFO] [INFO] Building zip: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating-source-release.zip
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Parsing exclusions from /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/.gitignore
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 87 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 3 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating-source-release.zip to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/target/streams-examples-0.4-incubating-source-release.zip.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ streams-examples ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom
[INFO] 2/26 KB
[INFO] 4/26 KB
[INFO] 6/26 KB
[INFO] 8/26 KB
[INFO] 10/26 KB
[INFO] 12/26 KB
[INFO] 14/26 KB
[INFO] 16/26 KB
[INFO] 18/26 KB
[INFO] 20/26 KB
[INFO] 22/26 KB
[INFO] 24/26 KB
[INFO] 26/26 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom (26 KB at 10.7 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/maven-metadata.xml
[INFO] 332/332 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/maven-metadata.xml (332 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml
[INFO] 2/2 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml (2 KB at 2.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip
[INFO] 2/209 KB
[INFO] 4/209 KB
[INFO] 6/209 KB
[INFO] 8/209 KB
[INFO] 10/209 KB
[INFO] 12/209 KB
[INFO] 14/209 KB
[INFO] 16/209 KB
[INFO] 18/209 KB
[INFO] 20/209 KB
[INFO] 22/209 KB
[INFO] 24/209 KB
[INFO] 26/209 KB
[INFO] 28/209 KB
[INFO] 30/209 KB
[INFO] 32/209 KB
[INFO] 34/209 KB
[INFO] 36/209 KB
[INFO] 38/209 KB
[INFO] 40/209 KB
[INFO] 42/209 KB
[INFO] 44/209 KB
[INFO] 46/209 KB
[INFO] 48/209 KB
[INFO] 50/209 KB
[INFO] 52/209 KB
[INFO] 54/209 KB
[INFO] 56/209 KB
[INFO] 58/209 KB
[INFO] 60/209 KB
[INFO] 62/209 KB
[INFO] 64/209 KB
[INFO] 66/209 KB
[INFO] 68/209 KB
[INFO] 70/209 KB
[INFO] 72/209 KB
[INFO] 74/209 KB
[INFO] 76/209 KB
[INFO] 78/209 KB
[INFO] 80/209 KB
[INFO] 82/209 KB
[INFO] 84/209 KB
[INFO] 86/209 KB
[INFO] 88/209 KB
[INFO] 90/209 KB
[INFO] 92/209 KB
[INFO] 94/209 KB
[INFO] 96/209 KB
[INFO] 98/209 KB
[INFO] 100/209 KB
[INFO] 102/209 KB
[INFO] 104/209 KB
[INFO] 106/209 KB
[INFO] 108/209 KB
[INFO] 110/209 KB
[INFO] 112/209 KB
[INFO] 114/209 KB
[INFO] 116/209 KB
[INFO] 118/209 KB
[INFO] 120/209 KB
[INFO] 122/209 KB
[INFO] 124/209 KB
[INFO] 126/209 KB
[INFO] 128/209 KB
[INFO] 130/209 KB
[INFO] 132/209 KB
[INFO] 134/209 KB
[INFO] 136/209 KB
[INFO] 138/209 KB
[INFO] 140/209 KB
[INFO] 142/209 KB
[INFO] 144/209 KB
[INFO] 146/209 KB
[INFO] 148/209 KB
[INFO] 150/209 KB
[INFO] 152/209 KB
[INFO] 154/209 KB
[INFO] 156/209 KB
[INFO] 158/209 KB
[INFO] 160/209 KB
[INFO] 162/209 KB
[INFO] 164/209 KB
[INFO] 166/209 KB
[INFO] 168/209 KB
[INFO] 170/209 KB
[INFO] 172/209 KB
[INFO] 174/209 KB
[INFO] 176/209 KB
[INFO] 178/209 KB
[INFO] 180/209 KB
[INFO] 182/209 KB
[INFO] 184/209 KB
[INFO] 186/209 KB
[INFO] 188/209 KB
[INFO] 190/209 KB
[INFO] 192/209 KB
[INFO] 194/209 KB
[INFO] 196/209 KB
[INFO] 198/209 KB
[INFO] 200/209 KB
[INFO] 202/209 KB
[INFO] 204/209 KB
[INFO] 206/209 KB
[INFO] 208/209 KB
[INFO] 209/209 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip (209 KB at 244.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating.pom.asc (868 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-site.xml.asc (868 B at 4.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples/0.4-incubating/streams-examples-0.4-incubating-source-release.zip.asc (868 B at 5.0 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples-flink 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-flink ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples-flink ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples-flink ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples-flink ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples-flink >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-flink ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 62 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-flink ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples-flink <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples-flink ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples-flink ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples-flink ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples-flink ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples-flink ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/target/streams-examples-flink-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/target/streams-examples-flink-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/target/streams-examples-flink-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ streams-examples-flink ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom
[INFO] 2/2 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom (2 KB at 3.1 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/maven-metadata.xml
[INFO] 338/338 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/maven-metadata.xml (338 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml
[INFO] 952/952 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml (952 B at 1.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating.pom.asc (868 B at 4.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-flink/0.4-incubating/streams-examples-flink-0.4-incubating-site.xml.asc (868 B at 5.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building flink-twitter-collection 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ flink-twitter-collection ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 19 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 19 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/main/xmlschema
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/site/diagrams
[INFO] [INFO] Copying 7 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ flink-twitter-collection ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:add-source (scala-compile-first) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:compile (scala-compile-first) @ flink-twitter-collection ---
[INFO] [WARNING] Expected all dependencies to require Scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-compiler:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-reflect:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.scalatest:scalatest_2.10:2.2.5 requires scala version: 2.10.5
[INFO] [WARNING] Multiple versions of scala libraries detected!
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/main/scala:-1: info: compiling
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo:-1: info: compiling
[INFO] [INFO] Compiling 12 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/classes at 1477282111525
[INFO] [WARNING] warning: Class org.joda.convert.FromString not found - continuing with a stub.
[INFO] [WARNING] one warning found
[INFO] [INFO] prepare-compile in 0 s
[INFO] [INFO] compile in 5 s
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ flink-twitter-collection ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 7 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- scala-maven-plugin:3.2.2:testCompile (scala-test-compile) @ flink-twitter-collection ---
[INFO] [WARNING] Expected all dependencies to require Scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-compiler:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.apache.streams:flink-twitter-collection:0.4-incubating requires scala version: 2.10.6
[INFO] [WARNING] org.scala-lang:scala-reflect:2.10.6 requires scala version: 2.10.6
[INFO] [WARNING] org.scalatest:scalatest_2.10:2.2.5 requires scala version: 2.10.5
[INFO] [WARNING] Multiple versions of scala libraries detected!
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/test/scala:-1: info: compiling
[INFO] [INFO] Compiling 5 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/test-classes at 1477282117620
[INFO] [INFO] prepare-compile in 0 s
[INFO] [INFO] compile in 3 s
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ flink-twitter-collection ---
[INFO] [INFO] Nothing to compile - all classes are up to date
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ flink-twitter-collection ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ flink-twitter-collection ---
[INFO] [INFO] Including org.scala-lang:scala-compiler:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-hdfs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar.
[INFO] [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar.
[INFO] [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-core:jar:1.8.0 in the shaded jar.
[INFO] [INFO] Including org.apache.avro:avro:jar:1.7.4 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.jcraft:jsch:jar:0.1.42 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-compress:jar:1.4.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-client:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.hadoop:hadoop-hdfs-httpfs:pom:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar.
[INFO] [INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including commons-daemon:commons-daemon:jar:1.0.13 in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar.
[INFO] [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar.
[INFO] [INFO] Including io.netty:netty-all:jar:4.0.23.Final in the shaded jar.
[INFO] [INFO] Including xerces:xercesImpl:jar:2.9.1 in the shaded jar.
[INFO] [INFO] Including xml-apis:xml-apis:jar:1.3.04 in the shaded jar.
[INFO] [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar.
[INFO] [INFO] Including org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-java:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-core:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-annotations:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including com.esotericsoftware.kryo:kryo:jar:2.24.0 in the shaded jar.
[INFO] [INFO] Including com.esotericsoftware.minlog:minlog:jar:1.2 in the shaded jar.
[INFO] [INFO] Including org.objenesis:objenesis:jar:2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-shaded-hadoop2:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including commons-el:commons-el:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar.
[INFO] [INFO] Including commons-digester:commons-digester:jar:1.8.1 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar.
[INFO] [INFO] Including org.xerial.snappy:snappy-java:jar:1.0.5 in the shaded jar.
[INFO] [INFO] Including org.tukaani:xz:jar:1.0 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-bean-collections:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.2 in the shaded jar.
[INFO] [INFO] Including javax.xml.stream:stax-api:jar:1.0-2 in the shaded jar.
[INFO] [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
[INFO] [INFO] Including com.google.inject:guice:jar:3.0 in the shaded jar.
[INFO] [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
[INFO] [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-math3:jar:3.5 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:force-shading:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-clients_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-runtime_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-actor_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-remote_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including org.uncommons.maths:uncommons-maths:jar:1.2.2a in the shaded jar.
[INFO] [INFO] Including com.typesafe.akka:akka-slf4j_2.10:jar:2.3.7 in the shaded jar.
[INFO] [INFO] Including org.clapper:grizzled-slf4j_2.10:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.github.scopt:scopt_2.10:jar:3.2.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-core:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-jvm:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including io.dropwizard.metrics:metrics-json:jar:3.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:chill_2.10:jar:0.7.4 in the shaded jar.
[INFO] [INFO] Including com.twitter:chill-java:jar:0.7.4 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-optimizer_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-scala_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.scalamacros:quasiquotes_2.10:jar:2.0.1 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-connector-filesystem_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-streaming-scala_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-streaming-java_2.10:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.sling:org.apache.sling.commons.json:jar:2.0.6 in the shaded jar.
[INFO] [INFO] Including org.apache.flink:flink-metrics-core:jar:1.1.2 in the shaded jar.
[INFO] [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.5 in the shaded jar.
[INFO] [INFO] Including jline:jline:jar:0.9.94 in the shaded jar.
[INFO] [INFO] Including org.jboss.netty:netty:jar:3.2.2.Final in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] netty-3.8.0.Final.jar, netty-3.2.2.Final.jar define 496 overlapping classes:
[INFO] [WARNING] - org.jboss.netty.util.internal.jzlib.Deflate
[INFO] [WARNING] - org.jboss.netty.channel.socket.nio.NioSocketChannelConfig
[INFO] [WARNING] - org.jboss.netty.channel.socket.ServerSocketChannelConfig
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentHashMap$HashIterator
[INFO] [WARNING] - org.jboss.netty.handler.codec.serialization.ObjectDecoder
[INFO] [WARNING] - org.jboss.netty.util.internal.jzlib.Tree
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap$Segment
[INFO] [WARNING] - org.jboss.netty.handler.logging.LoggingHandler
[INFO] [WARNING] - org.jboss.netty.channel.ChannelHandlerLifeCycleException
[INFO] [WARNING] - org.jboss.netty.util.internal.ConcurrentIdentityHashMap$ValueIterator
[INFO] [WARNING] - 486 more...
[INFO] [WARNING] flink-java-1.1.2.jar, flink-runtime_2.10-1.1.2.jar define 141 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$LocalVarRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.InvokeDynamicInsnNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$ExceptionRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.ASMContentHandler$LookupSwitchLabelRule
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.LdcInsnNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.xml.Processor$OutputSlicingHandler
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.tree.LocalVariableAnnotationNode
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.commons.StaticInitMerger
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.util.TraceClassVisitor
[INFO] [WARNING] - 131 more...
[INFO] [WARNING] hadoop-auth-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 27 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.PseudoAuthenticationHandler
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.AuthenticatedURL$Token
[INFO] [WARNING] - org.apache.hadoop.security.authentication.client.Authenticator
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$NoMatchingRule
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$Rule
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.AuthenticationHandler
[INFO] [WARNING] - org.apache.hadoop.security.authentication.util.KerberosName$BadFormatString
[INFO] [WARNING] - org.apache.hadoop.util.PlatformName
[INFO] [WARNING] - org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler$1
[INFO] [WARNING] - 17 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-api-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 3 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.util.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factories.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factory.providers.package-info
[INFO] [WARNING] hadoop-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 1604 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.io.compress.DecompressorStream
[INFO] [WARNING] - org.apache.hadoop.metrics.spi.AbstractMetricsContext
[INFO] [WARNING] - org.apache.hadoop.record.XmlRecordInput$Value
[INFO] [WARNING] - org.apache.hadoop.util.HeapSort
[INFO] [WARNING] - org.apache.hadoop.metrics.ganglia.GangliaContext31
[INFO] [WARNING] - org.apache.hadoop.ha.protocolPB.HAServiceProtocolClientSideTranslatorPB$1
[INFO] [WARNING] - org.apache.hadoop.util.ShutdownHookManager$2
[INFO] [WARNING] - org.apache.hadoop.io.compress.DirectDecompressionCodec
[INFO] [WARNING] - org.apache.hadoop.metrics2.MetricsSystem$Callback
[INFO] [WARNING] - org.apache.hadoop.metrics2.impl.MetricsBuffer$Entry
[INFO] [WARNING] - 1594 more...
[INFO] [WARNING] jsr311-api-1.1.1.jar, jersey-core-1.9.jar define 55 overlapping classes:
[INFO] [WARNING] - javax.ws.rs.core.HttpHeaders
[INFO] [WARNING] - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[INFO] [WARNING] - javax.ws.rs.DefaultValue
[INFO] [WARNING] - javax.ws.rs.core.StreamingOutput
[INFO] [WARNING] - javax.ws.rs.HEAD
[INFO] [WARNING] - javax.ws.rs.core.Request
[INFO] [WARNING] - javax.ws.rs.ext.Providers
[INFO] [WARNING] - javax.ws.rs.core.NewCookie
[INFO] [WARNING] - javax.ws.rs.core.UriBuilderException
[INFO] [WARNING] - javax.ws.rs.ext.ContextResolver
[INFO] [WARNING] - 45 more...
[INFO] [WARNING] hadoop-yarn-api-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 556 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.ResourceBlacklistRequest
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$RegisterApplicationMasterRequestProtoOrBuilder
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.StopContainersResponse
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$SubmitApplicationRequestProto
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$GetApplicationsRequestProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$StartContainerResponseProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnProtos$StrictPreemptionContractProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServiceProtos$GetContainerStatusesResponseProto$Builder
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnServerResourceManagerServiceProtos$RefreshAdminAclsRequestProto$1
[INFO] [WARNING] - org.apache.hadoop.yarn.proto.YarnProtos$ResourceBlacklistRequestProto
[INFO] [WARNING] - 546 more...
[INFO] [WARNING] hadoop-annotations-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 15 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability
[INFO] [WARNING] - org.apache.hadoop.classification.tools.RootDocProcessor$ExcludeHandler
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience$Private
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience$LimitedPrivate
[INFO] [WARNING] - org.apache.hadoop.classification.tools.package-info
[INFO] [WARNING] - org.apache.hadoop.classification.tools.ExcludePrivateAnnotationsStandardDoclet
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability$Evolving
[INFO] [WARNING] - org.apache.hadoop.classification.tools.IncludePublicAnnotationsStandardDoclet
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceStability$Stable
[INFO] [WARNING] - org.apache.hadoop.classification.InterfaceAudience
[INFO] [WARNING] - 5 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 558 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.impl.pb.ContainerLaunchContextPBImpl$4$1
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.FinishApplicationMasterResponsePBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.CancelDelegationTokenResponsePBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.Hamlet$H6
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.MimeType
[INFO] [WARNING] - org.apache.hadoop.yarn.api.records.impl.pb.ApplicationReportPBImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.Hamlet$BODY
[INFO] [WARNING] - org.apache.hadoop.yarn.event.AsyncDispatcher$1
[INFO] [WARNING] - org.apache.hadoop.yarn.webapp.hamlet.HamletSpec$_InsDel
[INFO] [WARNING] - org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetQueueInfoRequestPBImpl
[INFO] [WARNING] - 548 more...
[INFO] [WARNING] flink-connector-filesystem_2.10-1.1.2.jar, flink-scala_2.10-1.1.2.jar, flink-streaming-java_2.10-1.1.2.jar, flink-runtime_2.10-1.1.2.jar, flink-streaming-scala_2.10-1.1.2.jar, flink-optimizer_2.10-1.1.2.jar define 1690 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.Synchronized$SynchronizedSortedSetMultimap
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.FutureCallback
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.Monitor$Guard
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.util.concurrent.Striped$2
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.ImmutableEnumSet$1
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.primitives.Bytes$ByteArrayAsList
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.math.IntMath$1
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.hash.Hashing$ConcatenatedHashFunction
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.hash.Funnels$UnencodedCharsFunnel
[INFO] [WARNING] - org.apache.flink.shaded.com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1$1
[INFO] [WARNING] - 1680 more...
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar, hadoop-yarn-client-2.7.0.jar define 2 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.package-info
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-collections-3.2.1.jar define 10 overlapping classes:
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$EntrySet
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$KeySet
[INFO] [WARNING] - org.apache.commons.collections.ArrayStack
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$Values
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$1
[INFO] [WARNING] - org.apache.commons.collections.Buffer
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap
[INFO] [WARNING] - org.apache.commons.collections.BufferUnderflowException
[INFO] [WARNING] jsr173_api-1.0.jar, xml-apis-1.3.04.jar define 3 overlapping classes:
[INFO] [WARNING] - javax.xml.namespace.NamespaceContext
[INFO] [WARNING] - javax.xml.namespace.QName
[INFO] [WARNING] - javax.xml.XMLConstants
[INFO] [WARNING] jsr173_api-1.0.jar, stax-api-1.0-2.jar define 37 overlapping classes:
[INFO] [WARNING] - javax.xml.stream.XMLEventReader
[INFO] [WARNING] - javax.xml.stream.StreamFilter
[INFO] [WARNING] - javax.xml.stream.FactoryFinder$ClassLoaderFinderConcrete
[INFO] [WARNING] - javax.xml.stream.util.StreamReaderDelegate
[INFO] [WARNING] - javax.xml.stream.events.StartDocument
[INFO] [WARNING] - javax.xml.stream.EventFilter
[INFO] [WARNING] - javax.xml.stream.XMLEventWriter
[INFO] [WARNING] - javax.xml.stream.XMLStreamConstants
[INFO] [WARNING] - javax.xml.stream.events.EntityDeclaration
[INFO] [WARNING] - javax.xml.stream.events.ProcessingInstruction
[INFO] [WARNING] - 27 more...
[INFO] [WARNING] hadoop-mapreduce-client-core-2.7.0.jar, flink-shaded-hadoop2-1.1.2.jar define 856 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.mapred.pipes.PipesPartitioner
[INFO] [WARNING] - org.apache.hadoop.mapred.lib.InputSampler$SplitSampler
[INFO] [WARNING] - org.apache.hadoop.mapred.JobClient$14
[INFO] [WARNING] - org.apache.hadoop.mapred.ReduceTask$SkippingReduceValuesIterator
[INFO] [WARNING] - org.apache.hadoop.mapreduce.jobhistory.JobFinishedEvent
[INFO] [WARNING] - org.apache.hadoop.mapred.StatisticsCollector$1
[INFO] [WARNING] - org.apache.hadoop.mapred.join.ResetableIterator$EMPTY
[INFO] [WARNING] - org.apache.hadoop.mapred.pipes.BinaryProtocol$UplinkReaderThread
[INFO] [WARNING] - org.apache.hadoop.mapreduce.lib.input.InvalidInputException
[INFO] [WARNING] - org.apache.hadoop.mapreduce.lib.aggregate.StringValueMin
[INFO] [WARNING] - 846 more...
[INFO] [WARNING] log4j-over-slf4j-1.7.21.jar, log4j-1.2.17.jar define 29 overlapping classes:
[INFO] [WARNING] - org.apache.log4j.spi.OptionHandler
[INFO] [WARNING] - org.apache.log4j.spi.LoggerRepository
[INFO] [WARNING] - org.apache.log4j.NDC
[INFO] [WARNING] - org.apache.log4j.PatternLayout
[INFO] [WARNING] - org.apache.log4j.LogManager
[INFO] [WARNING] - org.apache.log4j.BasicConfigurator
[INFO] [WARNING] - org.apache.log4j.spi.ErrorHandler
[INFO] [WARNING] - org.apache.log4j.MDC
[INFO] [WARNING] - org.apache.log4j.AppenderSkeleton
[INFO] [WARNING] - org.apache.log4j.WriterAppender
[INFO] [WARNING] - 19 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, hadoop-yarn-client-2.7.0.jar define 42 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$ContainerEventType
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.NMClientAsync
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.YarnClientImpl
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.YarnClientApplication
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$ContainerState
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.async.impl.NMClientAsyncImpl$StatefulContainer$OutOfOrderTransition
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.InvalidContainerRequestException
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.AMRMClientImpl$ResourceRequestInfo
[INFO] [WARNING] - 32 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, jets3t-0.9.0.jar define 307 overlapping classes:
[INFO] [WARNING] - org.jets3t.service.acl.GroupGrantee
[INFO] [WARNING] - org.jets3t.service.utils.oauth.OAuthUtils$1
[INFO] [WARNING] - org.jets3t.service.multithread.CreateObjectsEvent
[INFO] [WARNING] - org.jets3t.service.model.S3BucketLoggingStatus
[INFO] [WARNING] - org.jets3t.service.mx.MxDelegate
[INFO] [WARNING] - contribs.mx.S3BucketMx
[INFO] [WARNING] - org.jets3t.service.MultipartUploadChunk
[INFO] [WARNING] - org.jets3t.service.model.BaseStorageItem
[INFO] [WARNING] - org.jets3t.service.model.S3DeleteMarker
[INFO] [WARNING] - org.jets3t.service.utils.oauth.OAuthConstants$GSOAuth2_10$Endpoints
[INFO] [WARNING] - 297 more...
[INFO] [WARNING] flink-shaded-hadoop2-1.1.2.jar, hadoop-hdfs-2.7.0.jar define 2234 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos$GetJournalStateRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.CacheDirectiveInfo$Expiration
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerResponseProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.util.LightWeightHashSet$1
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.qjournal.protocol.QJournalProtocolProtos$PurgeLogsRequestProto$Builder
[INFO] [WARNING] - org.apache.hadoop.hdfs.server.namenode.FsckServlet
[INFO] [WARNING] - org.apache.hadoop.hdfs.web.URLConnectionFactory$1
[INFO] [WARNING] - org.apache.hadoop.hdfs.server.common.HdfsServerConstants$NodeType
[INFO] [WARNING] - org.apache.hadoop.hdfs.protocol.proto.DatanodeProtocolProtos$RegisterCommandProto$1
[INFO] [WARNING] - 2224 more...
[INFO] [WARNING] flink-java-1.1.2.jar, flink-scala_2.10-1.1.2.jar, flink-runtime_2.10-1.1.2.jar, flink-streaming-scala_2.10-1.1.2.jar define 25 overlapping classes:
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Edge
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Context
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Attribute
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.signature.SignatureVisitor
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.MethodWriter
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.TypeReference
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.ClassReader
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Handler
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Label
[INFO] [WARNING] - org.apache.flink.shaded.org.objectweb.asm.Frame
[INFO] [WARNING] - 15 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ flink-twitter-collection ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ flink-twitter-collection ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ flink-twitter-collection ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ flink-twitter-collection >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ flink-twitter-collection ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 28 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 28 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ flink-twitter-collection ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 7 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/main/xmlschema
[INFO] [INFO] Copying 8 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/src/site/diagrams
[INFO] [INFO] Copying 7 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ flink-twitter-collection ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ flink-twitter-collection <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ flink-twitter-collection ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ flink-twitter-collection ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.examples.flink.twitter...
[INFO] Loading source files for package org.apache.streams.flink...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterFollowingPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterPostsPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterSpritzerPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/TwitterUserInformationPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/FlinkBatchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/FlinkStreamingConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/StreamsFlinkConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/overview-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterUserInformationPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterSpritzerPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterPostsPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/class-use/TwitterFollowingPipelineConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/StreamsFlinkConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/FlinkStreamingConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/class-use/FlinkBatchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/examples/flink/twitter/package-use.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/org/apache/streams/flink/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/overview-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:156: warning: no @return
[INFO] [WARNING] public Long getRestartAttempts() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:165: warning: no @param for restartAttempts
[INFO] [WARNING] public void setRestartAttempts(Long restartAttempts) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:179: warning: no @return
[INFO] [WARNING] public Long getRestartDelayMs() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/generated-sources/jsonschema2pojo/org/apache/streams/flink/StreamsFlinkConfiguration.java:188: warning: no @param for restartDelayMs
[INFO] [WARNING] public void setRestartDelayMs(Long restartDelayMs) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ flink-twitter-collection ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ flink-twitter-collection ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ flink-twitter-collection ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/pom.xml to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/flink/flink-twitter-collection/target/flink-twitter-collection-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ flink-twitter-collection ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar
[INFO] 2/103 KB
[INFO] 4/103 KB
[INFO] 6/103 KB
[INFO] 8/103 KB
[INFO] 10/103 KB
[INFO] 12/103 KB
[INFO] 14/103 KB
[INFO] 16/103 KB
[INFO] 18/103 KB
[INFO] 20/103 KB
[INFO] 22/103 KB
[INFO] 24/103 KB
[INFO] 26/103 KB
[INFO] 28/103 KB
[INFO] 30/103 KB
[INFO] 32/103 KB
[INFO] 34/103 KB
[INFO] 36/103 KB
[INFO] 38/103 KB
[INFO] 40/103 KB
[INFO] 42/103 KB
[INFO] 44/103 KB
[INFO] 46/103 KB
[INFO] 48/103 KB
[INFO] 50/103 KB
[INFO] 52/103 KB
[INFO] 54/103 KB
[INFO] 56/103 KB
[INFO] 58/103 KB
[INFO] 60/103 KB
[INFO] 62/103 KB
[INFO] 64/103 KB
[INFO] 66/103 KB
[INFO] 68/103 KB
[INFO] 70/103 KB
[INFO] 72/103 KB
[INFO] 74/103 KB
[INFO] 76/103 KB
[INFO] 78/103 KB
[INFO] 80/103 KB
[INFO] 82/103 KB
[INFO] 84/103 KB
[INFO] 86/103 KB
[INFO] 88/103 KB
[INFO] 90/103 KB
[INFO] 92/103 KB
[INFO] 94/103 KB
[INFO] 96/103 KB
[INFO] 98/103 KB
[INFO] 100/103 KB
[INFO] 102/103 KB
[INFO] 103/103 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar (103 KB at 52.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom
[INFO] 2/19 KB
[INFO] 4/19 KB
[INFO] 6/19 KB
[INFO] 8/19 KB
[INFO] 10/19 KB
[INFO] 12/19 KB
[INFO] 14/19 KB
[INFO] 16/19 KB
[INFO] 18/19 KB
[INFO] 19/19 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom (19 KB at 28.4 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/maven-metadata.xml
[INFO] 340/340 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/maven-metadata.xml (340 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar
[INFO] 2/48 KB
[INFO] 4/48 KB
[INFO] 6/48 KB
[INFO] 8/48 KB
[INFO] 10/48 KB
[INFO] 12/48 KB
[INFO] 14/48 KB
[INFO] 16/48 KB
[INFO] 18/48 KB
[INFO] 20/48 KB
[INFO] 22/48 KB
[INFO] 24/48 KB
[INFO] 26/48 KB
[INFO] 28/48 KB
[INFO] 30/48 KB
[INFO] 32/48 KB
[INFO] 34/48 KB
[INFO] 36/48 KB
[INFO] 38/48 KB
[INFO] 40/48 KB
[INFO] 42/48 KB
[INFO] 44/48 KB
[INFO] 46/48 KB
[INFO] 48/48 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar (48 KB at 63.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar
[INFO] 2/89 KB
[INFO] 4/89 KB
[INFO] 6/89 KB
[INFO] 8/89 KB
[INFO] 10/89 KB
[INFO] 12/89 KB
[INFO] 14/89 KB
[INFO] 16/89 KB
[INFO] 18/89 KB
[INFO] 20/89 KB
[INFO] 22/89 KB
[INFO] 24/89 KB
[INFO] 26/89 KB
[INFO] 28/89 KB
[INFO] 30/89 KB
[INFO] 32/89 KB
[INFO] 34/89 KB
[INFO] 36/89 KB
[INFO] 38/89 KB
[INFO] 40/89 KB
[INFO] 42/89 KB
[INFO] 44/89 KB
[INFO] 46/89 KB
[INFO] 48/89 KB
[INFO] 50/89 KB
[INFO] 52/89 KB
[INFO] 54/89 KB
[INFO] 56/89 KB
[INFO] 58/89 KB
[INFO] 60/89 KB
[INFO] 62/89 KB
[INFO] 64/89 KB
[INFO] 66/89 KB
[INFO] 68/89 KB
[INFO] 70/89 KB
[INFO] 72/89 KB
[INFO] 74/89 KB
[INFO] 76/89 KB
[INFO] 78/89 KB
[INFO] 80/89 KB
[INFO] 82/89 KB
[INFO] 84/89 KB
[INFO] 86/89 KB
[INFO] 88/89 KB
[INFO] 89/89 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar (89 KB at 107.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.jar.asc (868 B at 4.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating.pom.asc (868 B at 4.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-tests.jar.asc (868 B at 4.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/flink-twitter-collection/0.4-incubating/flink-twitter-collection-0.4-incubating-javadoc.jar.asc (868 B at 4.8 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building streams-examples-local 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-local ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ streams-examples-local ---
[INFO] [INFO] Skipping packaging of the test-jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ streams-examples-local ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ streams-examples-local ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ streams-examples-local >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ streams-examples-local ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 67 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 2 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ streams-examples-local ---
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ streams-examples-local <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ streams-examples-local ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ streams-examples-local ---
[INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ streams-examples-local ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ streams-examples-local ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ streams-examples-local ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/pom.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/target/streams-examples-local-0.4-incubating-site.xml to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/target/streams-examples-local-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/target/streams-examples-local-0.4-incubating-site.xml.asc to /Users/steve/.m2/repository/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ streams-examples-local ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom
[INFO] 2/2 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom (2 KB at 3.5 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/maven-metadata.xml
[INFO] 338/338 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/maven-metadata.xml (338 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml
[INFO] 2/2 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml (2 KB at 1.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating.pom.asc (868 B at 4.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/streams-examples-local/0.4-incubating/streams-examples-local-0.4-incubating-site.xml.asc (868 B at 4.8 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building elasticsearch-hdfs 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 9 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 9 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/site/diagrams
[INFO] [INFO] Copying 6 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-hdfs ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ elasticsearch-hdfs ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/main/java/org/apache/streams/example/ElasticsearchHdfs.java: Some input files use or override a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/main/java/org/apache/streams/example/ElasticsearchHdfs.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 6 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-elasticsearch/0.4-incubating/streams-persist-elasticsearch-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ elasticsearch-hdfs ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 3 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ elasticsearch-hdfs ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-hdfs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-math3:jar:3.1.1 in the shaded jar.
[INFO] [INFO] Including commons-httpclient:commons-httpclient:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-net:commons-net:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar.
[INFO] [INFO] Including javax.servlet.jsp:jsp-api:jar:2.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-json:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jettison:jettison:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-jaxrs:jar:1.8.3 in the shaded jar.
[INFO] [INFO] Including net.java.dev.jets3t:jets3t:jar:0.9.0 in the shaded jar.
[INFO] [INFO] Including com.jamesmurty.utils:java-xmlbuilder:jar:0.4 in the shaded jar.
[INFO] [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar.
[INFO] [INFO] Including commons-digester:commons-digester:jar:1.8 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils:jar:1.7.0 in the shaded jar.
[INFO] [INFO] Including commons-beanutils:commons-beanutils-core:jar:1.8.0 in the shaded jar.
[INFO] [INFO] Including org.apache.avro:avro:jar:1.7.4 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.3 in the shaded jar.
[INFO] [INFO] Including org.xerial.snappy:snappy-java:jar:1.0.4.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-asn1-api:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.directory.api:api-util:jar:1.0.0-M20 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-framework:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.jcraft:jsch:jar:0.1.42 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-client:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including org.apache.curator:curator-recipes:jar:2.7.1 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:3.0.0 in the shaded jar.
[INFO] [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-compress:jar:1.4.1 in the shaded jar.
[INFO] [INFO] Including org.tukaani:xz:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-app:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-client:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-server-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-shuffle:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-api:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-yarn-common:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.2 in the shaded jar.
[INFO] [INFO] Including javax.xml.stream:stax-api:jar:1.0-2 in the shaded jar.
[INFO] [INFO] Including javax.activation:activation:jar:1.1 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-client:jar:1.9 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-mapreduce-client-jobclient:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.hadoop:hadoop-hdfs-httpfs:pom:2.7.0 in the shaded jar.
[INFO] [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1 in the shaded jar.
[INFO] [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.7.0 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including org.mortbay.jetty:jetty-util:jar:6.1.26 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-core:jar:1.9 in the shaded jar.
[INFO] [INFO] Including com.sun.jersey:jersey-server:jar:1.9 in the shaded jar.
[INFO] [INFO] Including asm:asm:jar:3.1 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including commons-daemon:commons-daemon:jar:1.0.13 in the shaded jar.
[INFO] [INFO] Including log4j:log4j:jar:1.2.17 in the shaded jar.
[INFO] [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar.
[INFO] [INFO] Including javax.servlet:servlet-api:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 in the shaded jar.
[INFO] [INFO] Including xmlenc:xmlenc:jar:0.52 in the shaded jar.
[INFO] [INFO] Including io.netty:netty-all:jar:4.0.23.Final in the shaded jar.
[INFO] [INFO] Including xerces:xercesImpl:jar:2.9.1 in the shaded jar.
[INFO] [INFO] Including xml-apis:xml-apis:jar:1.3.04 in the shaded jar.
[INFO] [INFO] Including org.apache.htrace:htrace-core:jar:3.1.0-incubating in the shaded jar.
[INFO] [INFO] Including org.fusesource.leveldbjni:leveldbjni-all:jar:1.8 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-beanutils-1.7.0.jar define 82 overlapping classes:
[INFO] [WARNING] - org.apache.commons.beanutils.ConvertUtilsBean
[INFO] [WARNING] - org.apache.commons.beanutils.converters.SqlTimeConverter
[INFO] [WARNING] - org.apache.commons.beanutils.Converter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.FloatArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.NestedNullException
[INFO] [WARNING] - org.apache.commons.beanutils.ConvertingWrapDynaBean
[INFO] [WARNING] - org.apache.commons.beanutils.converters.LongArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.SqlDateConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.BooleanArrayConverter
[INFO] [WARNING] - org.apache.commons.beanutils.converters.StringConverter
[INFO] [WARNING] - 72 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-client-2.7.0.jar define 2 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.client.api.impl.package-info
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jsr311-api-1.1.1.jar, jersey-core-1.9.jar define 55 overlapping classes:
[INFO] [WARNING] - javax.ws.rs.core.HttpHeaders
[INFO] [WARNING] - javax.ws.rs.ext.RuntimeDelegate$HeaderDelegate
[INFO] [WARNING] - javax.ws.rs.DefaultValue
[INFO] [WARNING] - javax.ws.rs.core.StreamingOutput
[INFO] [WARNING] - javax.ws.rs.HEAD
[INFO] [WARNING] - javax.ws.rs.core.Request
[INFO] [WARNING] - javax.ws.rs.ext.Providers
[INFO] [WARNING] - javax.ws.rs.core.NewCookie
[INFO] [WARNING] - javax.ws.rs.core.UriBuilderException
[INFO] [WARNING] - javax.ws.rs.ext.ContextResolver
[INFO] [WARNING] - 45 more...
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] commons-beanutils-core-1.8.0.jar, commons-collections-3.2.1.jar, commons-beanutils-1.7.0.jar define 10 overlapping classes:
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$EntrySet
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$KeySet
[INFO] [WARNING] - org.apache.commons.collections.ArrayStack
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView$CollectionViewIterator
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$Values
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$CollectionView
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap$1
[INFO] [WARNING] - org.apache.commons.collections.Buffer
[INFO] [WARNING] - org.apache.commons.collections.FastHashMap
[INFO] [WARNING] - org.apache.commons.collections.BufferUnderflowException
[INFO] [WARNING] jsr173_api-1.0.jar, xml-apis-1.3.04.jar define 3 overlapping classes:
[INFO] [WARNING] - javax.xml.namespace.NamespaceContext
[INFO] [WARNING] - javax.xml.namespace.QName
[INFO] [WARNING] - javax.xml.XMLConstants
[INFO] [WARNING] jsr173_api-1.0.jar, stax-api-1.0-2.jar define 37 overlapping classes:
[INFO] [WARNING] - javax.xml.stream.XMLEventReader
[INFO] [WARNING] - javax.xml.stream.StreamFilter
[INFO] [WARNING] - javax.xml.stream.FactoryFinder$ClassLoaderFinderConcrete
[INFO] [WARNING] - javax.xml.stream.util.StreamReaderDelegate
[INFO] [WARNING] - javax.xml.stream.events.StartDocument
[INFO] [WARNING] - javax.xml.stream.EventFilter
[INFO] [WARNING] - javax.xml.stream.XMLEventWriter
[INFO] [WARNING] - javax.xml.stream.XMLStreamConstants
[INFO] [WARNING] - javax.xml.stream.events.EntityDeclaration
[INFO] [WARNING] - javax.xml.stream.events.ProcessingInstruction
[INFO] [WARNING] - 27 more...
[INFO] [WARNING] log4j-over-slf4j-1.7.21.jar, log4j-1.2.17.jar define 29 overlapping classes:
[INFO] [WARNING] - org.apache.log4j.spi.OptionHandler
[INFO] [WARNING] - org.apache.log4j.spi.LoggerRepository
[INFO] [WARNING] - org.apache.log4j.NDC
[INFO] [WARNING] - org.apache.log4j.PatternLayout
[INFO] [WARNING] - org.apache.log4j.LogManager
[INFO] [WARNING] - org.apache.log4j.BasicConfigurator
[INFO] [WARNING] - org.apache.log4j.spi.ErrorHandler
[INFO] [WARNING] - org.apache.log4j.MDC
[INFO] [WARNING] - org.apache.log4j.AppenderSkeleton
[INFO] [WARNING] - org.apache.log4j.WriterAppender
[INFO] [WARNING] - 19 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] hadoop-yarn-common-2.7.0.jar, hadoop-yarn-api-2.7.0.jar define 3 overlapping classes:
[INFO] [WARNING] - org.apache.hadoop.yarn.util.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factories.package-info
[INFO] [WARNING] - org.apache.hadoop.yarn.factory.providers.package-info
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ elasticsearch-hdfs ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ elasticsearch-hdfs >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-hdfs ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 14 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 14 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-hdfs ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/main/xmlschema
[INFO] [INFO] Copying 2 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/src/site/diagrams
[INFO] [INFO] Copying 6 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-hdfs ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ elasticsearch-hdfs <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ elasticsearch-hdfs ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ elasticsearch-hdfs ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/ElasticsearchHdfs.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/ElasticsearchHdfsConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/HdfsElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/HdfsElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/HdfsElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/ElasticsearchHdfsConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/HdfsElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/class-use/ElasticsearchHdfs.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/apidocs/help-doc.html...
[INFO] 8 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:50: warning: no @return
[INFO] [WARNING] public ElasticsearchReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(ElasticsearchReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:75: warning: no @return
[INFO] [WARNING] public HdfsWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchHdfsConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(HdfsWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public HdfsReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(HdfsReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/generated-sources/jsonschema2pojo/org/apache/streams/example/HdfsElasticsearchConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ elasticsearch-hdfs ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ elasticsearch-hdfs ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ elasticsearch-hdfs ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/pom.xml to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-hdfs/target/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ elasticsearch-hdfs ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar
[INFO] 2/23 KB
[INFO] 4/23 KB
[INFO] 6/23 KB
[INFO] 8/23 KB
[INFO] 10/23 KB
[INFO] 12/23 KB
[INFO] 14/23 KB
[INFO] 16/23 KB
[INFO] 18/23 KB
[INFO] 20/23 KB
[INFO] 22/23 KB
[INFO] 23/23 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar (23 KB at 12.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom
[INFO] 2/15 KB
[INFO] 4/15 KB
[INFO] 6/15 KB
[INFO] 8/15 KB
[INFO] 10/15 KB
[INFO] 12/15 KB
[INFO] 14/15 KB
[INFO] 15/15 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom (15 KB at 23.5 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/maven-metadata.xml
[INFO] 334/334 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/maven-metadata.xml (334 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar
[INFO] 2/170 KB
[INFO] 4/170 KB
[INFO] 6/170 KB
[INFO] 8/170 KB
[INFO] 10/170 KB
[INFO] 12/170 KB
[INFO] 14/170 KB
[INFO] 16/170 KB
[INFO] 18/170 KB
[INFO] 20/170 KB
[INFO] 22/170 KB
[INFO] 24/170 KB
[INFO] 26/170 KB
[INFO] 28/170 KB
[INFO] 30/170 KB
[INFO] 32/170 KB
[INFO] 34/170 KB
[INFO] 36/170 KB
[INFO] 38/170 KB
[INFO] 40/170 KB
[INFO] 42/170 KB
[INFO] 44/170 KB
[INFO] 46/170 KB
[INFO] 48/170 KB
[INFO] 50/170 KB
[INFO] 52/170 KB
[INFO] 54/170 KB
[INFO] 56/170 KB
[INFO] 58/170 KB
[INFO] 60/170 KB
[INFO] 62/170 KB
[INFO] 64/170 KB
[INFO] 66/170 KB
[INFO] 68/170 KB
[INFO] 70/170 KB
[INFO] 72/170 KB
[INFO] 74/170 KB
[INFO] 76/170 KB
[INFO] 78/170 KB
[INFO] 80/170 KB
[INFO] 82/170 KB
[INFO] 84/170 KB
[INFO] 86/170 KB
[INFO] 88/170 KB
[INFO] 90/170 KB
[INFO] 92/170 KB
[INFO] 94/170 KB
[INFO] 96/170 KB
[INFO] 98/170 KB
[INFO] 100/170 KB
[INFO] 102/170 KB
[INFO] 104/170 KB
[INFO] 106/170 KB
[INFO] 108/170 KB
[INFO] 110/170 KB
[INFO] 112/170 KB
[INFO] 114/170 KB
[INFO] 116/170 KB
[INFO] 118/170 KB
[INFO] 120/170 KB
[INFO] 122/170 KB
[INFO] 124/170 KB
[INFO] 126/170 KB
[INFO] 128/170 KB
[INFO] 130/170 KB
[INFO] 132/170 KB
[INFO] 134/170 KB
[INFO] 136/170 KB
[INFO] 138/170 KB
[INFO] 140/170 KB
[INFO] 142/170 KB
[INFO] 144/170 KB
[INFO] 146/170 KB
[INFO] 148/170 KB
[INFO] 150/170 KB
[INFO] 152/170 KB
[INFO] 154/170 KB
[INFO] 156/170 KB
[INFO] 158/170 KB
[INFO] 160/170 KB
[INFO] 162/170 KB
[INFO] 164/170 KB
[INFO] 166/170 KB
[INFO] 168/170 KB
[INFO] 170/170 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar (170 KB at 190.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar
[INFO] 2/53 KB
[INFO] 4/53 KB
[INFO] 6/53 KB
[INFO] 8/53 KB
[INFO] 10/53 KB
[INFO] 12/53 KB
[INFO] 14/53 KB
[INFO] 16/53 KB
[INFO] 18/53 KB
[INFO] 20/53 KB
[INFO] 22/53 KB
[INFO] 24/53 KB
[INFO] 26/53 KB
[INFO] 28/53 KB
[INFO] 30/53 KB
[INFO] 32/53 KB
[INFO] 34/53 KB
[INFO] 36/53 KB
[INFO] 38/53 KB
[INFO] 40/53 KB
[INFO] 42/53 KB
[INFO] 44/53 KB
[INFO] 46/53 KB
[INFO] 48/53 KB
[INFO] 50/53 KB
[INFO] 52/53 KB
[INFO] 53/53 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar (53 KB at 75.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.jar.asc (868 B at 5.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating.pom.asc (868 B at 4.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-tests.jar.asc (868 B at 4.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-hdfs/0.4-incubating/elasticsearch-hdfs-0.4-incubating-javadoc.jar.asc (868 B at 1.9 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building elasticsearch-reindex 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-reindex ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 8 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/main/xmlschema
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/site/diagrams
[INFO] [INFO] Copying 3 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-reindex ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ elasticsearch-reindex ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/main/java/org/apache/streams/example/ElasticsearchReindex.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 3 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-elasticsearch/0.4-incubating/streams-persist-elasticsearch-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ elasticsearch-reindex ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 4 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ elasticsearch-reindex ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ elasticsearch-reindex ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ elasticsearch-reindex ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ elasticsearch-reindex >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ elasticsearch-reindex ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 13 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 13 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ elasticsearch-reindex ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/main/xmlschema
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/src/site/diagrams
[INFO] [INFO] Copying 3 resources
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ elasticsearch-reindex ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ elasticsearch-reindex <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ elasticsearch-reindex ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ elasticsearch-reindex ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/ElasticsearchReindex.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/ElasticsearchReindexConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/class-use/ElasticsearchReindexConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/class-use/ElasticsearchReindex.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:50: warning: no @return
[INFO] [WARNING] public ElasticsearchReaderConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(ElasticsearchReaderConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/generated-sources/jsonschema2pojo/org/apache/streams/example/ElasticsearchReindexConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ elasticsearch-reindex ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ elasticsearch-reindex ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ elasticsearch-reindex ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/pom.xml to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/elasticsearch-reindex/target/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ elasticsearch-reindex ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar
[INFO] 2/19 KB
[INFO] 4/19 KB
[INFO] 6/19 KB
[INFO] 8/19 KB
[INFO] 10/19 KB
[INFO] 12/19 KB
[INFO] 14/19 KB
[INFO] 16/19 KB
[INFO] 18/19 KB
[INFO] 19/19 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar (19 KB at 26.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom
[INFO] 2/14 KB
[INFO] 4/14 KB
[INFO] 6/14 KB
[INFO] 8/14 KB
[INFO] 10/14 KB
[INFO] 12/14 KB
[INFO] 14/14 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom (14 KB at 21.5 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/maven-metadata.xml
[INFO] 337/337 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/maven-metadata.xml (337 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar
[INFO] 2/170 KB
[INFO] 4/170 KB
[INFO] 6/170 KB
[INFO] 8/170 KB
[INFO] 10/170 KB
[INFO] 12/170 KB
[INFO] 14/170 KB
[INFO] 16/170 KB
[INFO] 18/170 KB
[INFO] 20/170 KB
[INFO] 22/170 KB
[INFO] 24/170 KB
[INFO] 26/170 KB
[INFO] 28/170 KB
[INFO] 30/170 KB
[INFO] 32/170 KB
[INFO] 34/170 KB
[INFO] 36/170 KB
[INFO] 38/170 KB
[INFO] 40/170 KB
[INFO] 42/170 KB
[INFO] 44/170 KB
[INFO] 46/170 KB
[INFO] 48/170 KB
[INFO] 50/170 KB
[INFO] 52/170 KB
[INFO] 54/170 KB
[INFO] 56/170 KB
[INFO] 58/170 KB
[INFO] 60/170 KB
[INFO] 62/170 KB
[INFO] 64/170 KB
[INFO] 66/170 KB
[INFO] 68/170 KB
[INFO] 70/170 KB
[INFO] 72/170 KB
[INFO] 74/170 KB
[INFO] 76/170 KB
[INFO] 78/170 KB
[INFO] 80/170 KB
[INFO] 82/170 KB
[INFO] 84/170 KB
[INFO] 86/170 KB
[INFO] 88/170 KB
[INFO] 90/170 KB
[INFO] 92/170 KB
[INFO] 94/170 KB
[INFO] 96/170 KB
[INFO] 98/170 KB
[INFO] 100/170 KB
[INFO] 102/170 KB
[INFO] 104/170 KB
[INFO] 106/170 KB
[INFO] 108/170 KB
[INFO] 110/170 KB
[INFO] 112/170 KB
[INFO] 114/170 KB
[INFO] 116/170 KB
[INFO] 118/170 KB
[INFO] 120/170 KB
[INFO] 122/170 KB
[INFO] 124/170 KB
[INFO] 126/170 KB
[INFO] 128/170 KB
[INFO] 130/170 KB
[INFO] 132/170 KB
[INFO] 134/170 KB
[INFO] 136/170 KB
[INFO] 138/170 KB
[INFO] 140/170 KB
[INFO] 142/170 KB
[INFO] 144/170 KB
[INFO] 146/170 KB
[INFO] 148/170 KB
[INFO] 150/170 KB
[INFO] 152/170 KB
[INFO] 154/170 KB
[INFO] 156/170 KB
[INFO] 158/170 KB
[INFO] 160/170 KB
[INFO] 162/170 KB
[INFO] 164/170 KB
[INFO] 166/170 KB
[INFO] 168/170 KB
[INFO] 170/170 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar (170 KB at 196.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar
[INFO] 2/41 KB
[INFO] 4/41 KB
[INFO] 6/41 KB
[INFO] 8/41 KB
[INFO] 10/41 KB
[INFO] 12/41 KB
[INFO] 14/41 KB
[INFO] 16/41 KB
[INFO] 18/41 KB
[INFO] 20/41 KB
[INFO] 22/41 KB
[INFO] 24/41 KB
[INFO] 26/41 KB
[INFO] 28/41 KB
[INFO] 30/41 KB
[INFO] 32/41 KB
[INFO] 34/41 KB
[INFO] 36/41 KB
[INFO] 38/41 KB
[INFO] 40/41 KB
[INFO] 41/41 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar (41 KB at 23.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.jar.asc (868 B at 5.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating.pom.asc (868 B at 5.1 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-tests.jar.asc (868 B at 5.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/elasticsearch-reindex/0.4-incubating/elasticsearch-reindex-0.4-incubating-javadoc.jar.asc (868 B at 5.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building mongo-elasticsearch-sync 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 6 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/main/java/org/apache/streams/example/MongoElasticsearchSync.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-schema-activitystreams/0.4-incubating/streams-schema-activitystreams-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-persist-mongo/0.4-incubating/streams-persist-mongo-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/test-classes with includes "**/*.json,**/*.conf" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-mongo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.mongodb:mongo-java-driver:jar:3.3.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-schema-activitystreams:test-jar:tests:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ mongo-elasticsearch-sync >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 8 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 8 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ mongo-elasticsearch-sync <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ mongo-elasticsearch-sync ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/MongoElasticsearchSync.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/MongoElasticsearchSyncConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/class-use/MongoElasticsearchSyncConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/class-use/MongoElasticsearchSync.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:50: warning: no @return
[INFO] [WARNING] public MongoConfiguration getSource() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:60: warning: no @param for source
[INFO] [WARNING] public void setSource(MongoConfiguration source) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getDestination() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/generated-sources/jsonschema2pojo/org/apache/streams/example/MongoElasticsearchSyncConfiguration.java:85: warning: no @param for destination
[INFO] [WARNING] public void setDestination(ElasticsearchWriterConfiguration destination) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ mongo-elasticsearch-sync ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ mongo-elasticsearch-sync ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/pom.xml to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/mongo-elasticsearch-sync/target/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ mongo-elasticsearch-sync ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar
[INFO] 2/17 KB
[INFO] 4/17 KB
[INFO] 6/17 KB
[INFO] 8/17 KB
[INFO] 10/17 KB
[INFO] 12/17 KB
[INFO] 14/17 KB
[INFO] 16/17 KB
[INFO] 17/17 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar (17 KB at 27.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom
[INFO] 2/16 KB
[INFO] 4/16 KB
[INFO] 6/16 KB
[INFO] 8/16 KB
[INFO] 10/16 KB
[INFO] 12/16 KB
[INFO] 14/16 KB
[INFO] 16/16 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom (16 KB at 22.6 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/maven-metadata.xml
[INFO] 340/340 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/maven-metadata.xml (340 B at 0.6 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar
[INFO] 2/49 KB
[INFO] 4/49 KB
[INFO] 6/49 KB
[INFO] 8/49 KB
[INFO] 10/49 KB
[INFO] 12/49 KB
[INFO] 14/49 KB
[INFO] 16/49 KB
[INFO] 18/49 KB
[INFO] 20/49 KB
[INFO] 22/49 KB
[INFO] 24/49 KB
[INFO] 26/49 KB
[INFO] 28/49 KB
[INFO] 30/49 KB
[INFO] 32/49 KB
[INFO] 34/49 KB
[INFO] 36/49 KB
[INFO] 38/49 KB
[INFO] 40/49 KB
[INFO] 42/49 KB
[INFO] 44/49 KB
[INFO] 46/49 KB
[INFO] 48/49 KB
[INFO] 49/49 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar (49 KB at 63.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar
[INFO] 2/41 KB
[INFO] 4/41 KB
[INFO] 6/41 KB
[INFO] 8/41 KB
[INFO] 10/41 KB
[INFO] 12/41 KB
[INFO] 14/41 KB
[INFO] 16/41 KB
[INFO] 18/41 KB
[INFO] 20/41 KB
[INFO] 22/41 KB
[INFO] 24/41 KB
[INFO] 26/41 KB
[INFO] 28/41 KB
[INFO] 30/41 KB
[INFO] 32/41 KB
[INFO] 34/41 KB
[INFO] 36/41 KB
[INFO] 38/41 KB
[INFO] 40/41 KB
[INFO] 41/41 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar (41 KB at 56.2 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.jar.asc (868 B at 4.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating.pom.asc (868 B at 4.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-tests.jar.asc (868 B at 5.1 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/mongo-elasticsearch-sync/0.4-incubating/mongo-elasticsearch-sync-0.4-incubating-javadoc.jar.asc (868 B at 2.6 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-follow-neo4j 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 5 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.6:generate (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-follow-neo4j ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-follow-neo4j ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/classes
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.4:unpack-dependencies (resource-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-follow-neo4j ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-follow-neo4j ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.1.2 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-graph:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.antlr:stringtemplate:jar:4.0.2 in the shaded jar.
[INFO] [INFO] Including org.antlr:antlr-runtime:jar:3.3 in the shaded jar.
[INFO] [INFO] Including org.javatuples:javatuples:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-follow-neo4j ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-follow-neo4j >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-follow-neo4j ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-follow-neo4j ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.6:generate (default) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-follow-neo4j ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-follow-neo4j <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-follow-neo4j ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-follow-neo4j ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/TwitterFollowNeo4j.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/TwitterFollowNeo4jConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/class-use/TwitterFollowNeo4jConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/class-use/TwitterFollowNeo4j.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/apidocs/help-doc.html...
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.12.4:integration-test (integration-tests) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.12.4:verify (integration-tests) @ twitter-follow-neo4j ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-follow-neo4j ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-follow-neo4j ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-follow-neo4j/target/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ twitter-follow-neo4j ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar
[INFO] 2/17 KB
[INFO] 4/17 KB
[INFO] 6/17 KB
[INFO] 8/17 KB
[INFO] 10/17 KB
[INFO] 12/17 KB
[INFO] 14/17 KB
[INFO] 16/17 KB
[INFO] 17/17 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar (17 KB at 7.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom
[INFO] 2/14 KB
[INFO] 4/14 KB
[INFO] 6/14 KB
[INFO] 8/14 KB
[INFO] 10/14 KB
[INFO] 12/14 KB
[INFO] 14/14 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom (14 KB at 19.5 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/maven-metadata.xml
[INFO] 336/336 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/maven-metadata.xml (336 B at 0.4 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar
[INFO] 2/15 KB
[INFO] 4/15 KB
[INFO] 6/15 KB
[INFO] 8/15 KB
[INFO] 10/15 KB
[INFO] 12/15 KB
[INFO] 14/15 KB
[INFO] 15/15 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar (15 KB at 23.9 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar
[INFO] 2/41 KB
[INFO] 4/41 KB
[INFO] 6/41 KB
[INFO] 8/41 KB
[INFO] 10/41 KB
[INFO] 12/41 KB
[INFO] 14/41 KB
[INFO] 16/41 KB
[INFO] 18/41 KB
[INFO] 20/41 KB
[INFO] 22/41 KB
[INFO] 24/41 KB
[INFO] 26/41 KB
[INFO] 28/41 KB
[INFO] 30/41 KB
[INFO] 32/41 KB
[INFO] 34/41 KB
[INFO] 36/41 KB
[INFO] 38/41 KB
[INFO] 40/41 KB
[INFO] 41/41 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar (41 KB at 64.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.jar.asc (868 B at 4.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating.pom.asc (868 B at 4.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-tests.jar.asc (868 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-follow-neo4j/0.4-incubating/twitter-follow-neo4j-0.4-incubating-javadoc.jar.asc (868 B at 5.1 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-history-elasticsearch 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 5 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-history-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-history-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/main/java/org/apache/streams/example/TwitterHistoryElasticsearch.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-pojo/0.4-incubating/streams-pojo-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/test-classes with includes "**/*.json" and excludes ""
[INFO] [INFO] Unpacking /Users/steve/.m2/repository/org/apache/streams/streams-util/0.4-incubating/streams-util-0.4-incubating-tests.jar to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/test-classes with includes "**/*.json" and excludes ""
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-history-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-history-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-history-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-history-elasticsearch >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-history-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-banned-dependencies) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-snapshots) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-history-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-history-elasticsearch <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-history-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-history-elasticsearch ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/TwitterHistoryElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterHistoryElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public TwitterUserInformationConfiguration getTwitter() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:60: warning: no @param for twitter
[INFO] [WARNING] public void setTwitter(TwitterUserInformationConfiguration twitter) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getElasticsearch() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterHistoryElasticsearchConfiguration.java:85: warning: no @param for elasticsearch
[INFO] [WARNING] public void setElasticsearch(ElasticsearchWriterConfiguration elasticsearch) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ twitter-history-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-history-elasticsearch ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-history-elasticsearch ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-history-elasticsearch/target/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ twitter-history-elasticsearch ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar
[INFO] 2/18 KB
[INFO] 4/18 KB
[INFO] 6/18 KB
[INFO] 8/18 KB
[INFO] 10/18 KB
[INFO] 12/18 KB
[INFO] 14/18 KB
[INFO] 16/18 KB
[INFO] 18/18 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar (18 KB at 28.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom
[INFO] 2/15 KB
[INFO] 4/15 KB
[INFO] 6/15 KB
[INFO] 8/15 KB
[INFO] 10/15 KB
[INFO] 12/15 KB
[INFO] 14/15 KB
[INFO] 15/15 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom (15 KB at 23.2 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/maven-metadata.xml
[INFO] 345/345 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/maven-metadata.xml (345 B at 0.5 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar
[INFO] 2/127 KB
[INFO] 4/127 KB
[INFO] 6/127 KB
[INFO] 8/127 KB
[INFO] 10/127 KB
[INFO] 12/127 KB
[INFO] 14/127 KB
[INFO] 16/127 KB
[INFO] 18/127 KB
[INFO] 20/127 KB
[INFO] 22/127 KB
[INFO] 24/127 KB
[INFO] 26/127 KB
[INFO] 28/127 KB
[INFO] 30/127 KB
[INFO] 32/127 KB
[INFO] 34/127 KB
[INFO] 36/127 KB
[INFO] 38/127 KB
[INFO] 40/127 KB
[INFO] 42/127 KB
[INFO] 44/127 KB
[INFO] 46/127 KB
[INFO] 48/127 KB
[INFO] 50/127 KB
[INFO] 52/127 KB
[INFO] 54/127 KB
[INFO] 56/127 KB
[INFO] 58/127 KB
[INFO] 60/127 KB
[INFO] 62/127 KB
[INFO] 64/127 KB
[INFO] 66/127 KB
[INFO] 68/127 KB
[INFO] 70/127 KB
[INFO] 72/127 KB
[INFO] 74/127 KB
[INFO] 76/127 KB
[INFO] 78/127 KB
[INFO] 80/127 KB
[INFO] 82/127 KB
[INFO] 84/127 KB
[INFO] 86/127 KB
[INFO] 88/127 KB
[INFO] 90/127 KB
[INFO] 92/127 KB
[INFO] 94/127 KB
[INFO] 96/127 KB
[INFO] 98/127 KB
[INFO] 100/127 KB
[INFO] 102/127 KB
[INFO] 104/127 KB
[INFO] 106/127 KB
[INFO] 108/127 KB
[INFO] 110/127 KB
[INFO] 112/127 KB
[INFO] 114/127 KB
[INFO] 116/127 KB
[INFO] 118/127 KB
[INFO] 120/127 KB
[INFO] 122/127 KB
[INFO] 124/127 KB
[INFO] 126/127 KB
[INFO] 127/127 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar (127 KB at 157.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar
[INFO] 2/42 KB
[INFO] 4/42 KB
[INFO] 6/42 KB
[INFO] 8/42 KB
[INFO] 10/42 KB
[INFO] 12/42 KB
[INFO] 14/42 KB
[INFO] 16/42 KB
[INFO] 18/42 KB
[INFO] 20/42 KB
[INFO] 22/42 KB
[INFO] 24/42 KB
[INFO] 26/42 KB
[INFO] 28/42 KB
[INFO] 30/42 KB
[INFO] 32/42 KB
[INFO] 34/42 KB
[INFO] 36/42 KB
[INFO] 38/42 KB
[INFO] 40/42 KB
[INFO] 42/42 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar (42 KB at 22.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.jar.asc (868 B at 4.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating.pom.asc (868 B at 4.3 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-tests.jar.asc (868 B at 4.8 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-history-elasticsearch/0.4-incubating/twitter-history-elasticsearch-0.4-incubating-javadoc.jar.asc (868 B at 4.7 KB/sec)
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building twitter-userstream-elasticsearch 0.4-incubating
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 5 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 5 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 2 source files to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/classes
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java uses or overrides a deprecated API.
[INFO] [INFO] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/main/java/org/apache/streams/example/TwitterUserstreamElasticsearch.java: Recompile with -Xlint:deprecation for details.
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] Copying 4 resources
[INFO] [INFO] Copying 4 resources
[INFO] [INFO]
[INFO] [INFO] --- maven-dependency-plugin:2.10:unpack-dependencies (test-resource-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Changes detected - recompiling the module!
[INFO] [INFO] Compiling 1 source file to /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/test-classes
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (test) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-shade-plugin:2.4.3:shade (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Including org.apache.lucene:lucene-core:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.3.2 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:test-jar:tests:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queries:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-memory:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-suggest:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-misc:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-join:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-grouping:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including org.apache.lucene:lucene-spatial3d:jar:5.5.0 in the shaded jar.
[INFO] [INFO] Including com.spatial4j:spatial4j:jar:0.5 in the shaded jar.
[INFO] [INFO] Including com.google.guava:guava:jar:19.0 in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:securesm:jar:1.0 in the shaded jar.
[INFO] [INFO] Including com.carrotsearch:hppc:jar:0.7.1 in the shaded jar.
[INFO] [INFO] Including joda-time:joda-time:jar:2.9.4 in the shaded jar.
[INFO] [INFO] Including org.joda:joda-convert:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.yaml:snakeyaml:jar:1.15 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:jar:2.6.6 in the shaded jar.
[INFO] [INFO] Including io.netty:netty:jar:3.8.0.Final in the shaded jar.
[INFO] [INFO] Including com.ning:compress-lzf:jar:1.0.2 in the shaded jar.
[INFO] [INFO] Including com.tdunning:t-digest:jar:3.0 in the shaded jar.
[INFO] [INFO] Including org.hdrhistogram:HdrHistogram:jar:2.1.6 in the shaded jar.
[INFO] [INFO] Including commons-cli:commons-cli:jar:1.3.1 in the shaded jar.
[INFO] [INFO] Including com.twitter:jsr166e:jar:1.1.0 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-core:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-util:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar.
[INFO] [INFO] Including javax.ws.rs:jsr311-api:jar:1.1.1 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-json-org:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.geronimo.bundles:json:jar:20090211_1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:slf4j-api:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including com.typesafe:config:jar:1.2.1 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-config:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.jsonschema2pojo:jsonschema2pojo-core:jar:0.4.10 in the shaded jar.
[INFO] [INFO] Including com.google.code.javaparser:javaparser:jar:1.0.11 in the shaded jar.
[INFO] [INFO] Including com.sun.codemodel:codemodel:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
[INFO] [INFO] Including javax.validation:validation-api:jar:1.0.0.GA in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-mapper-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-core-asl:jar:1.9.11 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:annotations:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including commons-io:commons-io:jar:2.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-runtime-local:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.slf4j:log4j-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-monitoring:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Skipping pom dependency org.apache.httpcomponents:httpcomponents-core:pom:4.4.5 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.2 in the shaded jar.
[INFO] [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.4 in the shaded jar.
[INFO] [INFO] Including commons-codec:commons-codec:jar:1.10 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-filters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-verbs:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.antlr:stringtemplate:jar:4.0.2 in the shaded jar.
[INFO] [INFO] Including org.antlr:antlr-runtime:jar:3.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-provider-twitter:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-converters:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-http:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including net.minidev:json-smart:jar:1.2 in the shaded jar.
[INFO] [INFO] Including com.jayway.jsonpath:json-path-assert:jar:0.9.1 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-library:jar:1.3 in the shaded jar.
[INFO] [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
[INFO] [INFO] Including com.twitter:hbc-core:jar:2.1.0 in the shaded jar.
[INFO] [INFO] Including com.twitter:joauth:jar:6.0.2 in the shaded jar.
[INFO] [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
[INFO] [INFO] Including org.slf4j:jcl-over-slf4j:jar:1.7.21 in the shaded jar.
[INFO] [INFO] Including org.twitter4j:twitter4j-core:jar:4.0.3 in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-persist-elasticsearch:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.apache.streams:streams-pojo-extensions:jar:0.4-incubating in the shaded jar.
[INFO] [INFO] Including org.elasticsearch:elasticsearch:jar:2.3.5 in the shaded jar.
[INFO] [INFO] Including org.json:json:jar:20140107 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.core:jackson-databind:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-library:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including org.scala-lang:scala-reflect:jar:2.10.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-paranamer:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.thoughtworks.paranamer:paranamer:jar:2.6 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.6.5 in the shaded jar.
[INFO] [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:jackson-xml-databind:jar:0.6.2 in the shaded jar.
[INFO] [INFO] Including org.codehaus.jackson:jackson-xc:jar:1.9.2 in the shaded jar.
[INFO] [INFO] Including com.fasterxml:aalto-xml:jar:1.0.0 in the shaded jar.
[INFO] [INFO] Including nz.net.ultraq.jaxb:jaxb-utilities:jar:1.3.0 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-impl:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.bind:jaxb-core:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jaxb-api:jar:2.2.7 in the shaded jar.
[INFO] [INFO] Including com.sun.istack:istack-commons-runtime:jar:2.16 in the shaded jar.
[INFO] [INFO] Including com.sun.xml.fastinfoset:FastInfoset:jar:1.2.12 in the shaded jar.
[INFO] [INFO] Including javax.xml.bind:jsr173_api:jar:1.0 in the shaded jar.
[INFO] [INFO] Including org.codehaus.groovy:groovy:jar:2.4.3 in the shaded jar.
[INFO] [INFO] Including org.reflections:reflections:jar:0.9.10 in the shaded jar.
[INFO] [INFO] Including org.javassist:javassist:jar:3.19.0-GA in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-classic:jar:1.1.7 in the shaded jar.
[INFO] [INFO] Including ch.qos.logback:logback-core:jar:1.1.7 in the shaded jar.
[INFO] [WARNING] joda-time-2.9.4.jar, elasticsearch-2.3.5.jar define 1 overlapping classes:
[INFO] [WARNING] - org.joda.time.base.BaseDateTime
[INFO] [WARNING] jaxb-core-2.2.7.jar, istack-commons-runtime-2.16.jar define 20 overlapping classes:
[INFO] [WARNING] - com.sun.istack.localization.LocalizableMessageFactory
[INFO] [WARNING] - com.sun.istack.localization.Localizable
[INFO] [WARNING] - com.sun.istack.NotNull
[INFO] [WARNING] - com.sun.istack.localization.NullLocalizable
[INFO] [WARNING] - com.sun.istack.Pool$Impl
[INFO] [WARNING] - com.sun.istack.XMLStreamReaderToContentHandler$1
[INFO] [WARNING] - com.sun.istack.localization.Localizer
[INFO] [WARNING] - com.sun.istack.Builder
[INFO] [WARNING] - com.sun.istack.Interned
[INFO] [WARNING] - com.sun.istack.SAXParseException2
[INFO] [WARNING] - 10 more...
[INFO] [WARNING] json-20090211_1.jar, json-20140107.jar define 17 overlapping classes:
[INFO] [WARNING] - org.json.JSONString
[INFO] [WARNING] - org.json.HTTPTokener
[INFO] [WARNING] - org.json.HTTP
[INFO] [WARNING] - org.json.JSONObject
[INFO] [WARNING] - org.json.JSONStringer
[INFO] [WARNING] - org.json.JSONObject$Null
[INFO] [WARNING] - org.json.CookieList
[INFO] [WARNING] - org.json.JSONTokener
[INFO] [WARNING] - org.json.Cookie
[INFO] [WARNING] - org.json.JSONException
[INFO] [WARNING] - 7 more...
[INFO] [WARNING] maven-shade-plugin has detected that some class files are
[INFO] [WARNING] present in two or more JARs. When this happens, only one
[INFO] [WARNING] single version of the class is copied to the uber jar.
[INFO] [WARNING] Usually this is not harmful and you can skip these warnings,
[INFO] [WARNING] otherwise try to manually exclude artifacts based on
[INFO] [WARNING] mvn dependency:tree -Ddetail=true and the above output.
[INFO] [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
[INFO] [INFO]
[INFO] [INFO] --- maven-site-plugin:3.5:attach-descriptor (attach-descriptor) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (test-jar) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-assembly-plugin:2.6:single (source-release-assembly) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping the assembly in this project because it's not the Execution Root
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] >>> maven-source-plugin:2.4:jar (attach-sources) > generate-sources @ twitter-userstream-elasticsearch >>>
[INFO] [INFO]
[INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Enabled default license matchers.
[INFO] [INFO] Will parse SCM ignores for exclusions...
[INFO] [INFO] Finished adding exclusions from SCM ignore files.
[INFO] [INFO] 61 implicit excludes (use -debug for more details).
[INFO] [INFO] Exclude: DEPENDENCIES
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: .java-version
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/main/resources/**
[INFO] [INFO] Exclude: **/src/test/resources/**
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.md
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: **/*.svg
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] Exclude: .travis.yml
[INFO] [INFO] Exclude: .git
[INFO] [INFO] Exclude: .gitignore
[INFO] [INFO] Exclude: .git/**
[INFO] [INFO] Exclude: .idea/**
[INFO] [INFO] Exclude: **/DEPENDENCIES
[INFO] [INFO] Exclude: **/LICENSE
[INFO] [INFO] Exclude: **/MANIFEST.MF
[INFO] [INFO] Exclude: **/NOTICE
[INFO] [INFO] Exclude: **/README.*
[INFO] [INFO] Exclude: **/target/**
[INFO] [INFO] Exclude: **/overlays/**
[INFO] [INFO] Exclude: **/src/test/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/test/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.csv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.tsv
[INFO] [INFO] Exclude: **/src/site/resources/**/*.txt
[INFO] [INFO] Exclude: **/src/site/resources/**/*.json
[INFO] [INFO] Exclude: **/.gitignore
[INFO] [INFO] Exclude: **/*.properties
[INFO] [INFO] Exclude: **/*.iml
[INFO] [INFO] Exclude: **/*.ini
[INFO] [INFO] Exclude: **/*.jar
[INFO] [INFO] Exclude: dependency-reduced-pom.xml
[INFO] [INFO] Exclude: rat.txt
[INFO] [INFO] 7 resources included (use -debug for more details)
[INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 7 licenses.
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-java) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-banned-dependencies) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-no-snapshots) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/main/xmlschema
[INFO] [INFO] Copying 1 resource
[INFO] [INFO] skip non existing resourceDirectory /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/src/site/diagrams
[INFO] [INFO] Copying 1 resource
[INFO] [INFO]
[INFO] [INFO] --- jsonschema2pojo-maven-plugin:0.4.1:generate (default) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] [INFO] --- build-helper-maven-plugin:1.8:add-source (add-source) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Source directory: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo added.
[INFO] [INFO]
[INFO] [INFO] <<< maven-source-plugin:2.4:jar (attach-sources) < generate-sources @ twitter-userstream-elasticsearch <<<
[INFO] [INFO]
[INFO] [INFO] --- maven-source-plugin:2.4:jar (attach-sources) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Skipping source per configuration.
[INFO] [INFO]
[INFO] [INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ twitter-userstream-elasticsearch ---
[INFO] [INFO]
[INFO] Loading source files for package org.apache.streams.example...
[INFO] Constructing Javadoc information...
[INFO] Standard Doclet version 1.8.0_111
[INFO] Building tree for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearch.SetDeleteIdProcessor.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-summary.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/constant-values.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/serialized-form.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearchConfiguration.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearch.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/class-use/TwitterUserstreamElasticsearch.SetDeleteIdProcessor.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/org/apache/streams/example/package-use.html...
[INFO] Building index for all the packages and classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/overview-tree.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/index-all.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/deprecated-list.html...
[INFO] Building index for all classes...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/allclasses-frame.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/allclasses-noframe.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/index.html...
[INFO] Generating /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/apidocs/help-doc.html...
[INFO] 4 warnings
[INFO] [WARNING] Javadoc Warnings
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:50: warning: no @return
[INFO] [WARNING] public TwitterStreamConfiguration getTwitter() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:60: warning: no @param for twitter
[INFO] [WARNING] public void setTwitter(TwitterStreamConfiguration twitter) {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:75: warning: no @return
[INFO] [WARNING] public ElasticsearchWriterConfiguration getElasticsearch() {
[INFO] [WARNING] ^
[INFO] [WARNING] /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/generated-sources/jsonschema2pojo/org/apache/streams/example/TwitterUserstreamElasticsearchConfiguration.java:85: warning: no @param for elasticsearch
[INFO] [WARNING] public void setElasticsearch(ElasticsearchWriterConfiguration elasticsearch) {
[INFO] [WARNING] ^
[INFO] [INFO] Building jar: /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (integration-tests) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-failsafe-plugin:2.19.1:verify (integration-tests) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Tests are skipped.
[INFO] [INFO]
[INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-release-artifacts) @ twitter-userstream-elasticsearch ---
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
You need a passphrase to unlock the secret key for
user: "Steve Blackmon <sblackmon@apache.org>"
4096-bit RSA key, ID 68D51867, created 2014-12-11
[INFO] [INFO]
[INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ twitter-userstream-elasticsearch ---
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/pom.xml to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating.pom.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] [INFO] Installing /Users/steve/Dropbox/git/incubator-streams-examples-release/target/checkout/local/twitter-userstream-elasticsearch/target/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc to /Users/steve/.m2/repository/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] [INFO]
[INFO] [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ twitter-userstream-elasticsearch ---
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar
[INFO] 2/19 KB
[INFO] 4/19 KB
[INFO] 6/19 KB
[INFO] 8/19 KB
[INFO] 10/19 KB
[INFO] 12/19 KB
[INFO] 14/19 KB
[INFO] 16/19 KB
[INFO] 18/19 KB
[INFO] 19/19 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar (19 KB at 30.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom
[INFO] 2/13 KB
[INFO] 4/13 KB
[INFO] 6/13 KB
[INFO] 8/13 KB
[INFO] 10/13 KB
[INFO] 12/13 KB
[INFO] 13/13 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom (13 KB at 21.4 KB/sec)
[INFO] Downloading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/maven-metadata.xml
[INFO]
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/maven-metadata.xml
[INFO] 348/348 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/maven-metadata.xml (348 B at 0.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar
[INFO] 2/17 KB
[INFO] 4/17 KB
[INFO] 6/17 KB
[INFO] 8/17 KB
[INFO] 10/17 KB
[INFO] 12/17 KB
[INFO] 14/17 KB
[INFO] 16/17 KB
[INFO] 17/17 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar (17 KB at 19.1 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar
[INFO] 2/47 KB
[INFO] 4/47 KB
[INFO] 6/47 KB
[INFO] 8/47 KB
[INFO] 10/47 KB
[INFO] 12/47 KB
[INFO] 14/47 KB
[INFO] 16/47 KB
[INFO] 18/47 KB
[INFO] 20/47 KB
[INFO] 22/47 KB
[INFO] 24/47 KB
[INFO] 26/47 KB
[INFO] 28/47 KB
[INFO] 30/47 KB
[INFO] 32/47 KB
[INFO] 34/47 KB
[INFO] 36/47 KB
[INFO] 38/47 KB
[INFO] 40/47 KB
[INFO] 42/47 KB
[INFO] 44/47 KB
[INFO] 46/47 KB
[INFO] 47/47 KB
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar (47 KB at 67.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.jar.asc (868 B at 4.7 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating.pom.asc (868 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-tests.jar.asc (868 B at 5.0 KB/sec)
[INFO] Uploading: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc
[INFO] 868/868 B
[INFO]
[INFO] Uploaded: https://repository.apache.org/service/local/staging/deploy/maven2/org/apache/streams/twitter-userstream-elasticsearch/0.4-incubating/twitter-userstream-elasticsearch-0.4-incubating-javadoc.jar.asc (868 B at 5.0 KB/sec)
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Reactor Summary:
[INFO] [INFO]
[INFO] [INFO] streams-examples ................................... SUCCESS [ 8.433 s]
[INFO] [INFO] streams-examples-flink ............................. SUCCESS [ 2.213 s]
[INFO] [INFO] flink-twitter-collection ........................... SUCCESS [ 32.488 s]
[INFO] [INFO] streams-examples-local ............................. SUCCESS [ 2.365 s]
[INFO] [INFO] elasticsearch-hdfs ................................. SUCCESS [ 20.594 s]
[INFO] [INFO] elasticsearch-reindex .............................. SUCCESS [ 12.949 s]
[INFO] [INFO] mongo-elasticsearch-sync ........................... SUCCESS [ 12.077 s]
[INFO] [INFO] twitter-follow-neo4j ............................... SUCCESS [ 11.374 s]
[INFO] [INFO] twitter-history-elasticsearch ...................... SUCCESS [ 13.384 s]
[INFO] [INFO] twitter-userstream-elasticsearch ................... SUCCESS [ 11.762 s]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 02:08 min
[INFO] [INFO] Finished at: 2016-10-23T23:10:23-05:00
[INFO] [INFO] Final Memory: 127M/1887M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] Cleaning up after release...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] streams-examples ................................... SUCCESS [02:12 min]
[INFO] streams-examples-flink ............................. SKIPPED
[INFO] flink-twitter-collection ........................... SKIPPED
[INFO] streams-examples-local ............................. SKIPPED
[INFO] elasticsearch-hdfs ................................. SKIPPED
[INFO] elasticsearch-reindex .............................. SKIPPED
[INFO] mongo-elasticsearch-sync ........................... SKIPPED
[INFO] twitter-follow-neo4j ............................... SKIPPED
[INFO] twitter-history-elasticsearch ...................... SKIPPED
[INFO] twitter-userstream-elasticsearch ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:12 min
[INFO] Finished at: 2016-10-23T23:10:23-05:00
[INFO] Final Memory: 20M/619M
[INFO] ------------------------------------------------------------------------