Skip to content

Commit

Permalink
(#159) Disable shading since it makes cactoos-matchers unusable
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Sep 27, 2020
1 parent c692107 commit c5404b8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,17 @@
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<!--
@todo #159:30min This plugin execution was disabled
(phase was set to `package` before) because it prevents
cactoos from actually using cactoos-matchers since the
interfaces provided by cactoos (`Text`, `Func`, `Scalar`, etc)
and those expected by cactoos-matchers do no match!
Let's find a solution to this situation (not shading the
interfaces for example?) and re-enable this plugin. The best
solution should be discussed with ARC in this todo's ticket.
-->
<phase>ignore</phase>
<goals>
<goal>shade</goal>
</goals>
Expand Down

0 comments on commit c5404b8

Please sign in to comment.