Juan Hernandez has uploaded a new change for review. Change subject: core: Install utils tests jar ......................................................................
core: Install utils tests jar This is needed by the DAL tests since commit 6c8007. Change-Id: Ibd952c0a5672d07aec2a61fb2786f18c7bf528a5 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M backend/manager/modules/utils/pom.xml 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/12209/1 diff --git a/backend/manager/modules/utils/pom.xml b/backend/manager/modules/utils/pom.xml index 5f54225..b5dc0ff 100644 --- a/backend/manager/modules/utils/pom.xml +++ b/backend/manager/modules/utils/pom.xml @@ -162,6 +162,15 @@ </excludes> </configuration> </plugin> + + <!-- Make sure that the tests jar is installed in the local + repository as it is needed by other projects, in + particular by the DAL: --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + </plugin> + </plugins> </build> <profiles> -- To view, visit http://gerrit.ovirt.org/12209 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibd952c0a5672d07aec2a61fb2786f18c7bf528a5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches