Skip to content

Commit

Permalink
chore: formatting in maven.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrakovichVictoria authored and sarahhaggarty committed Oct 23, 2023
1 parent e0ad73e commit 2415792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/topics/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@ making sure that the `kotlin` plugin comes before the `maven-compiler-plugin` in
</execution>
<execution>
<id>test-compile</id>
<goals> <goal>test-compile</goal> </goals> <!-- You can skip the <goals> element
<goals>
<goal>test-compile</goal> <!-- You can skip the <goals> element
if you enable extensions for the plugin -->
</goals>
<configuration>
<sourceDirs>
<sourceDir>${project.basedir}/src/test/kotlin</sourceDir>
Expand Down

0 comments on commit 2415792

Please sign in to comment.