You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ec...@apache.org on 2015/07/01 22:12:45 UTC

svn commit: r1688726 - /commons/proper/vfs/trunk/pom.xml

Author: ecki
Date: Wed Jul  1 20:12:45 2015
New Revision: 1688726

URL: http://svn.apache.org/r1688726
Log:
[VFS-498] Make bundle-plugin see optional dependencies.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1688726&r1=1688725&r2=1688726&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Wed Jul  1 20:12:45 2015
@@ -163,6 +163,8 @@
 
     <vfs.parent.dir>${basedir}</vfs.parent.dir>
     <version.checkstyle>2.13</version.checkstyle>
+    <!-- make sure bundle plugin has dependency informations for 'optional' -->
+    <commons.osgi.excludeDependencies />
   </properties>
 
   <build>