partly resolves STREAMS-213
creates a project site with site:site and places schemas, resources, test 
resources, and javadocs in the site tree.
still need to figure out to deploy the site when building official snapshots 
and releases.


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

Branch: refs/heads/0.2-incubating-rc3
Commit: d9b0c88d50b3167025b462ea167a0c6ebc68cafe
Parents: aa1b435
Author: Steve Blackmon (@steveblackmon) <[email protected]>
Authored: Tue Apr 7 16:03:00 2015 -0500
Committer: Steve Blackmon <[email protected]>
Committed: Tue Apr 14 12:26:16 2015 -0500

----------------------------------------------------------------------
 pom.xml                                         | 133 ++++++++++++++-
 src/site/site.xml                               |  12 ++
 .../gnip-edc-googleplus/pom.xml                 |  40 +----
 .../gnip-edc-reddit/pom.xml                     |  44 -----
 .../gnip-powertrack/pom.xml                     |  14 --
 .../streams-provider-sysomos/pom.xml            |  14 --
 streams-pojo/pom.xml                            | 165 +------------------
 streams-pojo/src/main/jsonschema/activity.json  | 107 ++++++++++++
 .../src/main/jsonschema/collection.json         |  47 ++++++
 .../src/main/jsonschema/media_link.json         |  34 ++++
 streams-pojo/src/main/jsonschema/object.json    |  96 +++++++++++
 .../src/main/jsonschema/objectTypes/alert.json  |  19 +++
 .../jsonschema/objectTypes/application.json     |  19 +++
 .../main/jsonschema/objectTypes/article.json    |  19 +++
 .../src/main/jsonschema/objectTypes/audio.json  |  19 +++
 .../src/main/jsonschema/objectTypes/badge.json  |  19 +++
 .../src/main/jsonschema/objectTypes/binary.json |  19 +++
 .../main/jsonschema/objectTypes/bookmark.json   |  19 +++
 .../main/jsonschema/objectTypes/comment.json    |  19 +++
 .../src/main/jsonschema/objectTypes/device.json |  19 +++
 .../src/main/jsonschema/objectTypes/event.json  |  51 ++++++
 .../src/main/jsonschema/objectTypes/file.json   |  25 +++
 .../src/main/jsonschema/objectTypes/folder.json |  19 +++
 .../src/main/jsonschema/objectTypes/game.json   |  19 +++
 .../src/main/jsonschema/objectTypes/group.json  |  19 +++
 .../src/main/jsonschema/objectTypes/image.json  |  22 +++
 .../src/main/jsonschema/objectTypes/issue.json  |  25 +++
 .../src/main/jsonschema/objectTypes/job.json    |  19 +++
 .../src/main/jsonschema/objectTypes/list.json   |  28 ++++
 .../src/main/jsonschema/objectTypes/note.json   |  19 +++
 .../src/main/jsonschema/objectTypes/offer.json  |  19 +++
 .../jsonschema/objectTypes/organization.json    |  19 +++
 .../src/main/jsonschema/objectTypes/page.json   |  19 +++
 .../main/jsonschema/objectTypes/permission.json |  36 ++++
 .../src/main/jsonschema/objectTypes/person.json |  25 +++
 .../jsonschema/objectTypes/photo-album.json     |  19 +++
 .../src/main/jsonschema/objectTypes/photo.json  |  23 +++
 .../src/main/jsonschema/objectTypes/place.json  |  43 +++++
 .../main/jsonschema/objectTypes/playlist.json   |  19 +++
 .../main/jsonschema/objectTypes/process.json    |  19 +++
 .../main/jsonschema/objectTypes/product.json    |  25 +++
 .../main/jsonschema/objectTypes/property.json   |  48 ++++++
 .../main/jsonschema/objectTypes/question.json   |  28 ++++
 .../src/main/jsonschema/objectTypes/review.json |  22 +++
 .../src/main/jsonschema/objectTypes/role.json   |  25 +++
 .../main/jsonschema/objectTypes/service.json    |  19 +++
 .../src/main/jsonschema/objectTypes/song.json   |  19 +++
 .../src/main/jsonschema/objectTypes/status.json |  19 +++
 .../src/main/jsonschema/objectTypes/task.json   |  44 +++++
 .../src/main/jsonschema/objectTypes/team.json   |  19 +++
 .../src/main/jsonschema/objectTypes/video.json  |  19 +++
 .../org/apache/streams/pojo/json/activity.json  | 107 ------------
 .../apache/streams/pojo/json/collection.json    |  47 ------
 .../apache/streams/pojo/json/media_link.json    |  34 ----
 .../org/apache/streams/pojo/json/object.json    |  96 -----------
 .../streams/pojo/json/objectTypes/alert.json    |  19 ---
 .../pojo/json/objectTypes/application.json      |  19 ---
 .../streams/pojo/json/objectTypes/article.json  |  19 ---
 .../streams/pojo/json/objectTypes/audio.json    |  19 ---
 .../streams/pojo/json/objectTypes/badge.json    |  19 ---
 .../streams/pojo/json/objectTypes/binary.json   |  19 ---
 .../streams/pojo/json/objectTypes/bookmark.json |  19 ---
 .../streams/pojo/json/objectTypes/comment.json  |  19 ---
 .../streams/pojo/json/objectTypes/device.json   |  19 ---
 .../streams/pojo/json/objectTypes/event.json    |  51 ------
 .../streams/pojo/json/objectTypes/file.json     |  25 ---
 .../streams/pojo/json/objectTypes/folder.json   |  19 ---
 .../streams/pojo/json/objectTypes/game.json     |  19 ---
 .../streams/pojo/json/objectTypes/group.json    |  19 ---
 .../streams/pojo/json/objectTypes/image.json    |  22 ---
 .../streams/pojo/json/objectTypes/issue.json    |  25 ---
 .../streams/pojo/json/objectTypes/job.json      |  19 ---
 .../streams/pojo/json/objectTypes/list.json     |  28 ----
 .../streams/pojo/json/objectTypes/note.json     |  19 ---
 .../streams/pojo/json/objectTypes/offer.json    |  19 ---
 .../pojo/json/objectTypes/organization.json     |  19 ---
 .../streams/pojo/json/objectTypes/page.json     |  19 ---
 .../pojo/json/objectTypes/permission.json       |  36 ----
 .../streams/pojo/json/objectTypes/person.json   |  25 ---
 .../pojo/json/objectTypes/photo-album.json      |  19 ---
 .../streams/pojo/json/objectTypes/photo.json    |  23 ---
 .../streams/pojo/json/objectTypes/place.json    |  43 -----
 .../streams/pojo/json/objectTypes/playlist.json |  19 ---
 .../streams/pojo/json/objectTypes/process.json  |  19 ---
 .../streams/pojo/json/objectTypes/product.json  |  25 ---
 .../streams/pojo/json/objectTypes/property.json |  48 ------
 .../streams/pojo/json/objectTypes/question.json |  28 ----
 .../streams/pojo/json/objectTypes/review.json   |  22 ---
 .../streams/pojo/json/objectTypes/role.json     |  25 ---
 .../streams/pojo/json/objectTypes/service.json  |  19 ---
 .../streams/pojo/json/objectTypes/song.json     |  19 ---
 .../streams/pojo/json/objectTypes/status.json   |  19 ---
 .../streams/pojo/json/objectTypes/task.json     |  44 -----
 .../streams/pojo/json/objectTypes/team.json     |  19 ---
 .../streams/pojo/json/objectTypes/video.json    |  19 ---
 .../apache/streams/pojo/json/verbs/accept.json  |  24 ---
 .../apache/streams/pojo/json/verbs/access.json  |  24 ---
 .../streams/pojo/json/verbs/acknowledge.json    |  24 ---
 .../org/apache/streams/pojo/json/verbs/add.json |  24 ---
 .../apache/streams/pojo/json/verbs/agree.json   |  24 ---
 .../apache/streams/pojo/json/verbs/append.json  |  24 ---
 .../apache/streams/pojo/json/verbs/approve.json |  24 ---
 .../apache/streams/pojo/json/verbs/archive.json |  24 ---
 .../apache/streams/pojo/json/verbs/assign.json  |  24 ---
 .../org/apache/streams/pojo/json/verbs/at.json  |  24 ---
 .../apache/streams/pojo/json/verbs/attach.json  |  24 ---
 .../apache/streams/pojo/json/verbs/attend.json  |  24 ---
 .../apache/streams/pojo/json/verbs/author.json  |  25 ---
 .../streams/pojo/json/verbs/authorize.json      |  24 ---
 .../apache/streams/pojo/json/verbs/borrow.json  |  24 ---
 .../apache/streams/pojo/json/verbs/build.json   |  24 ---
 .../apache/streams/pojo/json/verbs/cancel.json  |  24 ---
 .../apache/streams/pojo/json/verbs/checkin.json |  24 ---
 .../apache/streams/pojo/json/verbs/close.json   |  24 ---
 .../streams/pojo/json/verbs/complete.json       |  24 ---
 .../apache/streams/pojo/json/verbs/confirm.json |  24 ---
 .../apache/streams/pojo/json/verbs/consume.json |  24 ---
 .../apache/streams/pojo/json/verbs/create.json  |  24 ---
 .../apache/streams/pojo/json/verbs/delete.json  |  24 ---
 .../apache/streams/pojo/json/verbs/deliver.json |  24 ---
 .../apache/streams/pojo/json/verbs/deny.json    |  24 ---
 .../streams/pojo/json/verbs/disagree.json       |  24 ---
 .../apache/streams/pojo/json/verbs/dislike.json |  24 ---
 .../streams/pojo/json/verbs/experience.json     |  24 ---
 .../streams/pojo/json/verbs/favorite.json       |  24 ---
 .../apache/streams/pojo/json/verbs/find.json    |  24 ---
 .../pojo/json/verbs/flag-as-inappropriate.json  |  24 ---
 .../apache/streams/pojo/json/verbs/follow.json  |  24 ---
 .../apache/streams/pojo/json/verbs/give.json    |  24 ---
 .../apache/streams/pojo/json/verbs/host.json    |  24 ---
 .../apache/streams/pojo/json/verbs/ignore.json  |  24 ---
 .../apache/streams/pojo/json/verbs/insert.json  |  24 ---
 .../apache/streams/pojo/json/verbs/install.json |  24 ---
 .../streams/pojo/json/verbs/interact.json       |  24 ---
 .../apache/streams/pojo/json/verbs/invite.json  |  24 ---
 .../apache/streams/pojo/json/verbs/join.json    |  24 ---
 .../apache/streams/pojo/json/verbs/leave.json   |  24 ---
 .../apache/streams/pojo/json/verbs/like.json    |  24 ---
 .../apache/streams/pojo/json/verbs/listen.json  |  24 ---
 .../apache/streams/pojo/json/verbs/lose.json    |  24 ---
 .../streams/pojo/json/verbs/make-friend.json    |  24 ---
 .../apache/streams/pojo/json/verbs/open.json    |  24 ---
 .../apache/streams/pojo/json/verbs/play.json    |  24 ---
 .../apache/streams/pojo/json/verbs/post.json    |  24 ---
 .../apache/streams/pojo/json/verbs/present.json |  24 ---
 .../streams/pojo/json/verbs/purchase.json       |  24 ---
 .../apache/streams/pojo/json/verbs/qualify.json |  24 ---
 .../apache/streams/pojo/json/verbs/read.json    |  24 ---
 .../apache/streams/pojo/json/verbs/receive.json |  24 ---
 .../apache/streams/pojo/json/verbs/reject.json  |  24 ---
 .../streams/pojo/json/verbs/remove-friend.json  |  24 ---
 .../apache/streams/pojo/json/verbs/remove.json  |  24 ---
 .../apache/streams/pojo/json/verbs/replace.json |  24 ---
 .../streams/pojo/json/verbs/request-friend.json |  24 ---
 .../apache/streams/pojo/json/verbs/request.json |  24 ---
 .../apache/streams/pojo/json/verbs/resolve.json |  24 ---
 .../apache/streams/pojo/json/verbs/retract.json |  24 ---
 .../apache/streams/pojo/json/verbs/return.json  |  24 ---
 .../streams/pojo/json/verbs/rsvp-maybe.json     |  24 ---
 .../apache/streams/pojo/json/verbs/rsvp-no.json |  24 ---
 .../streams/pojo/json/verbs/rsvp-yes.json       |  24 ---
 .../apache/streams/pojo/json/verbs/satisfy.json |  24 ---
 .../apache/streams/pojo/json/verbs/save.json    |  24 ---
 .../streams/pojo/json/verbs/schedule.json       |  24 ---
 .../apache/streams/pojo/json/verbs/search.json  |  24 ---
 .../apache/streams/pojo/json/verbs/sell.json    |  24 ---
 .../apache/streams/pojo/json/verbs/send.json    |  24 ---
 .../apache/streams/pojo/json/verbs/share.json   |  24 ---
 .../apache/streams/pojo/json/verbs/sponsor.json |  24 ---
 .../apache/streams/pojo/json/verbs/start.json   |  24 ---
 .../streams/pojo/json/verbs/stop-following.json |  24 ---
 .../apache/streams/pojo/json/verbs/submit.json  |  24 ---
 .../org/apache/streams/pojo/json/verbs/tag.json |  24 ---
 .../streams/pojo/json/verbs/terminate.json      |  24 ---
 .../org/apache/streams/pojo/json/verbs/tie.json |  24 ---
 .../streams/pojo/json/verbs/unfavorite.json     |  24 ---
 .../apache/streams/pojo/json/verbs/unlike.json  |  24 ---
 .../streams/pojo/json/verbs/unsatisfy.json      |  24 ---
 .../apache/streams/pojo/json/verbs/unsave.json  |  24 ---
 .../apache/streams/pojo/json/verbs/unshare.json |  24 ---
 .../apache/streams/pojo/json/verbs/update.json  |  34 ----
 .../org/apache/streams/pojo/json/verbs/use.json |  24 ---
 .../apache/streams/pojo/json/verbs/watch.json   |  24 ---
 .../org/apache/streams/pojo/json/verbs/win.json |  24 ---
 .../src/main/jsonschema/verbs/accept.json       |  24 +++
 .../src/main/jsonschema/verbs/access.json       |  24 +++
 .../src/main/jsonschema/verbs/acknowledge.json  |  24 +++
 streams-pojo/src/main/jsonschema/verbs/add.json |  24 +++
 .../src/main/jsonschema/verbs/agree.json        |  24 +++
 .../src/main/jsonschema/verbs/append.json       |  24 +++
 .../src/main/jsonschema/verbs/approve.json      |  24 +++
 .../src/main/jsonschema/verbs/archive.json      |  24 +++
 .../src/main/jsonschema/verbs/assign.json       |  24 +++
 streams-pojo/src/main/jsonschema/verbs/at.json  |  24 +++
 .../src/main/jsonschema/verbs/attach.json       |  24 +++
 .../src/main/jsonschema/verbs/attend.json       |  24 +++
 .../src/main/jsonschema/verbs/author.json       |  24 +++
 .../src/main/jsonschema/verbs/authorize.json    |  24 +++
 .../src/main/jsonschema/verbs/borrow.json       |  24 +++
 .../src/main/jsonschema/verbs/build.json        |  24 +++
 .../src/main/jsonschema/verbs/cancel.json       |  24 +++
 .../src/main/jsonschema/verbs/checkin.json      |  24 +++
 .../src/main/jsonschema/verbs/close.json        |  24 +++
 .../src/main/jsonschema/verbs/complete.json     |  24 +++
 .../src/main/jsonschema/verbs/confirm.json      |  24 +++
 .../src/main/jsonschema/verbs/consume.json      |  24 +++
 .../src/main/jsonschema/verbs/create.json       |  24 +++
 .../src/main/jsonschema/verbs/delete.json       |  24 +++
 .../src/main/jsonschema/verbs/deliver.json      |  24 +++
 .../src/main/jsonschema/verbs/deny.json         |  24 +++
 .../src/main/jsonschema/verbs/disagree.json     |  24 +++
 .../src/main/jsonschema/verbs/dislike.json      |  24 +++
 .../src/main/jsonschema/verbs/experience.json   |  24 +++
 .../src/main/jsonschema/verbs/favorite.json     |  24 +++
 .../src/main/jsonschema/verbs/find.json         |  24 +++
 .../jsonschema/verbs/flag-as-inappropriate.json |  24 +++
 .../src/main/jsonschema/verbs/follow.json       |  24 +++
 .../src/main/jsonschema/verbs/give.json         |  24 +++
 .../src/main/jsonschema/verbs/host.json         |  24 +++
 .../src/main/jsonschema/verbs/ignore.json       |  24 +++
 .../src/main/jsonschema/verbs/insert.json       |  24 +++
 .../src/main/jsonschema/verbs/install.json      |  24 +++
 .../src/main/jsonschema/verbs/interact.json     |  24 +++
 .../src/main/jsonschema/verbs/invite.json       |  24 +++
 .../src/main/jsonschema/verbs/join.json         |  24 +++
 .../src/main/jsonschema/verbs/leave.json        |  24 +++
 .../src/main/jsonschema/verbs/like.json         |  24 +++
 .../src/main/jsonschema/verbs/listen.json       |  24 +++
 .../src/main/jsonschema/verbs/lose.json         |  24 +++
 .../src/main/jsonschema/verbs/make-friend.json  |  24 +++
 .../src/main/jsonschema/verbs/open.json         |  24 +++
 .../src/main/jsonschema/verbs/play.json         |  24 +++
 .../src/main/jsonschema/verbs/post.json         |  24 +++
 .../src/main/jsonschema/verbs/present.json      |  24 +++
 .../src/main/jsonschema/verbs/purchase.json     |  24 +++
 .../src/main/jsonschema/verbs/qualify.json      |  24 +++
 .../src/main/jsonschema/verbs/read.json         |  24 +++
 .../src/main/jsonschema/verbs/receive.json      |  24 +++
 .../src/main/jsonschema/verbs/reject.json       |  24 +++
 .../main/jsonschema/verbs/remove-friend.json    |  24 +++
 .../src/main/jsonschema/verbs/remove.json       |  24 +++
 .../src/main/jsonschema/verbs/replace.json      |  24 +++
 .../main/jsonschema/verbs/request-friend.json   |  24 +++
 .../src/main/jsonschema/verbs/request.json      |  24 +++
 .../src/main/jsonschema/verbs/resolve.json      |  24 +++
 .../src/main/jsonschema/verbs/retract.json      |  24 +++
 .../src/main/jsonschema/verbs/return.json       |  24 +++
 .../src/main/jsonschema/verbs/rsvp-maybe.json   |  24 +++
 .../src/main/jsonschema/verbs/rsvp-no.json      |  24 +++
 .../src/main/jsonschema/verbs/rsvp-yes.json     |  24 +++
 .../src/main/jsonschema/verbs/satisfy.json      |  24 +++
 .../src/main/jsonschema/verbs/save.json         |  24 +++
 .../src/main/jsonschema/verbs/schedule.json     |  24 +++
 .../src/main/jsonschema/verbs/search.json       |  24 +++
 .../src/main/jsonschema/verbs/sell.json         |  24 +++
 .../src/main/jsonschema/verbs/send.json         |  24 +++
 .../src/main/jsonschema/verbs/share.json        |  24 +++
 .../src/main/jsonschema/verbs/sponsor.json      |  24 +++
 .../src/main/jsonschema/verbs/start.json        |  24 +++
 .../main/jsonschema/verbs/stop-following.json   |  24 +++
 .../src/main/jsonschema/verbs/submit.json       |  24 +++
 streams-pojo/src/main/jsonschema/verbs/tag.json |  24 +++
 .../src/main/jsonschema/verbs/terminate.json    |  24 +++
 streams-pojo/src/main/jsonschema/verbs/tie.json |  24 +++
 .../src/main/jsonschema/verbs/unfavorite.json   |  24 +++
 .../src/main/jsonschema/verbs/unlike.json       |  24 +++
 .../src/main/jsonschema/verbs/unsatisfy.json    |  24 +++
 .../src/main/jsonschema/verbs/unsave.json       |  24 +++
 .../src/main/jsonschema/verbs/unshare.json      |  24 +++
 .../src/main/jsonschema/verbs/update.json       |  34 ++++
 streams-pojo/src/main/jsonschema/verbs/use.json |  24 +++
 .../src/main/jsonschema/verbs/watch.json        |  24 +++
 streams-pojo/src/main/jsonschema/verbs/win.json |  24 +++
 streams-pojo/src/main/xmlschema/activity.xsd    |  94 +++++++++++
 .../org/apache/streams/pojo/xml/activity.xsd    |  94 -----------
 streams-pojo/src/site/markdown/index.md         |  27 +++
 .../test/GenericWebhookResourceTest.java        |   1 -
 277 files changed, 3647 insertions(+), 3742 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8814bee..1658bc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,6 +180,8 @@
         <war.plugin.version>2.5</war.plugin.version>
         <site.plugin.version>3.4</site.plugin.version>
         <maven.enforcer.plugin.version>1.3.1</maven.enforcer.plugin.version>
+        <javadoc.plugin.version>2.10.2</javadoc.plugin.version>
+        <resources.plugin.version>2.7</resources.plugin.version>
 
         <!-- Library Dependency Versions -->
         <org.osgi.service.http.port>8080</org.osgi.service.http.port>
@@ -312,14 +314,87 @@
         <pluginManagement>
             <plugins>
                 <plugin>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <configuration>
+                        <filesets>
+                            <fileset>
+                                <directory>src/site/resources</directory>
+                                <followSymlinks>false</followSymlinks>
+                            </fileset>
+                        </filesets>
+                    </configuration>
+                </plugin>
+                <plugin>
+                    <artifactId>maven-resources-plugin</artifactId>
+                    <version>2.7</version>
+                    <executions>
+                        <execution>
+                            <id>copy-resources</id>
+                            <!-- validate is first to run-->
+                            <!-- copy these files to src/site/resources -->
+                            <phase>validate</phase>
+                            <goals>
+                                <goal>copy-resources</goal>
+                            </goals>
+                            <configuration>
+                                
<outputDirectory>${basedir}/src/site/resources</outputDirectory>
+                                <resources>
+                                    <resource>
+                                        
<directory>src/main/jsonschema</directory>
+                                    </resource>
+                                    <resource>
+                                        
<directory>src/main/xmlschema</directory>
+                                    </resource>
+                                    <resource>
+                                        
<directory>src/main/resources</directory>
+                                    </resource>
+                                    <resource>
+                                        
<directory>src/test/resources</directory>
+                                    </resource>
+                                </resources>
+                            </configuration>
+                        </execution>
+                    </executions>
+                </plugin>
+                <plugin>
                     <groupId>org.jsonschema2pojo</groupId>
                     <artifactId>jsonschema2pojo-maven-plugin</artifactId>
                     <version>${jsonschema2pojo.version}</version>
+                    <configuration>
+                        <addCompileSourceRoot>true</addCompileSourceRoot>
+                        <generateBuilders>true</generateBuilders>
+                        
<outputDirectory>target/generated-sources/jsonschema2pojo</outputDirectory>
+                        <useLongIntegers>true</useLongIntegers>
+                        <useJodaDates>true</useJodaDates>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>generate</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.jvnet.jaxb2.maven2</groupId>
                     <artifactId>maven-jaxb2-plugin</artifactId>
                     <version>${jaxb2.version}</version>
+                    <configuration>
+                        <schemaDirectory>src/main/xmlschema</schemaDirectory>
+                        
<generateDirectory>target/generated-sources/jaxb2</generateDirectory>
+                        <verbose>true</verbose>
+                        <debug>true</debug>
+                        <encoding>${project.build.sourceEncoding}</encoding>
+                        <forceRegenerate>true</forceRegenerate>
+                        <removeOldOutput>false</removeOldOutput>
+                    </configuration>
+                    <executions>
+                        <execution>
+                            <goals>
+                                <goal>generate</goal>
+                            </goals>
+                        </execution>
+                    </executions>
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
@@ -341,6 +416,18 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <version>${site.plugin.version}</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.maven.doxia</groupId>
+                            <artifactId>doxia-module-markdown</artifactId>
+                            <version>1.6</version>
+                        </dependency>
+                    </dependencies>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
                     <version>${failsafe.plugin.version}</version>
                     <executions>
@@ -391,6 +478,50 @@
         </pluginManagement>
     </build>
 
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <configuration>
+                    
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>${javadoc.plugin.version}</version>
+                <configuration>
+                    <failOnError>false</failOnError>
+                    <minmemory>128m</minmemory>
+                    <maxmemory>1g</maxmemory>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <id>aggregate</id>
+                        <reports>
+                            <report>javadoc-no-fork</report>
+                            <report>test-javadoc-no-fork</report>
+                            <report>aggregate</report>
+                        </reports>
+                        <configuration>
+                             <aggregate>true</aggregate>
+                        </configuration>
+                    </reportSet>
+                    <reportSet>
+                        <id>html</id>
+                        <reports>
+                            <report>javadoc</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+            <plugin>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>${site.plugin.version}</version>
+            </plugin>
+        </plugins>
+    </reporting>
+
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -782,7 +913,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>2.10.1</version>
+                        <version>${javadoc.plugin.version}</version>
                         <configuration>
                             <additionalparam>-Xdoclint:none</additionalparam>
                             <aggregate>true</aggregate>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000..29bfaf0
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <version position="right"/>
+    <skin>
+        <groupId>org.apache.maven.skins</groupId>
+        <artifactId>maven-fluido-skin</artifactId>
+        <version>1.3.0</version>
+    </skin>
+    <body>
+        <menu ref="reports"/>
+    </body>
+</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
index 88131d5..92abf34 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
@@ -90,44 +90,6 @@
                 <directory>src/test/resources</directory>
             </testResource>
         </testResources>
-        <plugins>
-            <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>target</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-            <!--<plugin>-->
-            <!--<groupId>org.jsonschema2pojo</groupId>-->
-            <!--<artifactId>jsonschema2pojo-maven-plugin</artifactId>-->
-            
-            <!--<configuration>-->
-            <!--<addCompileSourceRoot>true</addCompileSourceRoot>-->
-            <!--<generateBuilders>true</generateBuilders>-->
-            <!--<sourcePaths>-->
-            <!--<sourcePath>src/main/jsonschema/com/reddit</sourcePath>-->
-            <!--</sourcePaths>-->
-            <!--<outputDirectory>src/main/java</outputDirectory>-->
-            <!--<targetPackage>org.apache.streams</targetPackage>-->
-            <!--<useLongIntegers>true</useLongIntegers>-->
-            <!--<useJodaDates>true</useJodaDates>-->
-            <!--</configuration>-->
-            <!--<executions>-->
-            <!--<execution>-->
-            <!--<goals>-->
-            <!--<goal>generate</goal>-->
-            <!--</goals>-->
-            <!--</execution>-->
-            <!--</executions>-->
-            <!--</plugin>-->
-        </plugins>
+
     </build>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml 
b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
index e708223..911b586 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
@@ -92,49 +92,5 @@
                 <directory>src/test/resources</directory>
             </testResource>
         </testResources>
-        <plugins>
-            <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            
<directory>src/main/java/com/reddit/pojo</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                        </fileset>
-                        <fileset>
-                            <directory>target</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-            <!--<plugin>-->
-                <!--<groupId>org.jsonschema2pojo</groupId>-->
-                <!--<artifactId>jsonschema2pojo-maven-plugin</artifactId>-->
-                
-                <!--<configuration>-->
-                    <!--<addCompileSourceRoot>true</addCompileSourceRoot>-->
-                    <!--<generateBuilders>true</generateBuilders>-->
-                    <!--<sourcePaths>-->
-                        
<!--<sourcePath>src/main/jsonschema/com/reddit</sourcePath>-->
-                    <!--</sourcePaths>-->
-                    <!--<outputDirectory>src/main/java</outputDirectory>-->
-                    <!--<targetPackage>org.apache.streams</targetPackage>-->
-            <!--<useLongIntegers>true</useLongIntegers>-->
-            <!--<useJodaDates>true</useJodaDates>-->
-                <!--</configuration>-->
-                <!--<executions>-->
-                    <!--<execution>-->
-                        <!--<goals>-->
-                            <!--<goal>generate</goal>-->
-                        <!--</goals>-->
-                    <!--</execution>-->
-                <!--</executions>-->
-            <!--</plugin>-->
-        </plugins>
     </build>
 </project>

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

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-contrib/streams-provider-sysomos/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml 
b/streams-contrib/streams-provider-sysomos/pom.xml
index b07aec6..038fa31 100644
--- a/streams-contrib/streams-provider-sysomos/pom.xml
+++ b/streams-contrib/streams-provider-sysomos/pom.xml
@@ -91,20 +91,6 @@
         </testResources>
         <plugins>
             <plugin>
-                <artifactId>maven-clean-plugin</artifactId>
-                <version>2.5</version>
-                <configuration>
-                    <filesets>
-                        <fileset>
-                            <directory>target</directory>
-                            <includes>
-                                <include>**/*</include>
-                            </includes>
-                        </fileset>
-                    </filesets>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
                 <executions>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml
index 0f77e80..3206adc 100644
--- a/streams-pojo/pom.xml
+++ b/streams-pojo/pom.xml
@@ -177,176 +177,23 @@
                 <groupId>org.jsonschema2pojo</groupId>
                 <artifactId>jsonschema2pojo-maven-plugin</artifactId>
                 <configuration>
-                    <addCompileSourceRoot>true</addCompileSourceRoot>
-                    <generateBuilders>true</generateBuilders>
                     <sourcePaths>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/activity.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/collection.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/media_link.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/object.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/alert.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/application.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/article.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/audio.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/badge.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/binary.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/bookmark.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/comment.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/device.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/event.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/file.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/folder.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/game.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/group.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/image.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/issue.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/job.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/list.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/note.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/offer.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/organization.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/page.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/permission.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/person.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/photo-album.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/photo.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/place.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/playlist.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/process.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/product.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/property.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/question.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/review.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/role.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/service.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/song.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/status.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/task.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/team.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/objectTypes/video.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/accept.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/access.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/acknowledge.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/add.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/agree.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/append.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/approve.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/archive.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/assign.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/at.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/attach.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/attend.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/author.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/authorize.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/borrow.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/build.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/cancel.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/checkin.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/close.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/complete.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/confirm.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/consume.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/create.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/delete.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/deliver.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/deny.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/disagree.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/dislike.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/experience.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/favorite.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/find.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/flag-as-inappropriate.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/follow.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/give.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/host.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/ignore.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/insert.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/install.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/interact.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/invite.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/join.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/leave.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/like.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/listen.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/lose.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/make-friend.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/open.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/play.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/post.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/present.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/purchase.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/qualify.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/read.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/receive.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/reject.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/remove.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/remove-friend.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/replace.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/request.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/request-friend.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/resolve.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/retract.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/return.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/rsvp-maybe.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/rsvp-no.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/rsvp-yes.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/satisfy.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/save.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/schedule.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/search.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/sell.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/share.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/sponsor.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/start.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/stop-following.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/submit.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/tag.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/terminate.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/tie.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/unfavorite.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/unlike.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsatisfy.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/unsave.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/unshare.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/update.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/use.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/watch.json</sourcePath>
-                        
<sourcePath>src/main/jsonschema/org/apache/streams/pojo/json/verbs/win.json</sourcePath>
+                        <sourcePath>src/main/jsonschema</sourcePath>
+                        <sourcePath>src/main/jsonschema/verbs</sourcePath>
+                        
<sourcePath>src/main/jsonschema/objectTypes</sourcePath>
                     </sourcePaths>
-                    
<outputDirectory>target/generated-sources/jsonschema2pojo</outputDirectory>
                     <targetPackage>org.apache.streams.pojo.json</targetPackage>
-                    <useLongIntegers>true</useLongIntegers>
-                    <useJodaDates>true</useJodaDates>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
             </plugin>
             <plugin>
                 <groupId>org.jvnet.jaxb2.maven2</groupId>
                 <artifactId>maven-jaxb2-plugin</artifactId>
-                <version>0.8.3</version>
                 <configuration>
-                    
<schemaDirectory>src/main/xmlschema/org/apache/streams/pojo/xml</schemaDirectory>
-                    
<generateDirectory>target/generated-sources/jaxb2</generateDirectory>
-                    <verbose>true</verbose>
-                    <debug>true</debug>
-                    <encoding>${project.build.sourceEncoding}</encoding>
-                    <forceRegenerate>true</forceRegenerate>
-                    <removeOldOutput>false</removeOldOutput>
                     
<generatePackage>org.apache.streams.pojo.xml</generatePackage>
                 </configuration>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>generate</goal>
-                        </goals>
-                    </execution>
-                </executions>
+            </plugin>
+            <plugin>
+                <artifactId>maven-resources-plugin</artifactId>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

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

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/collection.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/collection.json 
b/streams-pojo/src/main/jsonschema/collection.json
new file mode 100644
index 0000000..3833009
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/collection.json
@@ -0,0 +1,47 @@
+{
+    "$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": "collection",
+    "javaType": "org.apache.streams.pojo.json.Collection",
+    "description": "A collection is a generic list of Objects of any object 
type. The objectType of each item in the collection MAY be omitted if the type 
of object can be established through context. The collection is used primarily 
as the root of an Activity Streams document, but can be used as the value of 
extension properties in a variety of situations. ",
+    "properties": {
+        "url": {
+            "type": "string",
+            "description": "An IRI [RFC3987] referencing a JSON document 
containing the full listing of objects in the collection."
+        },
+        "totalItems": {
+            "type": "number",
+            "description": "Non-negative integer specifying the total number 
of activities within the stream. The Stream serialization MAY contain a count 
property."
+        },
+        "items": {
+            "type": "array",
+            "required": true,
+            "description": "An array containing a listing of Objects of any 
object type. If used in combination with the url property, the items array can 
be used to provide a subset of the objects that may be found in the resource 
identified by the url.",
+            "items": {
+                "type": "object",
+                "extends": {
+                    "$ref": "./object.json"
+                }
+            }
+        },
+        "links": {
+            "type": "array",
+            "optional": true,
+            "description": "Links between an this object and other resources 
as defined in Web Linking",
+            "extends": {
+                "$ref": "http://json-schema.org/links#properties";
+            }
+        }
+    },
+    "links": [
+        {
+            "rel": "describedby",
+            "href": "http://json-schema.org/schema";
+        }
+    ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/media_link.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/media_link.json 
b/streams-pojo/src/main/jsonschema/media_link.json
new file mode 100644
index 0000000..056d467
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/media_link.json
@@ -0,0 +1,34 @@
+{
+    "$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": "media_link",
+    "javaType": "org.apache.streams.pojo.json.MediaLink",
+    "description": "Visual representation of an object in the form of an 
image, video or embedded HTML fragments",
+    "properties": {
+        "duration": {
+            "title": "duration",
+            "type": "number",
+            "description": "A hint to the consumer about the length, in 
seconds, of the media resource identified by the url property. A media link MAY 
contain a \"duration\" property when the target resource is a time-based media 
item such as an audio or video."
+        },
+        "height": {
+            "title": "height",
+            "type": "number",
+            "description": "A hint to the consumer about the height, in 
pixels, of the media resource identified by the url property. A media link MAY 
contain a height property when the target resource is a visual media item such 
as an image, video or embeddable HTML page."
+        },
+        "width": {
+            "title": "width",
+            "type": "number",
+            "description": "A hint to the consumer about the width, in pixels, 
of the media resource identified by the url property. A media link MAY contain 
a width property when the target resource is a visual media item such as an 
image, video or embeddable HTML page."
+        },
+        "url": {
+            "type": "string",
+            "required": true,
+            "description": "The IRI of the media resource being linked. A 
media link MUST have a url property."
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/object.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/object.json 
b/streams-pojo/src/main/jsonschema/object.json
new file mode 100644
index 0000000..be9b7cd
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/object.json
@@ -0,0 +1,96 @@
+{
+    "$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": "object",
+    "javaType": "org.apache.streams.pojo.json.ActivityObject",
+    "javaInterfaces": ["java.io.Serializable"],
+    "description": "Basic object on the web. The only required property is the 
id",
+    "properties": {
+        "id": {
+            "type": "string",
+            "description": "Provides a permanent, universally unique 
identifier for the object in the form of an absolute IRI [RFC3987]. An object 
SHOULD contain a single id property. If an object does not contain an id 
property, consumers MAY use the value of the url property as a less-reliable, 
non-unique identifier.",
+            "required": true
+        },
+        "image": {
+            "format": "image",
+            "type": "object",
+            "extends": {
+                "$ref": "./media_link.json"
+            },
+            "description": "Description of a resource providing a visual 
representation of the object, intended for human consumption. An object MAY 
contain an image property whose value is a Media Link."
+        },
+        "displayName": {
+            "type": "string",
+            "description": "A natural-language, human-readable and plain-text 
name for the object. HTML markup MUST NOT be included. An object MAY contain a 
displayName property. If the object does not specify an objectType property, 
the object SHOULD specify a displayName"
+        },
+        "summary": {
+            "type": "string",
+            "description": "Natural-language summary of the object encoded as 
a single JSON String containing HTML markup. Visual elements such as thumbnail 
images MAY be included. An activity MAY contain a summary property"
+        },
+        "content": {
+            "type": "string",
+            "description": "Natural-language description of the object encoded 
as a single JSON String containing HTML markup. Visual elements such as 
thumbnail images MAY be included. An object MAY contain a content property"
+        },
+        "url": {
+            "type": "string",
+            "format": "url",
+            "description": "An IRI [RFC3987] identifying a resource providing 
an HTML representation of the object. An object MAY contain a url property"
+        },
+        "objectType": {
+            "type": "string",
+            "description": "Identifies the type of object. An object MAY 
contain an objectType property whose value is a JSON String that is non-empty 
and matches either the \"isegment-nz-nc\" or the \"IRI\" production in 
[RFC3987]. Note that the use of a relative reference other than a simple name 
is not allowed. If no objectType property is contained, the object has no 
specific type."
+        },
+        "author": {
+            "type": "object",
+            "description": "Describes the entity that created or authored the 
object. An object MAY contain a single author property whose value is an Object 
of any type. Note that the author field identifies the entity that created the 
object and does not necessarily identify the entity that published the object. 
For instance, it may be the case that an object created by one person is posted 
and published to a system by an entirely different entity",
+            "extends": {
+                "$ref": "./object.json"
+            }
+        },
+        "published": {
+            "type": "string",
+            "description": "[RFC3339] date-time. The date and time at which 
the object was published. An object MAY contain a published property",
+            "format": "date-time"
+        },
+        "updated": {
+            "type": "string",
+            "description": "[RFC3339] date-time. The date and time at which a 
previously published object has been modified. An Object MAY contain an updated 
property.",
+            "format": "date-time"
+        },
+        "attachments": {
+            "title": "Related objects",
+            "description": "A collection of one or more additional, associated 
objects, similar to the concept of attached files in an email message. An 
object MAY have an attachedObjects property whose value is a JSON Array of 
Objects.",
+            "type": "array",
+            "items": {
+                "type": "object",
+                "$ref": "./object.json"
+            }
+        },
+        "upstreamDuplicates": {
+            "type": "array",
+            "description": "A JSON Array of one or more absolute IRI's 
[RFC3987] identifying objects that duplicate this object's content. An object 
SHOULD contain an upstreamDuplicates property when a publisher is knowingly 
duplicating with a new ID the content from another object. This MAY be used as 
a hint for consumers to use when resolving duplicates between objects received 
from different sources",
+            "items": {
+                "type": "string"
+            }
+        },
+        "downstreamDuplicates": {
+            "type": "array",
+            "description": "A JSON Array of one or more absolute IRI's 
[RFC3987] identifying objects that duplicate this object's content. An object 
SHOULD contain a downstreamDuplicates property when there are known objects, 
possibly in a different system, that duplicate the content in this object. This 
MAY be used as a hint for consumers to use when resolving duplicates between 
objects received from different sources.",
+            "items": {
+                "type": "string"
+            }
+        }
+    },
+    "additionalProperties": true,
+    "links": [
+        {
+            "rel": "describedby",
+            "href": "./objectType/{objectType}.json"
+        }
+    ]
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/alert.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/alert.json 
b/streams-pojo/src/main/jsonschema/objectTypes/alert.json
new file mode 100644
index 0000000..0ace5de
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/alert.json
@@ -0,0 +1,19 @@
+{
+    "$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": "alert",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "alert"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/application.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/application.json 
b/streams-pojo/src/main/jsonschema/objectTypes/application.json
new file mode 100644
index 0000000..ceb1208
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/application.json
@@ -0,0 +1,19 @@
+{
+    "$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": "application",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "application"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/article.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/article.json 
b/streams-pojo/src/main/jsonschema/objectTypes/article.json
new file mode 100644
index 0000000..8abc7f7
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/article.json
@@ -0,0 +1,19 @@
+{
+    "$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": "article",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "article"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/audio.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/audio.json 
b/streams-pojo/src/main/jsonschema/objectTypes/audio.json
new file mode 100644
index 0000000..92cef7f
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/audio.json
@@ -0,0 +1,19 @@
+{
+    "$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": "audio",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "audio"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/badge.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/badge.json 
b/streams-pojo/src/main/jsonschema/objectTypes/badge.json
new file mode 100644
index 0000000..b743236
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/badge.json
@@ -0,0 +1,19 @@
+{
+    "$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": "badge",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "badge"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/binary.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/binary.json 
b/streams-pojo/src/main/jsonschema/objectTypes/binary.json
new file mode 100644
index 0000000..8915633
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/binary.json
@@ -0,0 +1,19 @@
+{
+    "$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": "binary",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "binary"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/bookmark.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/bookmark.json 
b/streams-pojo/src/main/jsonschema/objectTypes/bookmark.json
new file mode 100644
index 0000000..3d3e3f1
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/bookmark.json
@@ -0,0 +1,19 @@
+{
+    "$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": "bookmark",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "bookmark"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/comment.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/comment.json 
b/streams-pojo/src/main/jsonschema/objectTypes/comment.json
new file mode 100644
index 0000000..90249c4
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/comment.json
@@ -0,0 +1,19 @@
+{
+    "$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": "comment",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "comment"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/device.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/device.json 
b/streams-pojo/src/main/jsonschema/objectTypes/device.json
new file mode 100644
index 0000000..faea368
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/device.json
@@ -0,0 +1,19 @@
+{
+    "$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": "device",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "device"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/event.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/event.json 
b/streams-pojo/src/main/jsonschema/objectTypes/event.json
new file mode 100644
index 0000000..479213f
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/event.json
@@ -0,0 +1,51 @@
+{
+    "$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": "event",
+    "description": "xCal fromat for vevent",
+    "extends": [
+        {
+            "$ref": "../object.json"
+        },
+        {
+            "$ref": "http://www.json-schema.org/calendar";
+        }
+    ],
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "event"
+        },
+        "attendedBy": {
+            "type": "../collection.json"
+        },
+        "attending": {
+          "type": "../collection.json"
+        },
+        "endTime": {
+          "type": "string",
+          "format": "date-time"
+        },
+        "invited": {
+          "type": "../collection.json"
+        },
+        "maybeAttending": {
+          "type": "../collection.json"
+        },
+        "notAttendedBy": {
+          "type": "../collection.json"
+        },
+        "notAttending": {
+          "type": "../collection.json"
+        },
+        "startTime": {
+          "type": "string",
+          "format": "date-time"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/file.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/file.json 
b/streams-pojo/src/main/jsonschema/objectTypes/file.json
new file mode 100644
index 0000000..695ef98
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/file.json
@@ -0,0 +1,25 @@
+{
+    "$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": "file",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "file"
+        },
+        "fileUrl": {
+          "type": "string"
+        },
+        "mimeType": {
+          "type": "string"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/folder.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/folder.json 
b/streams-pojo/src/main/jsonschema/objectTypes/folder.json
new file mode 100644
index 0000000..a319efe
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/folder.json
@@ -0,0 +1,19 @@
+{
+    "$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": "folder",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "folder"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/game.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/game.json 
b/streams-pojo/src/main/jsonschema/objectTypes/game.json
new file mode 100644
index 0000000..5f13dfc
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/game.json
@@ -0,0 +1,19 @@
+{
+    "$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": "game",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "game"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/group.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/group.json 
b/streams-pojo/src/main/jsonschema/objectTypes/group.json
new file mode 100644
index 0000000..b67d88d
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/group.json
@@ -0,0 +1,19 @@
+{
+    "$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": "group",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "group"
+        }
+    }
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/image.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/image.json 
b/streams-pojo/src/main/jsonschema/objectTypes/image.json
new file mode 100644
index 0000000..8a19fd1
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/image.json
@@ -0,0 +1,22 @@
+{
+    "$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": "image",
+    "extends": {
+        "$ref": "../media_link.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "image"
+        },
+        "fullImage": {
+          "type": "string"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/issue.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/issue.json 
b/streams-pojo/src/main/jsonschema/objectTypes/issue.json
new file mode 100644
index 0000000..29bfe44
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/issue.json
@@ -0,0 +1,25 @@
+{
+    "$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": "issue",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "issue"
+        },
+        "types": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          }
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/job.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/job.json 
b/streams-pojo/src/main/jsonschema/objectTypes/job.json
new file mode 100644
index 0000000..2d82975
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/job.json
@@ -0,0 +1,19 @@
+{
+    "$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": "job",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "job"
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/list.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/list.json 
b/streams-pojo/src/main/jsonschema/objectTypes/list.json
new file mode 100644
index 0000000..d7c164a
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/list.json
@@ -0,0 +1,28 @@
+{
+    "$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": "list",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "list"
+        },
+        "items": {
+            "type": "array",
+            "items": {
+                "type": "object",
+                "properties": {
+                    "$ref": "../object.json"
+                }
+            }
+        }
+    }
+}

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/d9b0c88d/streams-pojo/src/main/jsonschema/objectTypes/note.json
----------------------------------------------------------------------
diff --git a/streams-pojo/src/main/jsonschema/objectTypes/note.json 
b/streams-pojo/src/main/jsonschema/objectTypes/note.json
new file mode 100644
index 0000000..09de97c
--- /dev/null
+++ b/streams-pojo/src/main/jsonschema/objectTypes/note.json
@@ -0,0 +1,19 @@
+{
+    "$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": "note",
+    "extends": {
+        "$ref": "../object.json"
+    },
+    "properties": {
+        "objectType": {
+            "type": "string",
+            "default": "note"
+        }
+    }
+}

Reply via email to