AEM WKND Tutorial Setup Errors
Hi, hope someone can help me out with this.
I'm currently following along with the WKND tutorial, at the project setup stage.
Getting Started with AEM Sites Part 1 - Project Setup
On step 4 "Build Your Project" I typed in the following commands:
$ cd aem-guides-wknd
$ mvn -PautoInstallPackage clean install
But I get the following errors:
[INFO] Reactor Summary:
[INFO]
[INFO] WKND Sites Project - Reactor Project 0.0.1-SNAPSHOT SUCCESS [ 0.102 s]
[INFO] WKND Sites Project Bundle .......................... FAILURE [ 0.320 s]
[INFO] WKND Sites Project Content Package 0.0.1-SNAPSHOT .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.250 s
[INFO] Finished at: 2018-03-23T11:36:57-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.felix:maven-scr-plugin:1.20.0:scr (generate-scr-descriptor) on project wknd-sites-guide.core: Execution generate-scr-descriptor of goal org.apache.felix:maven-scr-plugin:1.20.0:scr failed: org.apache.felix.scrplugin.annotations.AnnotationProcessor is not an ImageIO SPI class -> [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/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :wknd-sites-guide.core



