-
Bug
-
Resolution: Done
-
Blocker
-
1.34.0
-
None
-
None
The first build of OSL 1.34 is missing the project-sources.tar.gz for almost all projects, the only one in the maven repository zip is for kie-tools.
For OSL 1.33 we have:
➜ openshift-serverless-logic-1.33.0.GA-maven-repository find . -name "*tar.gz"
./maven-repository/org/apache/kie/sonataflow/kie-tools/9.100.0.redhat-00004/kie-tools-9.100.0.redhat-00004-project-sources.tar.gz
./maven-repository/org/kie/kogito/examples/kogito-examples/9.100.0.redhat-00004/kogito-examples-9.100.0.redhat-00004-project-sources.tar.gz
./maven-repository/org/kie/kogito/kogito-apps/9.100.0.redhat-00004/kogito-apps-9.100.0.redhat-00004-project-sources.tar.gz
./maven-repository/org/kie/kogito/kogito-runtimes/9.100.0.redhat-00004/kogito-runtimes-9.100.0.redhat-00004-project-sources.tar.gz
./maven-repository/org/kie/drools-parent/9.100.0.redhat-00004/drools-parent-9.100.0.redhat-00004-project-sources.tar.gz
For OSL 1.34, only the kie-tools one:
➜ openshift-serverless-logic-1.34.0.GA-maven-repository find . -name "*tar.gz"
./maven-repository/org/apache/kie/sonataflow/kie-tools/9.101.0.redhat-00003/kie-tools-9.101.0.redhat-00003-project-sources.tar.gz
It is expected that OSL 1.34 has the same project-sources.tar.gz as 1.33 has.