farooqind
farooqind
@arcivanov My resources folder is not inside src/main/python but in src/main. Plugin is not recognizing the path. It says it is copying but nothing gets copied in distribution. Copying resources...
@arcivanov 3.6.4
@arcivanov yes I am sure. In fact, when I move resources folder to "src/main/python", it is copied properly with full directory structure and its contents. @init def initialize(project): project.get_property("copy_resources_glob").append("src/main/python/resources/**") project.set_property("copy_resources_target",...
@arcivanov here it is : https://github.com/pybuilder/pybuilder/issues/715 Thank you