我有一个多模块项目,我有一个父pom用于所有模块。我想在少数子模块中编写一个tomcat插件,当我在父节点上执行mvn tomcat7:deploy
时,我得到了没有tomcat插件的项目的错误。无论如何我可以在没有tomcat模块的模块中跳过这个吗?
提前致谢:)
修改
[ERROR] No plugin found for prefix 'tomcat7' in the current project and in the plugin groups [org.mortbay.jetty, org.apache.maven.plugi
ns, org.codehaus.mojo] available from the repositories