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/18 19:38:49 UTC

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

Author: ecki
Date: Sun Feb 18 19:38:48 2018
New Revision: 1824694

URL: http://svn.apache.org/viewvc?rev=1824694&view=rev
Log:
pom: fix commons-vfs2-sandbox module name.

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=1824694&r1=1824693&r2=1824694&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sun Feb 18 19:38:48 2018
@@ -39,6 +39,7 @@
     <module>commons-vfs2-examples</module>
     <module>commons-vfs2-distribution</module>
   </modules>
+  <!-- commons-vfs2-sandbox is in profile include-sandbox -->
 
   <issueManagement>
     <system>jira</system>
@@ -262,7 +263,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>
@@ -282,7 +283,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>
@@ -564,7 +565,7 @@
     <profile>
       <id>include-sandbox</id>
       <modules>
-        <module>sandbox</module>
+        <module>commons-vfs2-sandbox</module>
       </modules>
     </profile>
     <profile>