You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2016/05/12 20:00:53 UTC

svn commit: r1743555 - /maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm

Author: andham
Date: Thu May 12 20:00:52 2016
New Revision: 1743555

URL: http://svn.apache.org/viewvc?rev=1743555&view=rev
Log:
Syncing some titles

Modified:
    maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm

Modified: maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm?rev=1743555&r1=1743554&r2=1743555&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/site/apt/examples/custom-resource-filters.apt.vm Thu May 12 20:00:52 2016
@@ -26,14 +26,14 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Custom resource filters
+Custom resources filters
 
  With version 2.5 you are now able to build your own custom resources filter(s).
  
  Your custom resources filter classes must implements 
  {{{http://maven.apache.org/shared/maven-filtering/apidocs/org/apache/maven/shared/filtering/MavenResourcesFiltering.html}org.apache.maven.shared.filtering.MavenResourcesFiltering}}.
  
-* Custom Resource Filter Implementation
+* Custom Resources Filter Implementation
 
  Your custom resources filter classes must be marked as a Plexus Component. Below a sample with a roleHint itFilter.