This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
Releases: klieber/phantomjs-maven-plugin
Releases · klieber/phantomjs-maven-plugin
PhantomJS Maven Plugin 0.7
- The checkSystemPath configuration parameter now defaults to
true
. - The enforceVersion configuration parameter now allows you to specify a version range following the same syntax as the Maven Enforcer Plugin.
PhantomJS Maven Plugin 0.6
- Separated into a core library and the maven plugin so that the core functionality can be used in other plugins.
PhantomJS Maven Plugin 0.5
- supports phantomjs 2.0.0 on windows and os x (linux will be supported whenever the binaries are released by the phantomjs team)
- added parameter for changing the working directory
PhantomJS Maven Plugin 0.4
A nice small release:
- #22 - When using
phantomjs:exec
goal the build will fail if the phantomjs script exits abnormally (non-zero code). This behavior is controlled by the newfailOnNonZeroExitCode
configuration parameter. - #23 - Fixed the download URL for Bitbucket as it has apparently changed.
Enjoy!
PhantomJS Maven Plugin 0.3
- Starting with this version, Maven 3.1 or higher is required. Sorry to those stuck on older versions of maven but I just don't have the capacity to support the plugin on those versions.
- PhantomJS binaries are now downloaded from maven central by default. You can change the source parameter to revert back to downloading from a URL. You can also find a list of the PhantomJS versions supported by this feature here.
- Improvements to the overall design of the plugin.
- Increased test coverage to improve quality of the plugin.
- Various bug fixes.
- See more details here.
You can find the release in Maven Central.
PhantomJS Maven Plugin 0.2.1
- Fixed a
NullPointerException
when settingcheckSystemPath
totrue
and phantomjs is not on the path.
PhantomJS Maven Plugin 0.2
- Added a phantomjs:exec goal for executing phantomjs scripts.
- Added support for detecting an existing phantomjs installation on the system path and validating its version.
See here for more information.
PhantomJS Maven Plugin 0.1
First release, documentation can be found here.