Questions tagged [artifactnotfoundexception]
4 questions
44
votes
11 answers
Failed to deploy artifacts: Could not find artifact
I want to deploy a library to my companies remote repository.
It's the first time I want to deploy the library project to the remote repository.
I get the following error message:
org.sonatype.aether.transfer.ArtifactNotFoundException: Could not…

sockeqwe
- 15,574
- 24
- 88
- 144
5
votes
4 answers
Maven Build Failure - failure to find plugins
I have created a project using the m2 eclipse tool and selected the web application archetype now if I try to package this empty application I get a build failure saying
[ERROR] Plugin org.apache.maven.plugins:maven-war-plugin:2.1 or one of its…

Chris
- 865
- 4
- 15
- 25
1
vote
1 answer
mvn dependency resolution error after install
pretty basic mistake: I defined the path for the jar file to be installed wrong in the first batch call. so SOLVED.
I'm trying to install and use a JDBC-DB2 driver for my database application. It seems like there is no repository for this, so I…

scrimau
- 1,325
- 1
- 14
- 27
1
vote
0 answers
org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact - when using mvn 3.0.4 (works with mvn 3.0.3!)
With some multi-module maven project we'r having the following exception when using maven 3.0.4:
[ERROR] Failed to execute goal org.codehaus.mojo:gwt-maven-plugin:1.3.2.google:resources (default) on project genericapi: Execution default of goal…

asaf000
- 606
- 6
- 13