Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Fixed
-
14.2.2
-
None
-
None
Description
When building the tutorial site using the below 14.2.2 archetype, a dependency hippo-ckeditor 4.14.0-h1 is not found.
Viewing https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/ in the browser shows 4.12.1-h2 as the most recent version
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate -DarchetypeRepository=https://maven.onehippo.com/maven2 -DarchetypeGroupId=org.onehippo.cms7 -DarchetypeArtifactId=hippo-project-archetype -DarchetypeVersion=14.2.2
[INFO] --------------------< org.example:myproject-cms >---------------------
[INFO] Building My Project CMS 0.1.0-SNAPSHOT [11/13]
[INFO] -------------------------------[ war ]--------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml
Downloading from hippo: https://maven.onehippo.com/maven2/net/minidev/json-smart/maven-metadata.xml
Downloading from hippo-maven2: https://maven.onehippo.com/maven2/net/minidev/json-smart/maven-metadata.xml
Downloaded from central: https://repo.maven.apache.org/maven2/net/minidev/json-smart/maven-metadata.xml (849 B at 701 B/s)
Downloading from hippo: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1.pom
Downloading from hippo-maven2: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1.pom
Downloading from central: https://repo.maven.apache.org/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1.pom
[WARNING] The POM for org.onehippo.cms7:hippo-ckeditor:jar:optimized:4.14.0-h1 is missing, no dependency information available
Downloading from hippo: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1-optimized.jar
Downloading from hippo-maven2: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1-optimized.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/onehippo/cms7/hippo-ckeditor/4.14.0-h1/hippo-ckeditor-4.14.0-h1-optimized.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] My Project 0.1.0-SNAPSHOT .......................... SUCCESS [ 2.741 s]
[INFO] My Project Repository Data ......................... SUCCESS [ 0.209 s]
[INFO] My Project Repository Data For Application ......... SUCCESS [ 2.606 s]
[INFO] My Project CMS Dependencies ........................ SUCCESS [ 0.189 s]
[INFO] My Project Repository Data For Development ......... SUCCESS [ 0.696 s]
[INFO] My Project Repository Data For Site ................ SUCCESS [ 1.094 s]
[INFO] My Project Repository Data For Site Development .... SUCCESS [ 0.605 s]
[INFO] My Project Site .................................... SUCCESS [ 0.174 s]
[INFO] My Project Site Components ......................... SUCCESS [ 3.646 s]
[INFO] My Project Repository Data Web Files ............... SUCCESS [ 0.854 s]
[INFO] My Project CMS ..................................... FAILURE [ 6.975 s]
[INFO] My Project Site Webapp ............................. SKIPPED
[INFO] My Project Essentials 0.1.0-SNAPSHOT ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.199 s
[INFO] Finished at: 2020-07-21T08:17:26+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project myproject-cms: Could not resolve dependencies for project org.example:myproject-cms:war:0.1.0-SNAPSHOT: Could not find artifact org.onehippo.cms7:hippo-ckeditor:jar:optimized:4.14.0-h1 in hippo (https://maven.onehippo.com/maven2/) -> [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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :myproject-cms