You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/13 17:29:52 UTC

svn commit: r1673226 - /sling/trunk/launchpad/testing/pom.xml

Author: cziegeler
Date: Mon Apr 13 15:29:51 2015
New Revision: 1673226

URL: http://svn.apache.org/r1673226
Log:
SLING-4598 : Migrate launchpad testing to provisioning model

Modified:
    sling/trunk/launchpad/testing/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1673226&r1=1673225&r2=1673226&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Mon Apr 13 15:29:51 2015
@@ -47,9 +47,6 @@
         <!-- HTTP port to use when running mvn launchpad:run -->
         <run.http.port>8888</run.http.port>
 
-        <!-- Timeout when checking for Sling readyness before starting tests -->
-        <HttpTestBase.readyTimeoutSeconds>62</HttpTestBase.readyTimeoutSeconds>
-
         <!-- path suffix for HTTP access to Sling -->
         <http.base.path />
 
@@ -75,8 +72,6 @@
         -->
         <integration.test.wait>false</integration.test.wait>
 
-        <resources.bundles.path>${project.build.directory}/launchpad-bundles/resources/bundles</resources.bundles.path>
-        
         <slf4j.version>1.7.6</slf4j.version>
         <logback.version>1.1.2</logback.version>
 
@@ -142,20 +137,6 @@
             </plugin>
         </plugins>
     </build>
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <configuration>
-                  <!-- No javadocs -->
-                    <excludePackageNames>
-                        org.apache.sling
-                    </excludePackageNames>
-                </configuration>
-            </plugin>
-        </plugins>
-    </reporting>
 
     <profiles>
         <profile>