Hi,
Currently user has to specify the version in package_list of appConfig.json
:
"package_list": "files/accumulo-${accumulo.version}-bin.tar.gz",I wonder if we should allow for multiple versions (through wildcard). The rationale is that there is only one tar ball under package/files directory inside the app package. By allowing multiple versions, user can use the same appConfig.json for different app packages (corresponding to different releases of the underlying app). Cheers
