You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/15 15:35:30 UTC

svn commit: r1865234 - /commons/scripts/pomskel.rb

Author: sebb
Date: Thu Aug 15 15:35:30 2019
New Revision: 1865234

URL: http://svn.apache.org/viewvc?rev=1865234&view=rev
Log:
Prune more

Modified:
    commons/scripts/pomskel.rb

Modified: commons/scripts/pomskel.rb
URL: http://svn.apache.org/viewvc/commons/scripts/pomskel.rb?rev=1865234&r1=1865233&r2=1865234&view=diff
==============================================================================
--- commons/scripts/pomskel.rb (original)
+++ commons/scripts/pomskel.rb Thu Aug 15 15:35:30 2019
@@ -7,16 +7,26 @@ require 'nokogiri'
 IGNORE=%w(comment) # don't show
 # don't show children
 PRUNE=%w(
+    ciManagement
     contributors 
     dependencies 
     developers 
+    dependencyManagement
     distributionManagement
+    extensions
+    includes
     issueManagement
+    licenses
+    mailingLists
+    modules
+    organization
     pluginManagement
     plugins
     profiles
     properties 
-    scm 
+    resources
+    scm
+    testResources
 )
 
 def textonly?(node)