Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Releases: klieber/phantomjs-maven-plugin

PhantomJS Maven Plugin 0.7

12 May 05:38
Compare
Choose a tag to compare
Pre-release

PhantomJS Maven Plugin 0.6

10 May 03:10
Compare
Choose a tag to compare
Pre-release
  • 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

05 Mar 06:30
Compare
Choose a tag to compare
Pre-release
  • 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

30 May 02:45
Compare
Choose a tag to compare
Pre-release

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 new failOnNonZeroExitCode configuration parameter.
  • #23 - Fixed the download URL for Bitbucket as it has apparently changed.

Enjoy!

PhantomJS Maven Plugin 0.3

03 May 03:43
Compare
Choose a tag to compare
Pre-release
  • 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

18 Dec 01:51
Compare
Choose a tag to compare
Pre-release
  • Fixed a NullPointerException when setting checkSystemPath to true and phantomjs is not on the path.

PhantomJS Maven Plugin 0.2

17 Dec 04:15
Compare
Choose a tag to compare
Pre-release
  • 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

05 Oct 21:19
Compare
Choose a tag to compare
Pre-release

First release, documentation can be found here.