Skip to content

v1.0.0 - Beta Release 5

Pre-release
Pre-release

Choose a tag to compare

@micha149 micha149 released this 02 May 07:24
· 19 commits to develop since this release

This is the first (announceable) beta release for the upcoming 1.0.0. The goal of this version was to achieve a better behavior which fits better to the expectations of the common gulp user. The main changes are:

  • The additional nesting level in plugin options was removed #10
  • This plugin will pass files explicitly to gulp-maven, which means that every passed file will be deployed as its own artifact. If you need to create a package, you have to use something like gulp-zip. #8
  • The file name will now be used for the artifact name and the artifact type. #5
  • Callbacks were removed. You can easily use stream events to get notified about error or success events. (9e5dc70)
  • Piped files will be passed cleanly to the next plugin to be able reuse the deployed files. #12

Also the code was a little bit refactored. So, older direct imports of files may not work anymore.

If no bugs occur in the next week, the version 1.0.0 will be released on next monday.