The Deploy module specifies what dependency artifacts, loaded from the repository (local, remote) are to be deployed to the local machine's Tomcat, in the shared/lib and webapps areas.
Edit the project.xml to include the dependencies you currently wish to deploy.
Run maven with the default goal to deploy them, after they are built and installed in the local repository.