Skip to content

Commit

Permalink
Fix mvn site command (due to commons-parent change)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed May 20, 2022
1 parent d842a02 commit d9a1764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
</goals>
<phase>pre-site</phase>
<configuration>
<tasks>
<target>
<exec executable="svn">
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
</exec>
Expand All @@ -659,7 +659,7 @@
<exec executable="svn">
<arg line="update --set-depth infinity ${dirs}"/>
</exec>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d9a1764

Please sign in to comment.