diff --git a/pom.xml b/pom.xml
index 7d2f28c63..87d3c7362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -244,6 +244,14 @@ SOFTWARE.
+
+ maven-invoker-plugin
+
+
+ custom-transformations/pom.xml
+
+
+
diff --git a/src/it/spring-fat/pom.xml b/src/it/spring-fat/pom.xml
index 9160719c3..5c5709794 100644
--- a/src/it/spring-fat/pom.xml
+++ b/src/it/spring-fat/pom.xml
@@ -90,7 +90,7 @@ SOFTWARE.
support many java features. We need to implement them and enable
the test.
-->
- false
+ true
true
diff --git a/src/main/java/org/eolang/jeo/representation/directives/DirectivesMethodVisitor.java b/src/main/java/org/eolang/jeo/representation/directives/DirectivesMethodVisitor.java
index fc0fce29a..2b5e15b9e 100644
--- a/src/main/java/org/eolang/jeo/representation/directives/DirectivesMethodVisitor.java
+++ b/src/main/java/org/eolang/jeo/representation/directives/DirectivesMethodVisitor.java
@@ -50,6 +50,7 @@
* {@link #visitMultiANewArrayInsn},
* {@link #visitIincInsn}.
* We need to implement them and add tests for them.
+ * Don't forget to enable 'custom-transformations' integration test.
*/
@SuppressWarnings("PMD.TooManyMethods")
public final class DirectivesMethodVisitor extends MethodVisitor implements Iterable {