Java 1.7
我想编写一个应该生成Maven项目的程序。
例如:
public class AutoGenerate{
public static void main(String[] args){
// Here I will ask all the user input params like project name, location and group id and etc
// Need to write code which should generate a dummy maven structure project.
}
}
答案 0 :(得分:2)
看看maven archetypes。 Archetypes是您可以使用mvn archetype:generate [params]
创建的项目模板。
答案 1 :(得分:-1)
在Eclipse中 配置及GT;>转换为Maven项目