maven插件(2)-plugin编写

1 新建java普通的jar项目 2 添加maven-plugin的pom依赖 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <depe
相关文章
相关标签/搜索