TmmmmmR / bodgeit-maven

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bodgeit-maven

Jenkins Build Status

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

About

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


Languages

Language:HTML 56.3%Language:Java 35.6%Language:JavaScript 7.9%Language:CSS 0.2%