jstastny-cz commented on PR #3863:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3863#issuecomment-2765440601

   @fjtirado did you actually try building without the full profile being 
active? I think you broke the build, because of the reactor missing following 
artifacts when NOT doing full build:
   
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/kogito-serverless-workflow/pom.xml#L72
   ```
     <profiles>
       <profile>
         <id>full</id>
         <activation>
           <property>
             <name>full</name>
           </property>
         </activation>
         <modules>
           <module>kogito-serverless-workflow-python-runtime</module>
           <module>kogito-serverless-workflow-executor-python</module>
         </modules>
       </profile>
     </profiles>
   ```
   Please fix and thoroughly test the build both with full profile active or 
not (with clean local .m2 repo ideally).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to