Skip to content

Commit a5c536e

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 d28a3e6 commit a5c536e

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
@@ -160,27 +160,14 @@
160160
<plugin>
161161
<artifactId>maven-invoker-plugin</artifactId>
162162
<version>${maven-invoker-plugin.version}</version>
163-
<dependencies>
164-
<dependency>
165-
<groupId>com.h2database</groupId>
166-
<artifactId>h2</artifactId>
167-
<version>${h2.version}</version>
168-
</dependency>
169-
</dependencies>
170163
<configuration>
171-
<debug>true</debug>
172-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
173164
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
174-
<preBuildHookScript>setup</preBuildHookScript>
175-
<postBuildHookScript>verify</postBuildHookScript>
176-
<pomIncludes>**/pom.xml</pomIncludes>
177165
</configuration>
178166
<executions>
179167
<execution>
180168
<id>integration-test</id>
181169
<goals>
182170
<goal>install</goal>
183-
<goal>run</goal>
184171
</goals>
185172
</execution>
186173
</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)