Skip to content

Commit

Permalink
Merge pull request #302 from rtack/master
Browse files Browse the repository at this point in the history
Fix typos in pom.xml comments.
  • Loading branch information
marchof committed Apr 10, 2015
2 parents 19b4d4e + 2e0bcb5 commit 14b0071
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions jacoco-maven-plugin.test/it/it-check-fails-halt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>CLASS</element>
<includes>
<include>Example</include>
</includes>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>METHOD</counter>
<value>MISSEDCOUNT</value>
Expand Down
4 changes: 2 additions & 2 deletions jacoco-maven-plugin.test/it/it-check-fails-no-halt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
<configuration>
<haltOnFailure>false</haltOnFailure>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>METHOD</counter>
<value>MISSEDCOUNT</value>
Expand Down
4 changes: 2 additions & 2 deletions jacoco-maven-plugin.test/it/it-check-passes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>INSTRUCTION</counter>
<value>COVEREDRATIO</value>
Expand Down
4 changes: 2 additions & 2 deletions jacoco-maven-plugin.test/it/it-dump/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>CLASS</counter>
<value>COVEREDCOUNT</value>
Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.examples/build/pom-it.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.examples/build/pom-offline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.examples/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@
</goals>
<configuration>
<rules>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<!-- implmentation is needed only for Maven 2 -->
<!-- implementation is needed only for Maven 2 -->
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
Expand Down

0 comments on commit 14b0071

Please sign in to comment.