Skip to content

Commit 6837ec8

Browse files
committed
HBX-3169: Update the use of H2 in the Maven integration tests to 2.4.240
- Some additional cleanup of the integration tests Signed-off-by: Koen Aers <[email protected]>
1 parent 4421a65 commit 6837ec8

File tree

7 files changed

+1
-98
lines changed

7 files changed

+1
-98
lines changed

test/maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
4646
<settingsFile>src/it/settings.xml</settingsFile>
4747
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
48-
<goal>install</goal>
48+
<goal>generate-sources</goal>
4949
</configuration>
5050
<executions>
5151
<execution>

test/maven/src/it/generateHbm/invoker.properties

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

test/maven/src/it/hbm2dao/invoker.properties

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

test/maven/src/it/hbm2ddl/invoker.properties

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

test/maven/src/it/hbm2java/invoker.properties

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

test/maven/src/it/noPropertiesFile/invoker.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@
1515
# See the License for the specific language governing permissions and #
1616
# limitations under the License. #
1717
############################################################################
18-
invoker.java.version = 1.8+
19-
invoker.goals = generate-sources
2018
invoker.buildResult = failure

test/maven/src/it/transformHbm/invoker.properties

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

0 commit comments

Comments
 (0)