Execute mvn clean install sakai:deploy to clean, build, and deploy the sakai source
Note: This is the same as the old maven 1 maven cln bld dpl
Note: Automated tests should be executed by maven by default
Note: You need to have a settings.xml file defined for this to deploy to the write location, if you do not have one, you can run the command this way to specify a deploy deirectory
Thanks for the tips Aaron. Any chance of an undeploy target though? How do we undeploy?
Steve Githens has some code here:
sakai-plugin/src/main/java/org/sakaiproject/maven/plugin/component/ComponentUndeployMojo.java
Could this be integrated into the maven plugin?