如何为找到here的tomcat maven插件添加存储库?我在中央maven存储库中找不到2.0版,所以我猜我必须自己包含它。我在pom.xml文件中没有运气。如果这是错误的语法,任何想法?
<pluginRepositories>
<pluginRepository>
<id>maven-tomcat</id>
<url>http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/tomcat-maven-plugin</url>
</pluginRepository>
</pluginRepositories>
和
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat-maven-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
</plugin>
这是我执行tomcat时的警告:运行目标:
POM for org.apache.tomcat.maven:tomcat-maven-plugin:jar:2.0-SNAPSHOT是 缺少,没有可用的依赖信息