android-maven-plugin 和 maven-android-plugin 之间的区别
Posted
技术标签:
【中文标题】android-maven-plugin 和 maven-android-plugin 之间的区别【英文标题】:difference between android-maven-plugin and maven-android-plugin 【发布时间】:2015-09-27 11:29:24 【问题描述】:在 Maven Central Repository 中,我在 com.jayway.maven.plugins.android.generation2 groupId 下找到了 maven-android-plugin 和 android-maven-plugin。我想知道是否有人可以告诉我两者之间有什么区别??
【问题讨论】:
【参考方案1】:它们是同一个插件。在某些时候,插件从“Maven Android Plugin”重命名为“Android Maven Plugin”。
另外,请注意 com.jayway.maven.plugins.android.generation2 groupId 现在也已过期。插件的 groupId 现在是 com.simligility.maven.plugins。见:
http://mvnrepository.com/artifact/com.simpligility.maven.plugins/android-maven-plugin
还有:
http://simpligility.github.io/android-maven-plugin/index.html
【讨论】:
以上是关于android-maven-plugin 和 maven-android-plugin 之间的区别的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 android:apk 的简单性 android-maven-plugin