`
oywl2008
  • 浏览: 1051491 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Apache Maven Deploy Plugin

 
阅读更多

The Deploy Plugin has two basic functions. In most project builds, the deploy phase of the build lifecycle is implemented using the deploy:deploy mojo. Also, artifacts which are not built using Maven can be added to any remote repository using the deploy:deploy-file mojo.

 

 

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. This is usually done in an integration or release environment. It can also be used to deploy a particular artifact (e.g. a third party jar like Sun's non redistributable reference implementations).

As 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's the reponsibility of the deploy plugin.

To work, the deployment will require:

  • information about the repository: its location, the transport method used to access it (FTP, SCP, SFTP...) and the optional user specific required account information
  • information about the artifact(s): the group, artifact, version, packaging, classifier...
  • a deployer: a method to actually perform the deployment. This can be implemented as a wagon transport (making it cross-platform), or use a system specific method.

The information will be taken from the implied (or specified) pom and from the command line. The settings.xml file may also be parsed to retrieve user credentials.

 

 

http://maven.apache.org/plugins/maven-deploy-plugin/

 

http://maven.apache.org/plugins/maven-deploy-plugin/usage.html

 

 

分享到:
评论

相关推荐

    maven-deploy-plugin-2.8.2.jar

    maven-deploy-plugin-2.8.2.jar

    maven-deploy-plugin-2.7.jar

    maven-deploy-plugin-2.7.jar

    maven-deploy-plugin:Apache Maven Deploy插件

    这样,您可以确保您不会浪费时间在不属于Apache Maven范围的事情上。 假设您的问题不存在,请提交该问题的票证。 清楚地描述问题,包括在出现错误时重现的步骤。 确保填写已知问题的最早版本。 在GitHub上分叉存储...

    Apache.Maven.Cookbook.1785286129

    Apache Maven offers a comprehensive set of features to build, test, release, and deploy software projects and maintain enterprise development infrastructure. This book is a hands-on guide that ...

    apache-maven-3.8.4安装包

    例如,maven-compiler-plugin用于编译Java源码,maven-surefire-plugin负责运行单元测试,maven-jar-plugin用来打包jar文件。 在软件开发过程中,Maven还可以生成项目报告,包括Javadoc、代码覆盖率报告等。同时,...

    Jenkins编译报错Failed to execute goal org.apache.maven.plugins_maven-clean-plugin

    Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project

    apache-maven-3.3.9版本.zip

    例如,maven-compiler-plugin用于编译Java源代码,maven-surefire-plugin负责执行单元测试。 4. **依赖管理**:Maven使用传递性依赖管理,如果项目A依赖于项目B,而项目B又依赖于项目C,那么在构建项目A时,Maven会...

    Apache-maven-3.1.1

    Apache Maven 是一个强大的Java项目管理工具,它极大地简化了项目的构建、依赖管理和文档生成过程。在Java开发领域,Maven已经成为了事实上的标准,它的核心理念是通过约定优于配置的原则来减少项目构建的复杂性。 ...

    apache-maven-3.9.6-bin

    例如,maven-compiler-plugin用于编译Java源码,maven-surefire-plugin用于执行单元测试,maven-jar-plugin则负责创建JAR文件。 在实际开发中,Maven的`settings.xml`文件通常放在用户的主目录下的`.m2`目录下,它...

    apache-maven-3.6.0

    例如,`maven-compiler-plugin`负责Java代码的编译,`maven-surefire-plugin`用于运行单元测试,`maven-jar-plugin`生成JAR文件,`maven-site-plugin`则用于生成项目报告和站点。Maven 3.6.0版本可能对某些插件进行...

    apache-maven-3.9.0-bin.tar

    Maven的插件系统也是其强大之处,通过安装额外的插件,可以支持更多的构建任务,如生成源码文档(javadoc)、执行单元测试(maven-surefire-plugin)、打包成不同格式(如JAR、WAR或EAR)等。 "linux版本maven"指的...

    apache maven 3

    - **测试插件**:使用 `maven-plugin-plugin` 插件来测试自定义插件的功能。 #### 结语 Apache Maven 3 作为一款强大的项目构建工具,在 Java 开发领域具有举足轻重的地位。通过上述知识点的学习,可以更好地理解...

    Maven的安装包:apache-maven-3.6.1-zip

    3. **插件**: Maven 插件负责执行特定的任务,如 `maven-jar-plugin` 用于打包 JAR 文件,`maven-war-plugin` 用于打包 Web 应用。 4. **依赖管理**: 在 POM.xml 文件中声明项目依赖,Maven 将自动下载并管理这些...

    tomcat7-maven-plugin-2.2.jar.zip

    标题中的"tomcat7-maven-plugin-2.2.jar.zip"是一个Maven插件的压缩文件,主要用于Java Web应用程序的部署和管理。Tomcat7是一个流行的开源应用服务器,它实现了Servlet和JSP规范,用于运行Java Web应用。而Maven是...

    apache-maven的插件包:apache-maven-3.3.9-bin.zip

    例如,`maven-compiler-plugin`插件用于编译Java源代码,`maven-surefire-plugin`则用于运行单元测试。开发者可以通过在`pom.xml`中配置插件参数来定制构建行为。 总之,Apache Maven 3.3.9是一个重要的工具,它...

    apache-maven-3.6.3.zip

    例如,`maven-jar-plugin`用于创建JAR文件,`maven-war-plugin`则用于Web应用程序的打包。开发者可以通过配置插件参数来自定义构建过程。 Maven还支持多模块项目,即一个父项目下可以包含多个子项目,每个子项目有...

    maven plugin打包下载

    <groupId>org.apache.maven.plugins <artifactId>maven-jar-plugin <version>3.2.0 <!-- 配置项 --> </plugin> ``` 三、Maven Plugin的生命周期与阶段 Maven Plugin与Maven的生命周期紧密相关。生命...

    apache-maven-3.6.3-bin111.zip

    Maven的插件系统使得扩展功能变得简单,例如,可以通过maven-jar-plugin打包Java应用,maven-compiler-plugin编译源代码,maven-surefire-plugin运行测试等。开发者还可以自定义插件来满足特定需求。 总的来说,...

    apache-maven-3.6.0.zip

    10. **maven-plugin-api** 和 **maven-plugin-registry**:提供API和接口供Maven插件使用,允许开发者编写自定义插件来扩展Maven的功能。 11. **maven-core** 和 **maven-model**:Maven的核心组件,负责解析POM,...

Global site tag (gtag.js) - Google Analytics