You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/10/06 11:14:47 UTC

svn commit: r1629596 - /httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Mon Oct  6 09:14:47 2014
New Revision: 1629596

URL: http://svn.apache.org/r1629596
Log:
Removed unnecessary plugin cnfiguration

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1629596&r1=1629595&r2=1629596&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Mon Oct  6 09:14:47 2014
@@ -310,15 +310,6 @@
             <goals>
               <goal>check</goal>
             </goals>
-            <configuration>
-              <excludes>
-                <exclude>NOTICE.*</exclude>
-                <exclude>LICENSE.*</exclude>
-                <exclude>README.*</exclude>
-                <exclude>**/.*</exclude>
-                <exclude>.*/**/*</exclude>
-              </excludes>
-            </configuration>
           </execution>
         </executions>
       </plugin>