我已经开始使用content-package-maven-plugin构建我的包,这样我就可以从我的项目中删除很多元数据。
我的问题是这个插件似乎不支持mvn:deploy阶段。我以前使用过maven-assembly-plugin,有什么方法可以使用组装插件来mvn:deploy content-package-maven-plugin的输出,还是有其他插件可以为我提供这种功能?
弄清楚
此上下文中的部署指maven生命周期阶段http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html。
我不是deploy/install/upload 。
发布于 2014-07-18 07:22:11
content-package-maven-plugin支持安装,它将在crx中执行包的部署。我想部署你的意思是一样的。检查vlttool/vlt-mavenplugin.html#install
https://stackoverflow.com/questions/24789347
复制相似问题