在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):wttech/Maven-CRX-Plugin开源软件地址(OpenSource Url):https://github.com/wttech/Maven-CRX-Plugin开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Maven CRX PluginPurposeThis is a plugin designed for Maven 2.x+ based builds to automate CRX compliant packages deployment. It allows to set up upload and install commands as a step in a build process speeding up entire development cycle. On instances with CRX 2.3 or later, it also simplifies package deployment process by providing a goal (crx:activate) for one-step installation of packages on all publish instances (provided that replication agents are properly configured). Features
Prerequisites
InstallationMaven CRX Plugin is available from Maven Central Repo. However if you want to check out the newest development version, do the following: Checkout the source code:
Compile and install:
UsageSet up POM file (check documentation for more configuration options): (...)
<plugin>
<groupId>com.cognifide.maven.plugins</groupId>
<artifactId>maven-crx-plugin</artifactId>
<version>1.0.3</version>
<configuration>
<url>${crx.url}</url>
<user>${crx.username}</user>
<password>${crx.password}</password>
</configuration>
</plugin>
(...) Now you can invoke one of the Maven CRX Plugin goals:
More documentationCommercial SupportTechnical support can be made available if needed. Please contact us for more details. We can:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论