Skip to content

Commit edb9070

Browse files
committed
chore: only run during test phase
1 parent 5dcad0c commit edb9070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
<executions>
342342
<execution>
343343
<id>generate_connection_properties_documentation</id>
344-
<phase>compile</phase>
344+
<phase>test</phase>
345345
<goals>
346346
<goal>java</goal>
347347
</goals>

0 commit comments

Comments
 (0)