Tag Archives: arquillian

Build, Deploy and Run in a Browser a Web App with Maven

The Problem Every winter I teach a course in which students in their final semester work on a project to develop an e-commerce system. If you’d like to learn more about the project then contact me. As part of the learning materials for this course there are over 60 sample programs. This year I encountered a problem with my samples… Read more »

Java EE 7 Web Profile Maven pom.xml Using Arquillian, Selenium, MySQL, Primefaces and EclipseLink

Update: Removed unnecessary eclipselink dependency 2017-02-27 14:46 Update: Changed skipTests value to false in Surefire dependency in the complete pom file 2017-02-27 15:18 If you are not using Maven then you should. If you are using Maven then you are likely cutting and pasting snippets of pom.xml file examples and hoping for the best. In this article I will present… Read more »