You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by ch...@apache.org on 2015/08/17 10:20:09 UTC

svn commit: r1696207 - /jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Author: chetanm
Date: Mon Aug 17 08:20:08 2015
New Revision: 1696207

URL: http://svn.apache.org/r1696207
Log:
OAK-3185 - Port and refactor jackrabbit-webapp module to Oak (WIP)

Fix clean plugin config to delete 'oak' directory properly

Modified:
    jackrabbit/oak/trunk/oak-examples/webapp/pom.xml

Modified: jackrabbit/oak/trunk/oak-examples/webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-examples/webapp/pom.xml?rev=1696207&r1=1696206&r2=1696207&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-examples/webapp/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-examples/webapp/pom.xml Mon Aug 17 08:20:08 2015
@@ -262,10 +262,7 @@
         <configuration>
           <filesets>
             <fileset>
-              <directory>${basedir}</directory>
-              <includes>
-                <include>oak</include>
-              </includes>
+              <directory>oak</directory>
             </fileset>
           </filesets>
         </configuration>