Skip to content

Commit 3e0a68b

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 build' to ${settings.localRepository} Signed-off-by: Koen Aers <[email protected]>
1 parent ccd63b1 commit 3e0a68b

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
@@ -76,6 +76,7 @@
7676
<argument>build</argument>
7777
<argument>-PprojectVersion=${project.version}</argument>
7878
<argument>-Ph2Version=${h2.version}</argument>
79+
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
7980
</arguments>
8081
</configuration>
8182
<goals>

0 commit comments

Comments
 (0)