Category: JBOSS-FRAMEWORKS

How to Run a Java Class from Maven

How to Run a Java Class from Maven

Sooner or later, every Maven project needs to run a plain Java class that isn't your main application: a one-off data migration, a code generator, a database seeder, a quick sanity check of a service class,...

Debugging Arquillian Tests with Eclipse IDE

Debugging Arquillian Tests with Eclipse IDE

This short tutorial describes how to debug Arquillian Test Cases using a development environment like Eclipse IDE. The prerequisite is that you have gone through the basics of Arquillian– you can start...