I've been trying to get the Openmeetings compiled on my system, for this weekend. In the end, when I was trying to resolve dependencies I get Build Success's for Everything except Openmeetings server which gives me the following error:

   mvn -X -U dependency:go-offline
   ....
   [DEBUG] Failure to find
   org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml
   in https://repository.apache.org/content/groups/snapshots was cached
   in the local repository, resolution will not be reattempted until
   the update interval of apache-snapshots has elapsed or updates are
   forced
   [DEBUG] Skipped remote request for
   org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml,
   already updated during this session.
   [DEBUG] Failure to find
   org.apache.openmeetings:openmeetings-web:4.0.0-SNAPSHOT/maven-metadata.xml
   in http://repository.apache.org/snapshots was cached in the local
   repository, resolution will not be reattempted until the update
   interval of apache.snapshots has elapsed or updates are forced
   [DEBUG] Could not find metadata
   
org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml
   in local (/home/emanon/.m2/repository)
   [DEBUG] Skipped remote request for
   
org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml,
   already updated during this session.
   [DEBUG] Failure to find
   
org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml
   in https://repository.apache.org/content/groups/snapshots was cached
   in the local repository, resolution will not be reattempted until
   the update interval of apache-snapshots has elapsed or updates are
   forced
   [DEBUG] Skipped remote request for
   
org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml,
   already updated during this session.
   [DEBUG] Failure to find
   
org.apache.openmeetings:openmeetings-screenshare:4.0.0-SNAPSHOT/maven-metadata.xml
   in http://repository.apache.org/snapshots was cached in the local
   repository, resolution will not be reattempted until the update
   interval of apache.snapshots has elapsed or updates are forced
   [DEBUG] Skipped remote request for
   org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml,
   already updated during this session.
   [DEBUG] Failure to find
   org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml
   in https://repository.apache.org/content/groups/snapshots was cached
   in the local repository, resolution will not be reattempted until
   the update interval of apache-snapshots has elapsed or updates are
   forced
   [DEBUG] Skipped remote request for
   org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml,
   already updated during this session.
   [DEBUG] Failure to find
   org.apache.openmeetings:openmeetings-flash:4.0.0-SNAPSHOT/maven-metadata.xml
   in http://repository.apache.org/snapshots was cached in the local
   repository, resolution will not be reattempted until the update
   interval of apache.snapshots has elapsed or updates are forced
   [DEBUG] Using transporter WagonTransporter with priority -1.0 for
   https://repository.apache.org/content/groups/snapshots
   [DEBUG] Using connector BasicRepositoryConnector with priority 0.0
   for https://repository.apache.org/content/groups/snapshots
   Downloading:
   
https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/openmeetings-screenshare/4.0.0-SNAPSHOT/openmeetings-screenshare-4.0.0-SNAPSHOT.jar

   [INFO]
   ------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO]
   [INFO] Openmeetings ....................................... SUCCESS
   [ 16.020 s]
   [INFO] Openmeetings Util .................................. SUCCESS
   [  0.485 s]
   [INFO] Openmeetings DB .................................... SUCCESS
   [  7.548 s]
   [INFO] Openmeetings Core .................................. SUCCESS
   [  5.040 s]
   [INFO] Openmeetings Install ............................... SUCCESS
   [  2.687 s]
   [INFO] Openmeetings Service ............................... SUCCESS
   [  0.266 s]
   [INFO] Openmeetings Webservices ........................... SUCCESS
   [  2.674 s]
   [INFO] Openmeetings Web ................................... SUCCESS
   [  4.969 s]
   [INFO] Openmeetings Flash ................................. SUCCESS
   [  0.272 s]
   [INFO] Openmeetings Screen Sharing applet ................. SUCCESS
   [  0.214 s]
   [INFO] Openmeetings Server ................................ FAILURE
   [ 10.499 s]
   [INFO]
   ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO]
   ------------------------------------------------------------------------
   [INFO] Total time: 01:07 min
   [INFO] Finished at: 2016-03-07T22:05:48+05:30
   [INFO] Final Memory: 33M/289M
   [INFO]
   ------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project openmeetings-server: Could
   not resolve dependencies for project
   org.apache.openmeetings:openmeetings-server:jar:4.0.0-SNAPSHOT:
   Could not find artifact
   org.apache.openmeetings:openmeetings-screenshare:jar:4.0.0-SNAPSHOT
   in apache-snapshots
   (https://repository.apache.org/content/groups/snapshots) -> [Help 1]


Though, upon manually checking the repository.apache.org for openmeetings-server, I get a 404 for " https://repository.apache.org/content/groups/snapshots/org/apache/openmeetings/*";

Happens on my XUbuntu 14.04 system

   mvn --version
   Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
   2015-11-10T22:11:47+05:30)
   Maven home: /usr/share/maven3
   Java version: 1.8.0_74, vendor: Oracle Corporation
   Java home: /usr/lib/jvm/oracle_jdk8/jre
   Default locale: en_IN, platform encoding: UTF-8
   OS name: "linux", version: "3.19.0-51-generic", arch: "amd64",
   family: "unix"

Anything I am doing wrong. Help is much appreciated.

Ankush

Reply via email to