You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:33:04 UTC

[commons-vfs] 14/20: Updated README.md

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag japicmp-base-0.1.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit ab1d0b0af51866edf33f257730bf0916fcb88af2
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sat Jun 21 19:47:33 2014 +0200

    Updated README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index f9bf82c..beb5b93 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,8 @@ The maven plugin can be included in the pom.xml file of your artificat in the fo
                     </newVersion>
                     <parameter>
                         <onlyModified>true</onlyModified>
-                        <packagesToInclude>*</packagesToInclude>
-                        <packagesToExclude>*</packagesToExclude>
+                        <packagesToInclude>example</packagesToInclude>
+                        <packagesToExclude>excludeMe</packagesToExclude>
                         <accessModifier>public</accessModifier>
                         <breakBuildOnModifications>false</breakBuildOnModifications>
                     </parameter>