Skip to content

Commit 25ca8b2

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-package' execution Signed-off-by: Koen Aers <[email protected]>
1 parent a8c7641 commit 25ca8b2

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

0 commit comments

Comments
 (0)