[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    svn commit: r1698386 - /httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml
From:       olegk () apache ! org
Date:       2015-08-28 17:56:18
Message-ID: 20150828175618.5B5AAAC0113 () hades ! apache ! org
[Download RAW message or body]

Author: olegk
Date: Fri Aug 28 17:56:18 2015
New Revision: 1698386

URL: http://svn.apache.org/r1698386
Log:
Added profile with disabled OSGi tests

Modified:
    httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml

Modified: httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml?rev=1698386&r1=1698385&r2=1698386&view=diff
 ==============================================================================
--- httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/branches/4.4.x/httpcore-osgi/pom.xml Fri Aug 28 17:56:18 \
2015 @@ -221,4 +221,28 @@
 
     </plugins>
   </reporting>
+
+  <profiles>
+    <profile>
+      <id>disableOSGiTests</id>
+      <activation>
+        <property>
+          <name>disableOSGiTests</name>
+          <value>true</value>
+        </property>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-failsafe-plugin</artifactId>
+            <configuration>
+              <skip>true</skip>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
 </project>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic