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/14 08:42:19 UTC

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

Author: cziegeler
Date: Tue Apr 14 06:42:19 2015
New Revision: 1673371

URL: http://svn.apache.org/r1673371
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=1673371&r1=1673370&r2=1673371&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Tue Apr 14 06:42:19 2015
@@ -242,61 +242,7 @@
                 <sling.it.excludedGroups>org.apache.sling.commons.testing.junit.categories.JackrabbitOnly</sling.it.excludedGroups>
             </properties>
         </profile>
-        <profile>
-            <id>pax-web</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>maven-launchpad-plugin</artifactId>
-                        <configuration>
-                            <jarWebSupport>
-                                <groupId>org.ops4j.pax.web</groupId>
-                                <artifactId>pax-web-service</artifactId>
-                                <version>0.6.0</version>
-                            </jarWebSupport>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>exclude-initial-content</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>maven-launchpad-plugin</artifactId>
-                        <configuration>
-                            <bundleExclusions>
-                                <bundle>
-                                    <groupId>org.apache.sling</groupId>
-                                    <artifactId>org.apache.sling.launchpad.content</artifactId>
-                                </bundle>
-                            </bundleExclusions>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
-            <id>test-reactor-sling-bundles</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.sling</groupId>
-                        <artifactId>maven-launchpad-plugin</artifactId>
-                        <configuration>
-                            <rewriteRuleFiles>
-                                <rewriteRuleFile>
-                                    ${basedir}/src/test/rules/reactor.drl
-                                </rewriteRuleFile>
-                            </rewriteRuleFiles>
-                        </configuration>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
+
 <!-- 
  
         <profile>