I keep getting this error when I call ‘tomcat:run’.
The plugin ‘org.apache.maven.plugins:maven-tomcat-plugin’ does not exist or no valid version could be found
My company hosts mvn repositories locally via ‘activeprofile’. Is this preventing mvn from acquiring the plugin from the WWW location? If so, how can I activate that too…
Cleared up after I deleted the repository in ~\.m2 (%userprofile%\.m2). Maybe poor interaction b/t various maven/tomcat eclipse plugin