Skip to content

Commit

Permalink
TRUNK-4415 Added missin build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 4, 2014
1 parent cb8b3b2 commit cf8a65b
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -942,20 +942,22 @@
</profile>
<profile>
<id>sonar</id>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- Exclude tests which fail with JaCoCo -->
<exclude>**/Database1_9_7UpgradeTest.java</exclude>
<exclude>**/OrderTest.java</exclude>
<exclude>**/TestOrderTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<!-- Exclude tests which fail with JaCoCo -->
<exclude>**/Database1_9_7UpgradeTest.java</exclude>
<exclude>**/OrderTest.java</exclude>
<exclude>**/TestOrderTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<sonar.host.url>https://ci.openmrs.org/sonar</sonar.host.url>
<sonar.exclusions>src/main/java/org/openmrs/arden/**/*</sonar.exclusions>
Expand Down

0 comments on commit cf8a65b

Please sign in to comment.