Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Multi-Field List Component Issue

Avatar

Level 2

Hello everyone,

I'm attempting to setup a multi-field list component by following this: 

https://helpx.adobe.com/experience-manager/using/htl_multifield62.html

 

I got the project made but when I get to the final step of: Build the OSGi bundle using Maven and then running  mvn -PautoInstallPackage install.

I get this error:

[INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] 'dependencies.dependency.version' for com.adobe.aem:uber-jar:jar:obfuscated-apis is missing. @ mfHTL:mfHTL.core:[unknown-version], C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\core\pom.xml, line 83, column 21 [ERROR] 'dependencies.dependency.version' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar is missing. @ mfHTL:mfHTL.core:[unknown-version], C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\core\pom.xml, line 89, column 21 [ERROR] 'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for com.adobe.aem:uber-jar:jar:obfuscated-apis must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 190, column 35 [ERROR] 'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 197, column 35 [ERROR] 'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for com.adobe.aem:uber-jar:jar:obfuscated-apis must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 190, column 35 [ERROR] 'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 197, column 35 @ [ERROR] The build could not read 2 projects -> [Help 1] [ERROR] [ERROR]   The project mfHTL:mfHTL.core:1.0-SNAPSHOT (C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\core\pom.xml) has 4 errors [ERROR]     'dependencies.dependency.version' for com.adobe.aem:uber-jar:jar:obfuscated-apis is missing. @ mfHTL:mfHTL.core:[unknown-version], C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\core\pom.xml, line 83, column 21 [ERROR]     'dependencies.dependency.version' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar is missing. @ mfHTL:mfHTL.core:[unknown-version], C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\core\pom.xml, line 89, column 21 [ERROR]     'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for com.adobe.aem:uber-jar:jar:obfuscated-apis must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 190, column 35 [ERROR]     'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 197, column 35 [ERROR] [ERROR]   The project mfHTL:mfHTL.it.tests:1.0-SNAPSHOT (C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\it.tests\pom.xml) has 2 errors [ERROR]     'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for com.adobe.aem:uber-jar:jar:obfuscated-apis must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 190, column 35 [ERROR]     'build.plugins.plugin[org.apache.felix:maven-scr-plugin].dependencies.dependency.scope' for org.apache.geronimo.specs:geronimo-atinject_1.0_spec:jar must be one of [compile, runtime, system] but is 'provided'. @ mfHTL:mfHTL:1.0-SNAPSHOT, C:\Users\conna\Desktop\SeqTech\GitWit\Hilti\mfHTL\pom.xml, line 197, column 35 [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/ProjectBuildingException
0 Replies