Skip to content

Commit a080b14

Browse files
committed
fix #8 - changing the execution phase in the documentation
1 parent e415404 commit a080b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Usage: Add the following plugin to your POM:
2121
<goals>
2222
<goal>enforce</goal>
2323
</goals>
24-
<phase>test-compile</phase>
24+
<phase>test</phase>
2525
<configuration>
2626
<rules>
2727
<NoPackageCyclesRule implementation="de.andrena.tools.nopackagecycles.NoPackageCyclesRule" />

0 commit comments

Comments
 (0)