I watch several maven videos, and then I came across this command after installing maven:
mvn archetype:create -DgroupId=com.di.maven -DartifactId=hello-world
The build fails and causes the following error:
Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.3:create (default-cli) on project standalone-pom: Unable to parse configuration of mojo org.apache.maven.plugins:maven-archetype-plugin:2.3:create for parameter #: Abstract class or interface 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated -> [Help 1]
What is the reason and how can I fix it? I work as a user in Ubuntu.
java maven
London guy Mar 19 '15 at 14:33 2015-03-19 14:33
source share