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:46 UTC

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

Repository: incubator-streams-master
Updated Branches:
  refs/heads/master a9f0ca346 -> 3fbbdefb9


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

Branch: refs/heads/master
Commit: b569ad3ff69005bf4fb72366bbc1944a50c274ca
Parents: b5a4dba
Author: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Authored: Mon Aug 10 06:52:02 2015 -0500
Committer: Steve Blackmon (@steveblackmon) <sb...@apache.org>
Committed: Mon Aug 10 06:52:02 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-streams-master/blob/b569ad3f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index abf1e9a..137ac5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,6 +132,7 @@
         </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>
         <compiler.plugin.version>3.0</compiler.plugin.version>
         <clean.plugin.version>2.6</clean.plugin.version>
@@ -603,6 +604,7 @@
                     <plugin>
                         <groupId>org.apache.rat</groupId>
                         <artifactId>apache-rat-plugin</artifactId>
+                        <version>${apache-rat.plugin.version}</version>
                         <executions>
                             <execution>
                                 <phase>verify</phase>
@@ -701,6 +703,11 @@
                         <artifactId>depgraph-maven-plugin</artifactId>
                         <version>${depgraph.plugin.version}</version>
                     </plugin>
+                    <plugin>
+                        <groupId>org.apache.rat</groupId>
+                        <artifactId>apache-rat-plugin</artifactId>
+                        <version>${apache-rat.plugin.version}</version>
+                    </plugin>
                 </plugins>
             </reporting>
         </profile>


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

Posted by sb...@apache.org.
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>