See 
<https://builds.apache.org/job/streams-project/370/display/redirect?page=changes>

Changes:

[sblackmon] STREAMS-512: add juneau annotations to all generated pojos

------------------------------------------
[...truncated 235.45 KB...]
        },
        "object": {
            "type": "object",
            "$ref": "../object.json"
        },
        "target": {
            "type": "object",
            "optional": true,
            "$ref": "../object.json"
        }
    }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Mark"},"verb":"update","object":{"objectType":"article","displayName":"Some
 article"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema:"#" 
: 
{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Mark"},"verb":"update","object":{"objectType":"article","displayName":"Some
 article"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test File: 
activities/use.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
JSON: {
  "$license": [
    "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
    "http://www.apache.org/licenses/LICENSE-2.0";
  ],
  "actor": {
    "objectType": "person",
    "displayName": "Laura"
  },
  "verb": "use",
  "object": {
    "objectType": "product",
    "displayName": "A cool product"
  }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Laura"},"verb":"use","object":{"objectType":"product","displayName":"A
 cool product"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
File: target/classes/verbs/use.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
JSON: {
    "$schema": "http://json-schema.org/draft-03/schema";,
    "$license": [
        
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
        "http://www.apache.org/licenses/LICENSE-2.0";
    ],
    "id":"#",
    "type": "object",
    "title": "Use",
    "description": "Indicates that the actor has used the object in some 
manner.",
    "extends": {
        "$ref": "../activity.json"
    },
    "properties": {
        "verb": {
            "type": "string",
            "default": "use"
        },
        "title": {
            "type": "string",
            "default": "{actor.displayName} used {object.displayName}"
        }
    }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Laura"},"verb":"use","object":{"objectType":"product","displayName":"A
 cool product"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema:"#" 
: 
{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Laura"},"verb":"use","object":{"objectType":"product","displayName":"A
 cool product"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test File: 
activities/watch.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
JSON: {
  "$license": [
    "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
    "http://www.apache.org/licenses/LICENSE-2.0";
  ],
  "actor": {
    "objectType": "person",
    "displayName": "Mark"
  },
  "verb": "watch",
  "object": {
    "objectType": "video",
    "displayName": "Some random movie"
  }
}
      

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Mark"},"verb":"watch","object":{"objectType":"video","displayName":"Some
 random movie"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
File: target/classes/verbs/watch.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
JSON: {
    "$schema": "http://json-schema.org/draft-03/schema";,
    "$license": [
        
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
        "http://www.apache.org/licenses/LICENSE-2.0";
    ],
    "id":"#",
    "type": "object",
    "title": "Watch",
    "description": "Indicates that the actor has watched the object. This verb 
is typically applicable only when the object represents dynamic, visible 
content such as a movie, a television show or a public performance.",
    "extends": {
        "$ref": "../activity.json"
    },
    "properties": {
        "verb": {
            "type": "string",
            "default": "watch"
        },
        "title": {
            "type": "string",
            "default": "{actor.displayName} watched {object.displayName}"
        }
    }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Mark"},"verb":"watch","object":{"objectType":"video","displayName":"Some
 random movie"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema:"#" 
: 
{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"person","displayName":"Mark"},"verb":"watch","object":{"objectType":"video","displayName":"Some
 random movie"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test File: 
activities/win.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
JSON: {
  "$license": [
    "http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
    "http://www.apache.org/licenses/LICENSE-2.0";
  ],
  "actor": {
    "objectType": "organization",
    "displayName": "Arizona Diamond Backs"
  },
  "verb": "win",
  "object": {
    "objectType": "game",
    "displayName": "World Series"
  }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Document 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"organization","displayName":"Arizona
 Diamond 
Backs"},"verb":"win","object":{"objectType":"game","displayName":"World 
Series"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
File: target/classes/verbs/win.json
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
JSON: {
    "$schema": "http://json-schema.org/draft-03/schema";,
    "$license": [
        
"http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0";,
        "http://www.apache.org/licenses/LICENSE-2.0";
    ],
    "id":"#",
    "type": "object",
    "title": "Win",
    "description": "Indicates that the actor has won the object.  For instance, 
if a person wins a game.",
    "extends": {
        "$ref": "../activity.json"
    },
    "properties": {
        "verb": {
            "type": "string",
            "default": "win"
        },
        "title": {
            "type": "string",
            "default": "{actor.displayName} won {object.displayName}"
        }
    }
}

[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema 
Object:{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"organization","displayName":"Arizona
 Diamond 
Backs"},"verb":"win","object":{"objectType":"game","displayName":"World 
Series"}}
[main] INFO org.w3c.activitystreams.test.SchemaValidationTest - Test Schema:"#" 
: 
{"$license":["http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0","http://www.apache.org/licenses/LICENSE-2.0"],"actor":{"objectType":"organization","displayName":"Arizona
 Diamond 
Backs"},"verb":"win","object":{"objectType":"game","displayName":"World 
Series"}}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in 
org.w3c.activitystreams.test.SchemaValidationTest
testValidateToSchema(org.w3c.activitystreams.test.SchemaValidationTest)  Time 
elapsed: 0.204 sec

Results :

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[JENKINS] Recording test results
[INFO] Installing 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/target/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.jar>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.jar
[INFO] Installing 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/pom.xml>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.pom
[INFO] Installing 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/target/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT-tests.jar>
 to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT-tests.jar
Saving to 
outputFile=<https://builds.apache.org/job/streams-project/ws/streams-plugins/target/scalastyle-output.xml>
Processed 0 file(s)
Found 0 errors
Found 0 warnings
Found 0 infos
Finished in 1 ms
[JENKINS] Recording test results
[INFO] Installing 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/pom.xml> to 
/home/jenkins/jenkins-slave/maven-repositories/1/org/apache/streams/plugins/streams-plugins/0.5.1-incubating-SNAPSHOT/streams-plugins-0.5.1-incubating-SNAPSHOT.pom
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce 
(enforce-no-snapshots) on project streams-plugin-pojo: Some Enforcer rules have 
failed. Look above for specific messages explaining why the rule failed. -> 
[Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :streams-plugin-pojo
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-components/streams-filters/pom.xml>
 to 
org.apache.streams/streams-filters/0.5.1-incubating-SNAPSHOT/streams-filters-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams2/pom.xml>
 to 
org.apache.streams/streams-schema-activitystreams2/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams2-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-core/pom.xml> to 
org.apache.streams/streams-core/0.5.1-incubating-SNAPSHOT/streams-core-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-processor-regex/pom.xml>
 to 
org.apache.streams/streams-processor-regex/0.5.1-incubating-SNAPSHOT/streams-processor-regex-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-runtimes/pom.xml> to 
org.apache.streams/streams-runtimes/0.5.1-incubating-SNAPSHOT/streams-runtimes-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-filebuffer/pom.xml>
 to 
org.apache.streams/streams-persist-filebuffer/0.5.1-incubating-SNAPSHOT/streams-persist-filebuffer-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-hive/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-hive/0.5.1-incubating-SNAPSHOT/streams-plugin-hive-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-components/streams-converters/pom.xml>
 to 
org.apache.streams/streams-converters/0.5.1-incubating-SNAPSHOT/streams-converters-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-console/pom.xml>
 to 
org.apache.streams/streams-persist-console/0.5.1-incubating-SNAPSHOT/streams-persist-console-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/pom.xml> to 
org.apache.streams/streams-contrib/0.5.1-incubating-SNAPSHOT/streams-contrib-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-amazon-aws/pom.xml>
 to 
org.apache.streams/streams-amazon-aws/0.5.1-incubating-SNAPSHOT/streams-amazon-aws-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-processor-json/pom.xml>
 to 
org.apache.streams/streams-processor-json/0.5.1-incubating-SNAPSHOT/streams-processor-json-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-pig/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-pig/0.5.1-incubating-SNAPSHOT/streams-plugin-pig-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-neo4j/pom.xml>
 to 
org.apache.streams/streams-persist-neo4j/0.5.1-incubating-SNAPSHOT/streams-persist-neo4j-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-processor-peoplepattern/pom.xml>
 to 
org.apache.streams/streams-processor-peoplepattern/0.5.1-incubating-SNAPSHOT/streams-processor-peoplepattern-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-rss/pom.xml>
 to 
org.apache.streams/streams-provider-rss/0.5.1-incubating-SNAPSHOT/streams-provider-rss-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-hbase/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-hbase/0.5.1-incubating-SNAPSHOT/streams-plugin-hbase-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-components/streams-http/pom.xml>
 to 
org.apache.streams/streams-http/0.5.1-incubating-SNAPSHOT/streams-http-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-pojo/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-pojo/0.5.1-incubating-SNAPSHOT/streams-plugin-pojo-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-pojo/pom.xml> to 
org.apache.streams/streams-pojo/0.5.1-incubating-SNAPSHOT/streams-pojo-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-amazon-aws/streams-persist-kinesis/pom.xml>
 to 
org.apache.streams/streams-persist-kinesis/0.5.1-incubating-SNAPSHOT/streams-persist-kinesis-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-scala/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-scala/0.5.1-incubating-SNAPSHOT/streams-plugin-scala-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-processor-urls/pom.xml>
 to 
org.apache.streams/streams-processor-urls/0.5.1-incubating-SNAPSHOT/streams-processor-urls-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-google/google-gmail/pom.xml>
 to 
org.apache.streams/streams-provider-google-gmail/0.5.1-incubating-SNAPSHOT/streams-provider-google-gmail-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-elasticsearch/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-elasticsearch/0.5.1-incubating-SNAPSHOT/streams-plugin-elasticsearch-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-runtimes/streams-runtime-dropwizard/pom.xml>
 to 
org.apache.streams/streams-runtime-dropwizard/0.5.1-incubating-SNAPSHOT/streams-runtime-dropwizard-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-google/pom.xml>
 to 
org.apache.streams/streams-provider-google/0.5.1-incubating-SNAPSHOT/streams-provider-google-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-pojo-extensions/pom.xml>
 to 
org.apache.streams/streams-pojo-extensions/0.5.1-incubating-SNAPSHOT/streams-pojo-extensions-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-processor-jackson/pom.xml>
 to 
org.apache.streams/streams-processor-jackson/0.5.1-incubating-SNAPSHOT/streams-processor-jackson-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-components/pom.xml> 
to 
org.apache.streams/streams-components/0.5.1-incubating-SNAPSHOT/streams-components-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/pom.xml>
 to 
org.apache.streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/target/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.jar>
 to 
org.apache.streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/streams-schema-activitystreams/target/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT-tests.jar>
 to 
org.apache.streams/streams-schema-activitystreams/0.5.1-incubating-SNAPSHOT/streams-schema-activitystreams-0.5.1-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-sysomos/pom.xml>
 to 
org.apache.streams/streams-provider-sysomos/0.5.1-incubating-SNAPSHOT/streams-provider-sysomos-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-youtube/pom.xml>
 to 
org.apache.streams/streams-provider-youtube/0.5.1-incubating-SNAPSHOT/streams-provider-youtube-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-schemas/pom.xml> to 
org.apache.streams/streams-schemas/0.5.1-incubating-SNAPSHOT/streams-schemas-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-facebook/pom.xml>
 to 
org.apache.streams/streams-provider-facebook/0.5.1-incubating-SNAPSHOT/streams-provider-facebook-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-cassandra/pom.xml>
 to 
org.apache.streams/streams-persist-cassandra/0.5.1-incubating-SNAPSHOT/streams-persist-cassandra-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-elasticsearch/pom.xml>
 to 
org.apache.streams/streams-persist-elasticsearch/0.5.1-incubating-SNAPSHOT/streams-persist-elasticsearch-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-google/google-gplus/pom.xml>
 to 
org.apache.streams/streams-provider-google-gplus/0.5.1-incubating-SNAPSHOT/streams-provider-google-gplus-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-config/pom.xml> to 
org.apache.streams/streams-config/0.5.1-incubating-SNAPSHOT/streams-config-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-util/pom.xml> to 
org.apache.streams/streams-util/0.5.1-incubating-SNAPSHOT/streams-util-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-hdfs/pom.xml>
 to 
org.apache.streams/streams-persist-hdfs/0.5.1-incubating-SNAPSHOT/streams-persist-hdfs-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/pom.xml> to 
org.apache.streams.plugins/streams-plugins/0.5.1-incubating-SNAPSHOT/streams-plugins-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/streams-project/ws/pom.xml> 
to 
org.apache.streams/streams-project/0.5.1-incubating-SNAPSHOT/streams-project-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/target/streams-project-0.5.1-incubating-SNAPSHOT-site.xml>
 to 
org.apache.streams/streams-project/0.5.1-incubating-SNAPSHOT/streams-project-0.5.1-incubating-SNAPSHOT-site.xml
Compressed 66.97 KB of artifacts by 95.6% relative to #369
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-twitter/pom.xml>
 to 
org.apache.streams/streams-provider-twitter/0.5.1-incubating-SNAPSHOT/streams-provider-twitter-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml>
 to 
org.apache.streams/streams-persist-s3/0.5.1-incubating-SNAPSHOT/streams-persist-s3-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-verbs/pom.xml> to 
org.apache.streams/streams-verbs/0.5.1-incubating-SNAPSHOT/streams-verbs-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-instagram/pom.xml>
 to 
org.apache.streams/streams-provider-instagram/0.5.1-incubating-SNAPSHOT/streams-provider-instagram-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-kafka/pom.xml>
 to 
org.apache.streams/streams-persist-kafka/0.5.1-incubating-SNAPSHOT/streams-persist-kafka-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-provider-moreover/pom.xml>
 to 
org.apache.streams/streams-provider-moreover/0.5.1-incubating-SNAPSHOT/streams-provider-moreover-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-monitoring/pom.xml> 
to 
org.apache.streams/streams-monitoring/0.5.1-incubating-SNAPSHOT/streams-monitoring-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-graph/pom.xml>
 to 
org.apache.streams/streams-persist-graph/0.5.1-incubating-SNAPSHOT/streams-persist-graph-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-riak/pom.xml>
 to 
org.apache.streams/streams-persist-riak/0.5.1-incubating-SNAPSHOT/streams-persist-riak-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-testing/pom.xml> to 
org.apache.streams/streams-testing/0.5.1-incubating-SNAPSHOT/streams-testing-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-testing/target/streams-testing-0.5.1-incubating-SNAPSHOT.jar>
 to 
org.apache.streams/streams-testing/0.5.1-incubating-SNAPSHOT/streams-testing-0.5.1-incubating-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-testing/target/streams-testing-0.5.1-incubating-SNAPSHOT-tests.jar>
 to 
org.apache.streams/streams-testing/0.5.1-incubating-SNAPSHOT/streams-testing-0.5.1-incubating-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-hbase/pom.xml>
 to 
org.apache.streams/streams-persist-hbase/0.5.1-incubating-SNAPSHOT/streams-persist-hbase-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-contrib/streams-persist-mongo/pom.xml>
 to 
org.apache.streams/streams-persist-mongo/0.5.1-incubating-SNAPSHOT/streams-persist-mongo-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-plugins/streams-plugin-cassandra/pom.xml>
 to 
org.apache.streams.plugins/streams-plugin-cassandra/0.5.1-incubating-SNAPSHOT/streams-plugin-cassandra-0.5.1-incubating-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/streams-project/ws/streams-runtimes/streams-runtime-local/pom.xml>
 to 
org.apache.streams/streams-runtime-local/0.5.1-incubating-SNAPSHOT/streams-runtime-local-0.5.1-incubating-SNAPSHOT.pom
channel stopped

Reply via email to