Yaniv Dary has uploaded a new change for review. Change subject: packaging: build: fixed engine first clean build ......................................................................
packaging: build: fixed engine first clean build Engine failed to compile on clean host. Worked only in second run. This was caused due to malformed repository definition. Now engine build works on first run. Bug-Url: https://bugzilla.redhat.com/1139016 Change-Id: I7e81cd257db9c3d57d5e626ab14f5027738b54c5 Signed-off-by: Yaniv Dary <[email protected]> --- M pom.xml 1 file changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/35/32635/1 diff --git a/pom.xml b/pom.xml index ce55244..9b0652e 100644 --- a/pom.xml +++ b/pom.xml @@ -412,13 +412,17 @@ <enabled>false</enabled> </snapshots> </repository> + <!-- temporary until vdsm-jsonrpc-java-client and ovirt-host-deploy 1.3.0 released --> <repository> - <!-- temporary until vdsm-jsonrpc-java-client and ovirt-host-deploy 1.3.0 released --> - <id>sonatype-snapshots</id> - <url>http://oss.sonatype.org/content/repositories/snapshots/</url> + <id>sonatype.oss.snapshot.repo</id> + <name>Sonatype OSS Snapshot Respository</name> + <url>http://oss.sonatype.org/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> + <releases> + <enabled>false</enabled> + </releases> </repository> </repositories> <pluginRepositories> -- To view, visit http://gerrit.ovirt.org/32635 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7e81cd257db9c3d57d5e626ab14f5027738b54c5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
