You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2015/02/12 14:30:13 UTC

svn commit: r1659249 - /sling/trunk/contrib/scripting/sightly/testing/pom.xml

Author: radu
Date: Thu Feb 12 13:30:13 2015
New Revision: 1659249

URL: http://svn.apache.org/r1659249
Log:
trivial: explicitly set the sling.home property for the maven-launchpad-plugin

Modified:
    sling/trunk/contrib/scripting/sightly/testing/pom.xml

Modified: sling/trunk/contrib/scripting/sightly/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/scripting/sightly/testing/pom.xml?rev=1659249&r1=1659248&r2=1659249&view=diff
==============================================================================
--- sling/trunk/contrib/scripting/sightly/testing/pom.xml (original)
+++ sling/trunk/contrib/scripting/sightly/testing/pom.xml Thu Feb 12 13:30:13 2015
@@ -80,10 +80,6 @@
                             <directory>${basedir}</directory>
                             <includes>
                                 <include>derby.log</include>
-                                <include>cachedir</include>
-                                <include>sling/**</include>
-                                <include>jackrabbit</include>
-                                <include>coverage.ec</include>
                             </includes>
                         </fileset>
                     </filesets>
@@ -169,6 +165,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <slingHome>${project.build.directory}/sling</slingHome>
                     <httpPort>${http.port}</httpPort>
                     <controlHost>${test.host}</controlHost>
                     <controlPort>${sling.control.port}</controlPort>