damianszczepanik / maven-cucumber-reporting

maven mojo for cucumber reporting
GNU Lesser General Public License v2.1
120 stars 111 forks source link

maven cucumber reporting 5.8.2 - "you have to use classifier to attach supplemental artifacts to the project instead of replacing them" #275

Open SeleniumNinja opened 1 week ago

SeleniumNinja commented 1 week ago

After updating from 5.8.1 version to 5.8.2 I get the following error after test run (5.8.1 works fine):

"jar:3.3.0:jar (default-jar)" "[WARNING] JAR will be empty - no content was marked for inclusion!" "you have to use classifier to attach supplemental artifacts to the project instead of replacing them"

Test report is not generated.

I am using Selenium 4.24.0

damianszczepanik commented 1 week ago

Might be a result of #250 but this one has been already reverted #271 but not released yet. Or #254

Can you test against HEAD version? Clone repo, build and confirm if the problem persists in recent version.