Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsilaev authored Sep 9, 2022
1 parent c8bc56d commit 2c2dca2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,20 @@ You have to add the following configuration to enable build-time instrumentation
<version>2.7.3</version>
<executions>
<execution>
<id>javaflow-enhance-main-classes</id>
<phase>process-classes</phase>
<goals>
<goal>javaflow-enhance</goal>
</goals>
</execution>
<!-- Only if you need to enhance test classes -->
<execution>
<id>javaflow-enhance-test-classes</id>
<phase>process-test-classes</phase>
<goals>
<goal>javaflow-enhance</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 2c2dca2

Please sign in to comment.