Skip to content

Commit f44baab

Browse files
committed
HBX-3128: Avoid use of Maven invoker plugin while performing functional testing
- Remove the duplicate integration tests that were called using Maven invoker Signed-off-by: Koen Aers <[email protected]>
1 parent 5b9f1c8 commit f44baab

File tree

27 files changed

+0
-851
lines changed

27 files changed

+0
-851
lines changed

maven/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,27 +156,14 @@
156156
<plugin>
157157
<artifactId>maven-invoker-plugin</artifactId>
158158
<version>${maven-invoker-plugin.version}</version>
159-
<dependencies>
160-
<dependency>
161-
<groupId>com.h2database</groupId>
162-
<artifactId>h2</artifactId>
163-
<version>${h2.version}</version>
164-
</dependency>
165-
</dependencies>
166159
<configuration>
167-
<debug>true</debug>
168-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
169160
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
170-
<preBuildHookScript>setup</preBuildHookScript>
171-
<postBuildHookScript>verify</postBuildHookScript>
172-
<pomIncludes>**/pom.xml</pomIncludes>
173161
</configuration>
174162
<executions>
175163
<execution>
176164
<id>integration-test</id>
177165
<goals>
178166
<goal>install</goal>
179-
<goal>run</goal>
180167
</goals>
181168
</execution>
182169
</executions>

maven/src/it/hbm2java/invoker.properties

Lines changed: 0 additions & 18 deletions
This file was deleted.

maven/src/it/hbm2java/jpa-default/pom.xml

Lines changed: 0 additions & 53 deletions
This file was deleted.

maven/src/it/hbm2java/jpa-default/setup.bsh

Lines changed: 0 additions & 26 deletions
This file was deleted.

maven/src/it/hbm2java/jpa-default/src/main/resources/hibernate.properties

Lines changed: 0 additions & 21 deletions
This file was deleted.

maven/src/it/hbm2java/jpa-default/verify.bsh

Lines changed: 0 additions & 29 deletions
This file was deleted.

maven/src/it/hbm2java/no-annotations/pom.xml

Lines changed: 0 additions & 56 deletions
This file was deleted.

maven/src/it/hbm2java/no-annotations/setup.bsh

Lines changed: 0 additions & 26 deletions
This file was deleted.

maven/src/it/hbm2java/no-annotations/src/main/resources/hibernate.properties

Lines changed: 0 additions & 21 deletions
This file was deleted.

maven/src/it/hbm2java/no-annotations/verify.bsh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)