Skip to content

Commit

Permalink
HSEARCH-3667 Run ORM/Envers integration tests when testing different …
Browse files Browse the repository at this point in the history
…databases
  • Loading branch information
yrodiere committed Sep 9, 2019
1 parent a3631c3 commit d9699db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ stage('Non-default environments') {
helper.withMavenWorkspace {
mavenNonDefaultBuild buildEnv, """ \
clean install \
-pl org.hibernate.search:hibernate-search-integrationtest-orm,org.hibernate.search:hibernate-search-integrationtest-showcase-library \
-pl org.hibernate.search:hibernate-search-integrationtest-orm,org.hibernate.search:hibernate-search-integrationtest-mapper-orm-envers,org.hibernate.search:hibernate-search-integrationtest-showcase-library \
-P$buildEnv.mavenProfile \
"""
}
Expand Down

0 comments on commit d9699db

Please sign in to comment.