Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.
/ bodgeit-maven Public archive

This is mavenised version of the bodgeitstore. (see https://github.com/psiinon/bodgeit for original code with Ant)

Notifications You must be signed in to change notification settings

AlbanAndrieu/bodgeit-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nabla bodgeit-maven

License: APACHE License: MIT

This is mavenised version of the bodgeitstore. (see https://github.com/psiinon/bodgeit for original code with Ant). Goal is to test integration with https://github.com/javabeanz/zap-maven-plugin

build

$ mvn clean install -Dserver=jetty9x -Ddatabase=hsqldb

build + integration test

Jetty9x is the default server

$ mvn clean install -Prun-its -Dserver=jetty9x -Ddatabase=hsqldb
$ mvn clean install -Prun-its -Dserver=tomcat8x

eclipse

First run the webapp

$ mvn clean install jetty:run-war

Now you can run your Junit test (selenium is using chrome) If you want to use firefox, you must uncomment int the test and create a selenium profile using

$ firefox -P
$ #create profile selenium