Skip to content

Commit 82fa6e6

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Restore the 'maven.repo.local' system property when invoking 'gradle clean' to ${settings.localRepository} Signed-off-by: Koen Aers <[email protected]>
1 parent 3e0a68b commit 82fa6e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/pom.xml

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

0 commit comments

Comments
 (0)