Skip to content

1.0.0 beta release

Pre-release
Pre-release
Compare
Choose a tag to compare
@croesch croesch released this 23 Jun 22:04

Installation to maven repository

To install the beta release to your local maven repository execute the following commands on a shell.

$ unzip 1.0.0-beta.zip
$ cd 1.0.0-beta/
$ mvn -N install
$ cd assertj-swing
$ mvn install:install-file -Dfile=assertj-swing-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml
$ cd ../assertj-swing-junit
$ mvn install:install-file -Dfile=assertj-swing-junit-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-junit-1.0.0-SNAPSHOT-sources.jar -DpomFile=pom.xml
$ cd ../assertj-swing-junit-4.5
$ mvn install:install-file -Dfile=assertj-swing-junit-4.5-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-junit-4.5-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-junit-4.5-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml
$ cd ../assertj-swing-testng
$ mvn install:install-file -Dfile=assertj-swing-testng-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-testng-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-testng-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml

Documentation

You can find the documentation here!

It contains also a migration guide for migrating from FEST.

What to do?

If you try the beta release, please let us know about any problems you considered. All feedback is welcome! Hope you enjoy it :-)