HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf
This commit is contained in:
parent
288f490418
commit
3ee002ad46
|
@ -329,9 +329,11 @@ tasks.test.dependsOn tasks.jar
|
|||
tasks.test.dependsOn tasks.generateDependsFile
|
||||
tasks.test.dependsOn tasks.generatePaxExamEnvironmentFile
|
||||
|
||||
// we also need to make sure that core and HEM are published before running tests
|
||||
// we also need to make sure that hibernate-core, hibernate-entitymanager and hibernate-osgi
|
||||
// are published to maven-local before running tests
|
||||
tasks.test.dependsOn rootProject.childProjects.'hibernate-core'.tasks.publishToMavenLocal
|
||||
tasks.test.dependsOn rootProject.childProjects.'hibernate-entitymanager'.tasks.publishToMavenLocal
|
||||
tasks.test.dependsOn tasks.publishToMavenLocal
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
|
|
Loading…
Reference in New Issue