利用tycho插件自动生成pom文件

mvn org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms -DgroupId=com.vogella.tychoexample
com.vogella.tychoexample就是你的groupid

更新命令为:
mvn org.eclipse.tycho:tycho-versions-plugin:update-pom
        -Dtycho.mode=maven

详见:http://www.vogella.com/tutorials/EclipseTycho/article.html#maventycho_generatepom
posted @ 2016-07-06 15:49  demonrain  阅读(463)  评论(0编辑  收藏  举报