Skip to content

Commit

Permalink
Added profile with disabled OSGi tests (corrected)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk@1698383 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Aug 28, 2015
1 parent 66426d3 commit 0550039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpcore-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0550039

Please sign in to comment.