Skip to content
oboehm edited this page Feb 5, 2011 · 2 revisions

This is the integration test for the maven-ooo-plugin by starting the mvn command with different goals:

  • mvn archetype:create …
  • … and more (not yet realized)

These are the same commands you can find on http://wiki.services.openoffice.org/wiki/OpenOffice_Maven2_Integration.

Synchronize local repository with remote repository:
git remote add oboehm_repo git@github.com:oboehm/ooo-plugin-packager.git
git pull oboehm_repo master
git push

Clone this wiki locally