-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
I'm building wildfly-camel from branch 5.3.x.redhat-7-x with these local changes (that need to go to this branch):
- removed org.apache.camel:camel-linkedin in feature/modules/pom.xml
- removed feature/modules/src/main/resources/modules/system/layers/fuse/org/apache/camel/component/linkedin/main/module.xml (see
ENTESB-10923) - removed duplicate org.fusesource:camel-activemq and org.fusesource:camel-sap in bom/pom.xml
- version.camel.log4j2 upgraded to 2.12.1
I'm getting:
[INFO] --- wildfly-feature-pack-build-maven-plugin:1.2.10.Final:build (feature-pack-build) @ wildfly-camel-feature-modules --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Wildfly Camel :: Feature :: Modules 5.3.0.fuse-750019: [INFO] [INFO] Wildfly Camel :: Feature :: Modules ................ FAILURE [15:44 min] [INFO] Wildfly Camel :: Feature :: ExtrasA ................ SKIPPED [INFO] Wildfly Camel :: Feature :: ExtrasB ................ SKIPPED [INFO] Wildfly Camel :: Feature :: ExtrasC ................ SKIPPED [INFO] Wildfly Camel :: Feature :: Pack ................... SKIPPED [INFO] Wildfly Camel :: Catalog ........................... SKIPPED [INFO] Wildfly Camel :: Enricher .......................... SKIPPED [INFO] Wildfly Camel :: Testsuite ......................... SKIPPED [INFO] Wildfly Camel :: Testsuite :: Common ............... SKIPPED [INFO] Wildfly Camel :: Testsuite :: Camel ................ SKIPPED [INFO] Wildfly Camel :: Testsuite :: Standalone ........... SKIPPED [INFO] Wildfly Camel :: Testsuite :: Standalone :: Smoke .. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:45 min [INFO] Finished at: 2019-10-02T09:16:39+02:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.wildfly.build:wildfly-feature-pack-build-maven-plugin:1.2.10.Final:build (feature-pack-build) on project wildfly-camel-feature-modules: Execution feature-pack-build of goal org.wildfly.build:wildfly-feature-pack-build-maven-plugin:1.2.10.Final:build failed: java.lang.RuntimeException: Some errors were encountered creating the feature pack [ERROR] Missing module ModuleIdentifier{name='org.codehaus.animal-sniffer', slot='main'}. Module was required by [ModuleIdentifier{name='io.grpc.grpc-api', slot='main'}] [ERROR] Missing module ModuleIdentifier{name='com.google.code.findbugs', slot='main'}. Module was required by [ModuleIdentifier{name='io.perfmark.perfmark-api', slot='main'}, ModuleIdentifier{name='io.grpc.grpc-api', slot='main'}] [ERROR] Missing module ModuleIdentifier{name='com.google.errorprone', slot='main'}. Module was required by [ModuleIdentifier{name='com.google.protobuf', slot='main'}, ModuleIdentifier{name='io.grpc.grpc-api', slot='main'}]
I don't want to break anything, please fix quite soon.
- is blocked by
-
ENTESB-11956 Remove camel-linkedin from wildfly-camel-7.5.x
- Resolved