Skip to content

Commit f13fbc0

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Remove the '-Dmaven.repo.local=${settings.localRepository}' argument from the 'gradle-clean' execution Signed-off-by: Koen Aers <[email protected]>
1 parent 9ee4624 commit f13fbc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
<argument>clean</argument>
9393
<argument>-PprojectVersion=${project.version}</argument>
9494
<argument>-Ph2Version=${h2.version}</argument>
95-
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
9695
</arguments>
9796
</configuration>
9897
<goals>

0 commit comments

Comments
 (0)