Maven Plugins

In the following sections the maven plugins provided by map.apps are depicted. Each plugin is described in detail in terms of goals, parameters and usage within your development cycle.

Shortcuts

To use the shortcuts mvn mappapps:<goal> or mvn jsregistry:<goal> on the command line, add the following snippet to your $USER_HOME/.m2/setting.xml (directly after activateProfiles):

<pluginGroups>
    <pluginGroup>de.conterra.mapapps</pluginGroup>
    <pluginGroup>de.conterra.jsregistry</pluginGroup>
</pluginGroups>