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 2021/11/29 20:57:11 UTC

[commons-vfs] branch master updated: Disable JApiCmp for examples.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new bb98c14  Disable JApiCmp for examples.
bb98c14 is described below

commit bb98c142c26c0a3955a0d89ff8bfe9c3a0c70b32
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Nov 29 15:57:08 2021 -0500

    Disable JApiCmp for examples.
---
 commons-vfs2-examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 69c83b5..4002fea 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -57,6 +57,7 @@
 
   <properties>
     <vfs.parent.dir>${basedir}/..</vfs.parent.dir>
+    <japicmp.skip>true</japicmp.skip>
   </properties>
 
   <build>