Skip to content

Commit

Permalink
feat(objectionary#2148): return the puzzle back
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Jun 16, 2023
1 parent 3542890 commit bcf0fed
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,20 @@ SOFTWARE.
<plugin>
<groupId>com.github.volodya-lombrozo</groupId>
<artifactId>jtcop-maven-plugin</artifactId>
<configuration>
<!--
@todo #2144:30min Enable RuleAllTestsHaveProductionClass rule.
It is disabled in the whole eo-maven-plugin module because
it requires lots of fixes simultaneously. We have to enable
that rule and apply all required changes in order to make
all jtcop checks to pass.
-->
<exclusions>
<exclusion>
JTCOP.RuleAllTestsHaveProductionClass
</exclusion>
</exclusions>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bcf0fed

Please sign in to comment.