You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/04/28 02:24:11 UTC

[1/2] incubator-streams-master git commit: add source plugin

Repository: incubator-streams-master
Updated Branches:
  refs/heads/newwebpage 249138318 -> 3689338f3


add source plugin


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

Branch: refs/heads/newwebpage
Commit: 9e91ffe3a3068db5d6756add06203dd3e0dc375a
Parents: 2491383
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Wed Apr 27 19:23:05 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Apr 27 19:23:05 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/9e91ffe3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e461cdf..6a6576e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -574,6 +574,19 @@
                         </dependency>
                     </dependencies>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>${source.plugin.version}</version>
+                    <executions>
+                        <execution>
+                            <id>attach-sources</id>
+                            <goals>
+                                <goal>jar</goal>
+                            </goals>
+                        </execution>
+                    </executions>
+                </plugin>
                 <!-- Apache POM doesn't define default war-plugin version, so do it here -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[2/2] incubator-streams-master git commit: add google analytics

Posted by sb...@apache.org.
add google analytics


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

Branch: refs/heads/newwebpage
Commit: 3689338f3567f3b863399d327ec2b31291845ff1
Parents: 9e91ffe
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Wed Apr 27 19:23:14 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Wed Apr 27 19:23:14 2016 -0500

----------------------------------------------------------------------
 src/site/site.xml    | 12 ++++++++++++
 src/site/site_en.xml | 12 ++++++++++++
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/3689338f/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index eb5f0c9..9c8a3b5 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -90,6 +90,18 @@
             <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
             <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
         </menu>
+        <head>
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-77087101-1', 'auto');
+                ga('send', 'pageview');
+
+            </script>
+        </head>
     </body>
     <custom>
         <fluidoSkin>

http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/3689338f/src/site/site_en.xml
----------------------------------------------------------------------
diff --git a/src/site/site_en.xml b/src/site/site_en.xml
index b534a59..23d6191 100644
--- a/src/site/site_en.xml
+++ b/src/site/site_en.xml
@@ -90,6 +90,18 @@
             <item name="Sponsorship" href="http://www.apache.org/foundation/sponsorship.html" />
             <item name="Thanks" href="http://www.apache.org/foundation/thanks.html" />
         </menu>
+        <head>
+            <script>
+                (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+                (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+                m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+                })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
+
+                ga('create', 'UA-77087101-1', 'auto');
+                ga('send', 'pageview');
+
+            </script>
+        </head>
     </body>
     <custom>
         <fluidoSkin>