maven deploy goal failing
问题 I am using eclipse with maven2 plugin. When doing a Run-As -> build with a goal of 'deploy' I am getting this error: Error message:org.codehaus.plexus.component.configurator.ComponentConfigurationException: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated I'm not sure I even need to do a 'deploy', I have another build that does a 'compile' goal, and from what I have learned doing a Run-As -> Run on Server (tomcat) is enough to deploy my application