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
Added support for displaying extension dependencies in the dependency-tree command.
Added support for generating POM properties, projects with javaRelease specified automatically set the maven compiler properties in their POM at generation.
Added support for the provided scope by the PomBuilder class.
Added support for setting the bld build file java and javac options through bld-wrapper.properties.
Added support for outputting the list of bld commands as JSON in support for the bld IDEA plugin.
Added support for overriding dependency versions with properties throughout all of dependency resolution.
Added support for offline mode that will not access the internet for any reason.
Added implementation for generic versions to complement the existing numeric versions.
Improved artifact not found exception to explicitly mention that no repositories or no artifact locations are defined.
Improved bld execution, now exiting when an exception triggers during the execution of one of the commands in a chain.
Improved error reporting when online access is not available.
Improved built-in documentation.
Improved bld dependency caching, now also including the dependency tree output and consolidating everything into one file.