Skip to content

Commit 0f8f407

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Reattach the execution of 'gradle-clean' to the Maven 'clean' lifecycle phase - Remove the commented out dependencies section Signed-off-by: Koen Aers <[email protected]>
1 parent f13fbc0 commit 0f8f407

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

gradle/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@
4444
<gradle.executable>./gradlew</gradle.executable>
4545
</properties>
4646

47-
<!-- <dependencies>
48-
<dependency>
49-
<groupId>org.hibernate.tool</groupId>
50-
<artifactId>hibernate-tools-orm</artifactId>
51-
</dependency>
52-
</dependencies> -->
53-
5447
<build>
5548
<plugins>
5649
<!-- Maven deploy is skipped on purpose as Gradle build will stage the artifact itself. -->
@@ -85,7 +78,7 @@
8578
</execution>
8679
<execution>
8780
<id>gradle-clean</id>
88-
<phase>pre-clean</phase>
81+
<phase>clean</phase>
8982
<configuration>
9083
<executable>${gradle.executable}</executable>
9184
<arguments>

0 commit comments

Comments
 (0)