mml created OPENMEETINGS-2651:
---------------------------------
Summary: BUILD FAILURE
Key: OPENMEETINGS-2651
URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2651
Project: Openmeetings
Issue Type: Bug
Components: Installer
Affects Versions: 6.1.0
Environment: jdk.11
maven 3.6.0
Reporter: mml
Assignee: Maxim Solodovnik
在构建源码的过程中,根据官网提供的第一步mvn clean install -P
allModules.执行成功之后,通过idea导入openmeentings/pom.xml;执行 Openmeetings Server -》maven
-》 install 报错。
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< org.apache.openmeetings:openmeetings-server >-------------
[INFO] Building Openmeetings Server 7.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The POM for
org.apache.openmeetings:openmeetings-web:war:7.0.0-SNAPSHOT is missing, no
dependency information available
[WARNING] The POM for
org.apache.openmeetings:openmeetings-screenshare:jar:7.0.0-SNAPSHOT is missing,
no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.987 s
[INFO] Finished at: 2021-08-26T17:43:42+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project openmeetings-server: Could not
resolve dependencies for project
org.apache.openmeetings:openmeetings-server:jar:7.0.0-SNAPSHOT: The following
artifacts could not be resolved:
org.apache.openmeetings:openmeetings-web:war:7.0.0-SNAPSHOT,
org.apache.openmeetings:openmeetings-screenshare:jar:7.0.0-SNAPSHOT: Failure to
find org.apache.openmeetings:openmeetings-web:war:7.0.0-SNAPSHOT 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 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
--
This message was sent by Atlassian Jira
(v8.3.4#803005)