Alon Bar-Lev has uploaded a new change for review. Change subject: build: remove usage of local repository ......................................................................
build: remove usage of local repository [WARNING] Some problems were encountered while building the effective model for org.ovirt.engine:engine-server-ear:ear:3.4.0-SNAPSHOT [WARNING] 'distributionManagement.repository.id' must not be 'local', this identifier is reserved for the local repository, using it for other repositories will corrupt your repository metadata. @ line 18, column 11 Change-Id: Ief5a43d2409c257728c0c0479ee77c2d7536d3e4 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ear/pom.xml 1 file changed, 0 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/19439/1 diff --git a/ear/pom.xml b/ear/pom.xml index f81776a..a057ff7 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -13,13 +13,6 @@ <name>oVirt Server EAR</name> <description>oVirt server EAR</description> - <distributionManagement> - <repository> - <id>local</id> - <url>file://${maven.repository.root}</url> - </repository> - </distributionManagement> - <properties> <earDirectory>${project.build.directory}/${project.build.finalName}</earDirectory> <backendConfFiles>${basedir}/../backend/manager/conf</backendConfFiles> -- To view, visit http://gerrit.ovirt.org/19439 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ief5a43d2409c257728c0c0479ee77c2d7536d3e4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
