Skip to content

Commit 5813088

Browse files
committed
HBX-3096: Add execution to 'exec-maven-plugin' to perform clean for the Gradle plugin subproject
- Remove the unneeded dependency section from 'gradle/pom.xml' - Restore the '-Dmaven.repo.local' argument to the 'gradle-package' execution of the exec-maven-plugin Signed-off-by: Koen Aers <[email protected]>
1 parent bbb60ee commit 5813088

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

gradle/pom.xml

Lines changed: 1 addition & 7 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. -->
@@ -76,6 +69,7 @@
7669
<argument>build</argument>
7770
<argument>-PprojectVersion=${project.version}</argument>
7871
<argument>-Ph2Version=${h2.version}</argument>
72+
<argument>-Dmaven.repo.local=${settings.localRepository}</argument>
7973
</arguments>
8074
</configuration>
8175
<goals>

0 commit comments

Comments
 (0)