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 2015/08/10 13:32:52 UTC

incubator-streams-master git commit: adds depgraph plugin

Repository: incubator-streams-master
Updated Branches:
  refs/heads/master f45df142e -> b5a4dba4f


adds depgraph 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/b5a4dba4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/b5a4dba4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/b5a4dba4

Branch: refs/heads/master
Commit: b5a4dba4f337ca57a8b916032b3d330dde4219f9
Parents: f45df14
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Sun Jul 26 13:31:43 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Sun Jul 26 13:31:43 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/b5a4dba4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 88b5eeb..abf1e9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,7 @@
         <build-helper.plugin.version>1.8</build-helper.plugin.version>
         <compiler.plugin.version>3.0</compiler.plugin.version>
         <clean.plugin.version>2.6</clean.plugin.version>
+        <depgraph.plugin.version>1.0.2</depgraph.plugin.version>
         <docker.plugin.version>0.11.5-M1</docker.plugin.version>
         <enforcer.plugin.version>1.3.1</enforcer.plugin.version>
         <failsafe.plugin.version>2.17</failsafe.plugin.version>
@@ -437,6 +438,11 @@
                         <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>com.github.ferstl</groupId>
+                    <artifactId>depgraph-maven-plugin</artifactId>
+                    <version>1.0.2</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -516,6 +522,7 @@
                     <maxmemory>1g</maxmemory>
                 </configuration>
             </plugin>
+
         </plugins>
 
     </build>
@@ -650,6 +657,11 @@
                             </execution>
                         </executions>
                     </plugin>
+                    <plugin>
+                        <groupId>com.github.ferstl</groupId>
+                        <artifactId>depgraph-maven-plugin</artifactId>
+                        <version>${depgraph.plugin.version}</version>
+                    </plugin>
                 </plugins>
             </build>
             <reporting>
@@ -684,6 +696,11 @@
                         <artifactId>maven-site-plugin</artifactId>
                         <version>${site.plugin.version}</version>
                     </plugin>
+                    <plugin>
+                        <groupId>com.github.ferstl</groupId>
+                        <artifactId>depgraph-maven-plugin</artifactId>
+                        <version>${depgraph.plugin.version}</version>
+                    </plugin>
                 </plugins>
             </reporting>
         </profile>