== appNG appNGizer Maven Plugin Provides the ability to upload and install locally created application-/template-archives to a local repository of an appNG instance where appNGizer is running. Optionally, the installed archive can be activated for a site and a site reload can be performed. === Goals - `upload`: uploads a local archive to a local repository - `install`: uploads and installs a local archive to/from a local repository *General Configuration* - `endpoint` - the endpoint URL of appNGizer - `sharedSecret` - the platform's shared secret used for authentication - `repository` - the name of the local repository ==== `install` goal only: - `activate` + If the installed archive should be activated for the site (default: `false`). - `site` + The name of the site to reload after installing the archive (no default). - `privileged` + Should the application be installed as privileged application (default: `false`)? - `hidden` + Should the application be installed as hidden application (default: `false`)? === Usage [source, xml] ---- org.appng.maven appng-appngizer-maven-plugin ${appNG.version} http://localhost:8080/appNGizer/ TheSecret Local manager true false false install ----