You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how come the HTML formatter included in version 1.0.14 was not the latest and I was about to file an issue, but then I decided to double check that it was not already up to date for the next iteration and what I discovered is unpleasant: it should have been up to date in version 1.0.14already!
So, what I discovered is (local) cucumber-core-1.0.14.pom == (repo1) cucumber-core-1.0.14.pom, which is fine, but (local & repo1) cucumber-core-1.0.14.pom != (github) cucumber-core-1.0.14.pom, which is wrong!
Is there anything wrong with the release/publish process?
The text was updated successfully, but these errors were encountered:
I was wondering how come the HTML formatter included in version
1.0.14
was not the latest and I was about to file an issue, but then I decided to double check that it was not already up to date for the next iteration and what I discovered is unpleasant: it should have been up to date in version1.0.14
already!According to the code browser in the cucumber-core POM file version
1.0.14
there was a dependency to cucumber-html (https://github.com/cucumber/cucumber-jvm/blob/49584be06b66ae12ce8ec0d13208e683f5f3d836/core/pom.xml) but if I open the POM in my local maven repo that dependency is not there!So, what I discovered is
(local) cucumber-core-1.0.14.pom == (repo1) cucumber-core-1.0.14.pom
, which is fine, but(local & repo1) cucumber-core-1.0.14.pom != (github) cucumber-core-1.0.14.pom
, which is wrong!Is there anything wrong with the release/publish process?
The text was updated successfully, but these errors were encountered: