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 2018/02/16 01:56:51 UTC

svn commit: r1824400 - /commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml

Author: ecki
Date: Fri Feb 16 01:56:51 2018
New Revision: 1824400

URL: http://svn.apache.org/viewvc?rev=1824400&view=rev
Log:
Fix sandbox module directory.

Modified:
    commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml

Modified: commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml?rev=1824400&r1=1824399&r2=1824400&view=diff
==============================================================================
--- commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml (original)
+++ commons/proper/vfs/tags/commons-vfs2-project-2.2/pom.xml Fri Feb 16 01:56:51 2018
@@ -261,7 +261,7 @@
             <exclude>src/test/resources/test-data/**/*.txt</exclude>
             <exclude>src/test/resources/test-data/test.mf</exclude>
             <!--  implicite exclude does not work if sandbox profile is not activated -->
-            <exclude>sandbox/**</exclude>
+            <exclude>commons-vfs2-sandbox/**</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -281,7 +281,7 @@
             <exclude>src/test/resources/test-data/**/*.txt</exclude>
             <exclude>src/test/resources/test-data/test.mf</exclude>
             <!--  implicit exclude does not work if sandbox profile is not activated -->
-            <exclude>sandbox/**</exclude>
+            <exclude>commons-vfs2-sandbox/**</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -562,7 +562,7 @@
     <profile>
       <id>include-sandbox</id>
       <modules>
-        <module>sandbox</module>
+        <module>commons-vfs2-sandbox</module>
       </modules>
     </profile>
     <profile>