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

List:       httpcomponents-commits
Subject:    svn commit: r1698380 - /httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
From:       olegk () apache ! org
Date:       2015-08-28 17:20:44
Message-ID: 20150828172044.7F5B7AC0176 () hades ! apache ! org
[Download RAW message or body]

Author: olegk
Date: Fri Aug 28 17:20:44 2015
New Revision: 1698380

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

Modified:
    httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml

Modified: httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml?rev=1698380&r1=1698379&r2=1698380&view=diff
 ==============================================================================
--- httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml (original)
+++ httpcomponents/httpcore/trunk/httpcore-osgi/pom.xml Fri Aug 28 17:20:44 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-surefire-plugin</artifactId>
+            <configuration>
+              <skipTests>true</skipTests>
+            </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