You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2011/09/10 16:06:53 UTC

svn commit: r1167518 - in /httpcomponents: httpclient/trunk/pom.xml httpcore/trunk/pom.xml project/pom.xml

Author: sebb
Date: Sat Sep 10 14:06:53 2011
New Revision: 1167518

URL: http://svn.apache.org/viewvc?rev=1167518&view=rev
Log:
Remove mailing-list from child projects; re-instate in parent only
[Note, this won't affect child projects until they switch to parent 5; existing parent does not disinherit them]

Modified:
    httpcomponents/httpclient/trunk/pom.xml
    httpcomponents/httpcore/trunk/pom.xml
    httpcomponents/project/pom.xml

Modified: httpcomponents/httpclient/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/pom.xml?rev=1167518&r1=1167517&r2=1167518&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/pom.xml (original)
+++ httpcomponents/httpclient/trunk/pom.xml Sat Sep 10 14:06:53 2011
@@ -346,7 +346,6 @@
              <reports>
                <report>dependencies</report>
                <report>project-team</report>
-               <report>mailing-list</report>
                <report>issue-tracking</report>
                <report>scm</report>
              </reports>

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1167518&r1=1167517&r2=1167518&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sat Sep 10 14:06:53 2011
@@ -269,7 +269,6 @@
              <reports>
                <report>dependencies</report>
                <report>project-team</report>
-               <report>mailing-list</report>
                <report>issue-tracking</report>
                <report>scm</report>
              </reports>

Modified: httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/pom.xml?rev=1167518&r1=1167517&r2=1167518&view=diff
==============================================================================
--- httpcomponents/project/pom.xml (original)
+++ httpcomponents/project/pom.xml Sat Sep 10 14:06:53 2011
@@ -486,16 +486,18 @@
         <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-project-info-reports-plugin</artifactId>
+           <!-- in particular, we don't want mailing-list to be inherited -->
+           <inherited>false</inherited>
            <reportSets>
              <reportSet>
                <reports>
                  <report>project-team</report>
                  <report>issue-tracking</report>
                  <report>scm</report>
+                 <report>mailing-lists</report>
                </reports>
              </reportSet>
            </reportSets>
-        </plugin>
     </plugins>
   </reporting>