Deploy to remote repository successfully:
mvn deploy:deploy-file -Dfile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.2\hello-file-0.0.2.jar -DpomFile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.2\hello-file-0.0.2.pom -DrepositoryId=Remoted_Repository_Id -Durl=http://user:password@Remoted_Repository_URL:8081/artifactory/SSGM_PreDevelopment
mvn deploy:deploy-file -Dfile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.3-SNAPSHOT\hello-file-0.0.3-SNAPSHOT.jar -DpomFile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.3-SNAPSHOT\hello-file-0.0.3.pom -DrepositoryId=Remoted_Repository_Id -Durl=http://user:password@Remoted_Repository_URL:8081/artifactory/SSGM_PreDevelopment
第二条上传成功,但安装不了,pom中的version有snapshot自动变成当前日期。
<dependency>
<groupId>hello-camel-file</groupId>
<artifactId>hello-file</artifactId>
<version>0.0.3-20140807.095543-1</version>
<type>pom</type>
</dependency>
把pom的file名改成hello-file-0.0.3-SNAPSHOT.pom, 执行失败:
mvn deploy:deploy-file -Dfile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.3-SNAPSHOT\hello-file-0.0.3-SNAPSHOT.jar -DpomFile=C:\agile\apache-maven-3.2.1\.m2\hello-camel-file\hello-file\0.0.3-SNAPSHOT\[color=red]hello-file-0.0.3-SNAPSHOT.pom[/color] -DrepositoryId=Remoted_Repository_Id -Durl=http://user:password@Remoted_Repository_URL:8081/artifactory/SSGM_PreDevelopment
install bundle:
install mvn:com.ssc.ssgm.fx/gmbh-b2b-workflow/0.0.1-SNAPSHOT
install mvn:com.statestr.fx.gmbhb2b/gmbh-b2b-shared/0.0.1
如何查看前面例子中发送给activeMQ queue中消息?
使用指令
activemq:browse --amqurl tcp://localhost:61616 events
features:install camel-groovy
分享到:
相关推荐
maven deploy the local file to a remote server. 1.config your pom.xml; 2.config your setting.xml; 3.execte cmd --- mvn deploy
解决docker报错The push refers to a repository
标题中的"Node.js-deploy-to-kube"是一个工具或库,它简化了将Node.js应用程序部署到Kubernetes集群的过程。这个工具的目的是让开发者能够快速、便捷地将他们的Node.js应用推送到Kubernetes,而无需手动进行繁琐的...
remote-deploy 用于远程部署项目,通过xml配置,上传文件并执行指定命令。 运行目录构建 运行MAVEN的package命令,将在Root目录下构建一个build目录 ####最终构建目录 成功构建后配置remote-config.xml,并执行start...
How To Deploy Kamailio on Linux
cd loopback-deploy-to-gcp gcloud auth login gcloud config set project loopbackers 用您自己的 GCP 项目 ID 替换环回器 gcloud preview app run app.yaml gcloud preview app deploy app.yaml gcloud ...
ios-deploy --id <device_udid> --bundle <path_to_your_ipa> --justlaunch ``` 此外,`ios-deploy`还支持其他参数,如`--debug`用于开启调试模式,`--no-wait`用于部署后立即返回终端等,可以根据实际需求灵活使用...
git push -f remote-deploy-repo localBranch:remoteBranch 安装 npm install -g 这将在您的$ PATH中放入一个名为deploy-by-push的二进制文件。 调用时,它需要在git repo的根目录中有一个名为deploy.conf的文件。 ...
Cake.WebDeploy Cake-Build插件使用WebDeploy命令扩展Cake,以发布到IIS 目录 实现的功能 从程序包或文件夹部署... Description ( " Deploy to a remote computer with web deployment agent installed " ) . Does
**ideploy:增量打包工具详解** 在Java Web开发过程中,打包工具起着至关重要的作用,它们可以帮助开发者将源代码、依赖库和其他资源整合成可部署的格式,如WAR或EAR文件。`ideploy`就是这样一款专门针对Java Web...
deploy.hpi文件
Acronis Snap Deploy Management 是一款高效的企业级工具,专门用于快速、批量地部署Linux操作系统到多台设备上。它利用Acronis先进的磁盘映像技术,能够在保持原有系统完整性的基础上,创建一个包括操作系统、配置...
deploy.prototxt
Terraform部署到Azure 该存储库目前正在开发中,可能已损坏,文档可能不正确,请耐心等待。 如果您有任何反馈,建议或一般性意见,请打开新一期。 Azure具有一项称为“部署到Azure”的强大功能,使您可以简单地...
3. 发布自定义jar包:将团队的构建产物部署到Nexus的宿主仓库,可以使用Maven的`deploy`命令,配置相关的`<server>`和`<repository>`。 五、维护与优化 1. 定时任务清理:Nexus运行一段时间后,可能会积累大量的...
jenkins的Deploy Plugin插件 jenkins的Deploy Plugin插件 jenkins的Deploy Plugin插件
maven-deploy-plugin-2.8.2.jar
deploy 部署 不是很常用的jar包,希望对大家有点帮助