

In case you still have questions regarding the plugin's usage, please have a look at the FAQ and feel free to contact the user mailing list.

Some more specific use cases are described in the examples given below.
#Deployit maven plugin how to
General instructions on how to use the Deploy Plugin can be found on the usage page. The old format was: id::layout::url The new format is: id::urlĪs of Maven 3, snapshot artifacts will always be deployed using a timestamped version.
#Deployit maven plugin install

information about the artifact(s): the group, artifact, version, packaging, classifier.information about the repository: its location, the transport method used to access it (FTP, SCP, SFTP.) and the optional user specific required account information.It's the reponsibility of the deploy plugin. a third party jar like Sun's non redistributable reference implementations).Īs a repository contains more than the artifacts (POMs, the metadata, MD5 and SHA1 hash files.), deploying means not only copying the artifacts, but making sure all this information is correctly updated. It can also be used to deploy a particular artifact (e.g. This is usually done in an integration or release environment. IMPORTANT: Since version 4.0.0, this plugin requires Java 7.The deploy plugin is primarily used during the deploy phase, to add your artifact(s) to a remote repository for sharing with other developers and projects. Also, the plugin prefix has changed from deployit to xldeploy. Please replace with and maven-deployit-plugin with xldeploy-maven-plugin in pom.xml files. IMPORTANT: As of version 5.0.0, the plugin groupId is and the plugin artifactId is xldeploy-maven-plugin. This plugin is useful for performing integration tests for other Maven plugins. That is, deployment is everything needed to ensure that if a developer, tester, or end user opens a browser and enters it will show the application up and running, fully functional with live data.
#Deployit maven plugin full
This includes the full scope of deployment activities: removing the old software packages, installing the new software packages, updating the data source(s), modifying firewall settings, reconfiguring the web server, and restarting all services involved. The Maven XL Deploy plugin is used to deploy a deployment package to a single environment.ĭeployment is the series of activities needed to make an application available to end users.
