tkobayas commented on issue #1525:
URL: 
https://github.com/apache/incubator-kie-issues/issues/1525#issuecomment-2403727949

   @tiagobento 
   
   Under incubator-kie-10.0.0-rc2-sources directory,
   
   ~~~
   $ find . -name "*.jar" -exec sh -c 'unzip -l "{}" | grep -q "\.class" && 
echo {}' \;
   
./incubator-kie-drools/drools-verifier/drools-verifier-drl/src/test/resources/org/drools/verifier/model.jar
   ./incubator-kie-drools/drools-compiler/src/test/resources/KAModelTest.jar
   ./incubator-kie-drools/drools-compiler/src/test/resources/primespoc.jar
   
./incubator-kie-drools/drools-compiler/src/test/resources/eventing-example.jar
   
./incubator-kie-drools/drools-compiler/src/test/resources/JarWithSourceFiles.jar
   
./incubator-kie-drools/drools-test-coverage/test-compiler-integration/src/test/resources/billasurf.jar
   
./incubator-kie-drools/drools-test-coverage/test-compiler-integration/src/test/resources/only-jar-pojo-not-kjar-no-kmodule-1.0.0.jar
   
./incubator-kie-drools/drools-test-coverage/test-compiler-integration/src/test/resources/testEnum.jar
   
./incubator-kie-drools/drools-legacy-test-util/src/test/resources/billasurf.jar
   ./incubator-kie-kogito-apps/.mvn/wrapper/maven-wrapper.jar
   ./incubator-kie-kogito-runtimes/.mvn/wrapper/maven-wrapper.jar
   
./incubator-kie-kogito-runtimes/quarkus/integration-tests/integration-tests-quarkus-gradle/integration-tests-quarkus-gradle-project/gradle/wrapper/gradle-wrapper.jar
   ~~~
   
   These files contain .class files.
   
   I thought that test resources are acceptable. Should they be changed? (e.g. 
generate the jars during maven build)


-- 
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