This is a simplest case scenario to develop a B2 with maven.
It contains the following:
- pom.xml
- src/main/webapp/hello.jsp
- src/main/webapp/WEB-INF/web.xml
- src/main/webapp/WEB-INF/bb-manifest.xml
It leverages justplainwilly's b2deploy-task in the pom file to enable easy deployment to a blackboard development server.
There are three steps to deploy:
- The Blackboard server has Starting Block installed
- The bbhost property is pointed at the correct server
- Finally, run
mvn install antrun:run
This project was created for the BasicMavenB2Tutorial