You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2016/06/21 23:01:08 UTC

incubator-twill git commit: - Upgrade rat plugin to 0.11 - Move site generation logic into a different branch

Repository: incubator-twill
Updated Branches:
  refs/heads/master 16f47ea49 -> c1a6f8af2


- Upgrade rat plugin to 0.11
- Move site generation logic into a different branch

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

Branch: refs/heads/master
Commit: c1a6f8af261ee3b48834d91a3b48a26aa26382f4
Parents: 16f47ea
Author: Terence Yim <ch...@apache.org>
Authored: Tue Jun 21 16:01:02 2016 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Tue Jun 21 16:01:02 2016 -0700

----------------------------------------------------------------------
 pom.xml | 76 ++----------------------------------------------------------
 1 file changed, 2 insertions(+), 74 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/c1a6f8af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 839214c..aa6cf53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.10</version>
+                    <version>0.11</version>
                     <configuration>
                         <excludes>
                             <exclude>.git/**/*</exclude>
@@ -320,7 +320,7 @@
             <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
-                <version>0.10</version>
+                <version>0.11</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
@@ -342,18 +342,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <version>3.3</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven.doxia</groupId>
-                        <artifactId>doxia-module-markdown</artifactId>
-                        <version>1.3</version>
-                    </dependency>
-                </dependencies>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>2.14.1</version>
                 <configuration>
@@ -1042,64 +1030,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.7</version>
-                <reportSets>
-                    <reportSet>
-                        <reports/>
-                    </reportSet>
-                    <reportSet>
-                        <id>aggregate</id>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>index</report>
-                            <report>mailing-list</report>
-                            <report>scm</report>
-                            <report>issue-tracking</report>
-                            <report>project-team</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.9.1</version>
-                <configuration>
-                    <failOnError>false</failOnError>
-                    <excludePackageNames>*.internal.*:echo:*.example.*</excludePackageNames>
-                    <links>
-                        <link>http://download.oracle.com/javase/6/docs/api/</link>
-                    </links>
-                    <bottom>
-                        <![CDATA[Copyright &#169; 2013 <a href="http://www.apache.org">The Apache Software Foundation</a>. All rights reserved.]]>
-                    </bottom>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <reports>
-                            <report>javadoc</report>
-                        </reports>
-                    </reportSet>
-                    <reportSet>
-                        <id>aggregate</id>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>aggregate</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.14.1</version>
-            </plugin>
-        </plugins>
-    </reporting>
 </project>