extent-framework / extentreports-cucumber4-adapter

Cucumber4 Adapter for Extent Framework
http://extentreports.com/docs/versions/4/java/cucumber2.html
Apache License 2.0
39 stars 22 forks source link

License in pom file is not matching license in github - v1.0.10 #39

Closed mkvetko closed 4 years ago

mkvetko commented 4 years ago

Recently I was dealing with an issue with upgrading the adapter version to the latest 1.0.10. We use in my company private nexus with proxy to maven central and before we add something to our private nexus from maven central there are some automatic checks applied. A license on the artifact is one of them. 1.0.10 has changed license in pom file from MIT to The Apache Software License, Version 2.0 which is not passing our checks hence we can't update to the latest version. Previous versions were using MIT license and github is still mentioning MIT license so before I try to convince our IT security department to change rules which may have a huge impact on us as we are big company and will be likely rejected I would like to know if this was an intentional change or just someone's mistake.

Can you please confirm that since now on you will release cucumber4 adapter under The Apache Software License, Version 2.0?

anshooarora commented 4 years ago

@mkvetko All products under the framework will be licensed under Apache2. All repos, artifact managers will be updated to reflect this change very soon.

mkvetko commented 4 years ago

Thanks a lot for the reply