标签: maven testing automated-tests maven-plugin generated-code
我正在编写一个生成源代码的Maven插件。我已经使用maven-archetype-plugin原型创建了我的插件项目。
maven-archetype-plugin
maven-archetype-plugin原型在project-to-test下创建了src/test/resources。
project-to-test
src/test/resources
我希望在此项目上执行compile生命周期,作为自动化测试的一部分。正确的方法是什么?
compile