shinesolutions / aem-platform-buildenv

Docker-based environment for building AEM OpenCloud libraries
Apache License 2.0
5 stars 9 forks source link

Replace deprecated maestrodev-wget #9

Open cliffano opened 4 years ago

cliffano commented 4 years ago

maestrodev-wget module has been deprecated and has to be replaced

WARN     -> Puppet Forge module 'maestrodev-wget' has been deprecated, visit https://forge.puppet.com/maestrodev/wget for more information
William-Yi-Weng commented 4 years ago

The maestrodev-wget module is a dependency of maestrodev-maven. We do not use this module directly. There is not any module support it except puppet/wget which is deprecated as well. And maestrodev-maven has been archived by the author. One of the solution is to refactor the code of maestrodev-maven to adapt puppet/archive module which contains the wget function or other wget modules.