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/12/04 17:35:47 UTC

[2/2] incubator-streams-master git commit: version bump rat plugin

version bump rat 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/3fbbdefb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/tree/3fbbdefb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-master/diff/3fbbdefb

Branch: refs/heads/master
Commit: 3fbbdefb957d7e3661ff89088250bdf0fb40bbd1
Parents: a9f0ca3 b569ad3
Author: Steve Blackmon <sb...@apache.org>
Authored: Fri Dec 4 10:35:43 2015 -0600
Committer: Steve Blackmon <sb...@apache.org>
Committed: Fri Dec 4 10:35:43 2015 -0600

----------------------------------------------------------------------
 pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/3fbbdefb/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 838befa,137ac5f..e6b973f
--- a/pom.xml
+++ b/pom.xml
@@@ -133,8 -132,8 +133,9 @@@
          </release.repository.url>
  
          <!-- Plugin and Plugin Dependency Versions -->
+         <apache-rat.plugin.version>0.11</apache-rat.plugin.version>
          <build-helper.plugin.version>1.8</build-helper.plugin.version>
 +        <bundle.plugin.version>1.4.3</bundle.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>
@@@ -722,7 -666,50 +724,50 @@@
                      </plugin>
                  </plugins>
              </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>
+                         <reportSets>
+                             <reportSet>
+                                 <id>aggregate</id>
+                                 <reports>
+                                     <report>javadoc-no-fork</report>
+                                     <report>test-javadoc-no-fork</report>
+                                     <report>aggregate</report>
+                                 </reports>
+                             </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>
+                     <plugin>
+                         <groupId>com.github.ferstl</groupId>
+                         <artifactId>depgraph-maven-plugin</artifactId>
+                         <version>${depgraph.plugin.version}</version>
+                     </plugin>
 -                    <plugin>
++		    <plugin>
+                         <groupId>org.apache.rat</groupId>
+                         <artifactId>apache-rat-plugin</artifactId>
+                         <version>${apache-rat.plugin.version}</version>
+                     </plugin>
+                 </plugins>
+             </reporting>
          </profile>
      </profiles>
  </project>