I am having problems when building the test extensions that are in the repository, I have also tried to create one from scratch following the steps, and it has not worked either, the folder structure is created well, but when building it it gives the same error.
Is it happening to someone else? I am doing something wrong?
Console output when I run the command: mvn clean install
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Failure to find io.syndesis.extension:extension-bom:pom:2.0-SNAPSHOT in https://origin-repository.jboss.org/nexus/content/groups/ea was cached in the local repository, resolution will not be reattempted until the update interval of jboss-fuse has elapsed or updates are forced @ line 23, column 19
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-annotation-processor:jar is missing. @ line 34, column 17
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-api:jar is missing. @ line 41, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project io.syndesis.extensions:syndesis-extension-validate:1.0.0 (/home/jesusgonfer/Escritorio/apuntes/syndesis/extensiones/syndesis-extensions-master/syndesis-extension-validate/pom.xml) has 3 errors
[ERROR] Non-resolvable import POM: Failure to find io.syndesis.extension:extension-bom:pom:2.0-SNAPSHOT in https://origin-repository.jboss.org/nexus/content/groups/ea was cached in the local repository, resolution will not be reattempted until the update interval of jboss-fuse has elapsed or updates are forced @ line 23, column 19 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-annotation-processor:jar is missing. @ line 34, column 17
[ERROR] 'dependencies.dependency.version' for io.syndesis.extension:extension-api:jar is missing. @ line 41, column 17
[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
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Could you take care of me if I'm doing something wrong? I would appreciate it very much
I am having problems when building the test extensions that are in the repository, I have also tried to create one from scratch following the steps, and it has not worked either, the folder structure is created well, but when building it it gives the same error.
Is it happening to someone else? I am doing something wrong?
Console output when I run the command: mvn clean install
Could you take care of me if I'm doing something wrong? I would appreciate it very much