Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 746 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 746 Bytes

Hello Maven B2

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:

  1. The Blackboard server has Starting Block installed
  2. The bbhost property is pointed at the correct server
  3. Finally, run mvn install antrun:run

This project was created for the BasicMavenB2Tutorial