Skip to content

Commit 338d962

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Bind the 'gradle-clean' execution to the 'pre-clean' maven lifecycle phase Signed-off-by: Koen Aers <[email protected]>
1 parent 82fa6e6 commit 338d962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
</execution>
8686
<execution>
8787
<id>gradle-clean</id>
88-
<phase>clean</phase>
88+
<phase>pre-clean</phase>
8989
<configuration>
9090
<executable>${gradle.executable}</executable>
9191
<arguments>

0 commit comments

Comments
 (0)