We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc56d commit 2c2dca2Copy full SHA for 2c2dca2
README.md
@@ -62,11 +62,20 @@ You have to add the following configuration to enable build-time instrumentation
62
<version>2.7.3</version>
63
<executions>
64
<execution>
65
+ <id>javaflow-enhance-main-classes</id>
66
<phase>process-classes</phase>
67
<goals>
68
<goal>javaflow-enhance</goal>
69
</goals>
70
</execution>
71
+ <!-- Only if you need to enhance test classes -->
72
+ <execution>
73
+ <id>javaflow-enhance-test-classes</id>
74
+ <phase>process-test-classes</phase>
75
+ <goals>
76
+ <goal>javaflow-enhance</goal>
77
+ </goals>
78
+ </execution>
79
</executions>
80
</plugin>
81
</plugins>
0 commit comments