Author: cziegeler
Date: Wed Mar 5 10:56:46 2014
New Revision: 1574416
URL: http://svn.apache.org/r1574416
Log:
Disable integration tests as this is blocking a release
Modified:
sling/trunk/contrib/extensions/i18n/pom.xml
Modified: sling/trunk/contrib/extensions/i18n/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/i18n/pom.xml?rev=1574416&r1=1574415&r2=1574416&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/i18n/pom.xml (original)
+++ sling/trunk/contrib/extensions/i18n/pom.xml Wed Mar 5 10:56:46 2014
@@ -86,6 +86,7 @@
</instructions>
</configuration>
</plugin>
+<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
@@ -106,12 +107,13 @@
<sling.launchpad.version>${sling.launchpad.version}</sling.launchpad.version>
</systemPropertyVariables>
<classpathDependencyExcludes>
- <!-- The osgi.org dependencies cause trouble with pax
exam -->
+ --> <!-- The osgi.org dependencies cause trouble with
pax exam --><!--
<classpathDependencyExcludes>org.osgi:org.osgi.core</classpathDependencyExcludes>
<classpathDependencyExcludes>org.osgi:org.osgi.compendium</classpathDependencyExcludes>
</classpathDependencyExcludes>
</configuration>
</plugin>
+ -->
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
@@ -142,6 +144,7 @@
<version>2.1.0</version>
<scope>provided</scope>
</dependency>
+<!--
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.launchpad</artifactId>
@@ -150,7 +153,7 @@
<classifier>bundlelist</classifier>
<scope>test</scope>
</dependency>
-
+-->
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.api</artifactId>